Searched refs:setTotalContentCount (Results 1 – 5 of 5) sorted by relevance
287 place.setTotalContentCount(QPlaceContent::ImageType, totalCount); in replyFinished()298 place.setTotalContentCount(QPlaceContent::EditorialType, totalCount); in replyFinished()309 place.setTotalContentCount(QPlaceContent::ReviewType, totalCount); in replyFinished()
91 void setTotalContentCount(QPlaceContent::Type type, int total);
320 void QPlace::setTotalContentCount(QPlaceContent::Type type, int totalCount) in setTotalContentCount() function in QPlace
116 testObj.setTotalContentCount(contentType, 50); in totalContentCountTest()119 testObj.setTotalContentCount(contentType,0); in totalContentCountTest()
379 … place.setTotalContentCount(contentReply->request().contentType(), contentReply->totalCount()); in handleImagesReply()