Searched refs:nextPageRequest (Results 1 – 6 of 6) sorted by relevance
51 QPlaceSearchRequest nextPageRequest; member in QPlaceSearchReplyPrivate136 QPlaceSearchRequest QPlaceSearchReply::nextPageRequest() const in nextPageRequest() function in QPlaceSearchReply139 return d->nextPageRequest; in nextPageRequest()170 d->nextPageRequest = next; in setNextPageRequest()
52 QPlaceContentRequest nextPageRequest; member in QPlaceContentReplyPrivate158 QPlaceContentRequest QPlaceContentReply::nextPageRequest() const in nextPageRequest() function in QPlaceContentReply161 return d->nextPageRequest; in nextPageRequest()190 d->nextPageRequest = next; in setNextPageRequest()
61 QPlaceSearchRequest nextPageRequest() const;
64 QPlaceContentRequest nextPageRequest() const;
306 m_nextRequest = reply->nextPageRequest(); in fetchFinished()
774 setNextPageRequest(searchReply->nextPageRequest()); in queryFinished()