Searched refs:matchingPlaces (Results 1 – 10 of 10) sorted by relevance
382 QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &request) const in matchingPlaces() function in QPlaceManager384 return d->matchingPlaces(request); in matchingPlaces()
99 QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request) const;
90 virtual QPlaceMatchReply *matchingPlaces(const QPlaceMatchRequest &request);
329 QPlaceMatchReply * QPlaceManagerEngine::matchingPlaces(const QPlaceMatchRequest &request) in matchingPlaces() function in QPlaceManagerEngine
129 QPlaceMatchReply *reply = placeManager->matchingPlaces(request); in testMatchUnsupported()
217 QPlaceMatchReply *reply = m_manager->matchingPlaces(QPlaceMatchRequest()); in testMatchUnsupported()
130 The third is that QPlaceManager::matchingPlaces() of the destination manager accept the QPlaceMatch…142 In this case, the manager might implement QPlaceManager::matchingPlaces() to accept a QPlaceMatchRe…
255 QPlaceMatchReply *reply = manager->matchingPlaces(request); in doMatch()
308 matchReply = manager->matchingPlaces(request); in matchPlaces()
812 m_reply = favoritesManager->matchingPlaces(request); in queryFinished()