Home
last modified time | relevance | path

Searched refs:setTotalContentCount (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp287 place.setTotalContentCount(QPlaceContent::ImageType, totalCount); in replyFinished()
298 place.setTotalContentCount(QPlaceContent::EditorialType, totalCount); in replyFinished()
309 place.setTotalContentCount(QPlaceContent::ReviewType, totalCount); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.h91 void setTotalContentCount(QPlaceContent::Type type, int total);
H A Dqplace.cpp320 void QPlace::setTotalContentCount(QPlaceContent::Type type, int totalCount) in setTotalContentCount() function in QPlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp116 testObj.setTotalContentCount(contentType, 50); in totalContentCountTest()
119 testObj.setTotalContentCount(contentType,0); in totalContentCountTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h379 … place.setTotalContentCount(contentReply->request().contentType(), contentReply->totalCount()); in handleImagesReply()