Home
last modified time | relevance | path

Searched refs:nextPageRequest (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesearchreply.cpp51 QPlaceSearchRequest nextPageRequest; member in QPlaceSearchReplyPrivate
136 QPlaceSearchRequest QPlaceSearchReply::nextPageRequest() const in nextPageRequest() function in QPlaceSearchReply
139 return d->nextPageRequest; in nextPageRequest()
170 d->nextPageRequest = next; in setNextPageRequest()
H A Dqplacecontentreply.cpp52 QPlaceContentRequest nextPageRequest; member in QPlaceContentReplyPrivate
158 QPlaceContentRequest QPlaceContentReply::nextPageRequest() const in nextPageRequest() function in QPlaceContentReply
161 return d->nextPageRequest; in nextPageRequest()
190 d->nextPageRequest = next; in setNextPageRequest()
H A Dqplacesearchreply.h61 QPlaceSearchRequest nextPageRequest() const;
H A Dqplacecontentreply.h64 QPlaceContentRequest nextPageRequest() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp306 m_nextRequest = reply->nextPageRequest(); in fetchFinished()
H A Dqdeclarativesearchresultmodel.cpp774 setNextPageRequest(searchReply->nextPageRequest()); in queryFinished()