Home
last modified time | relevance | path

Searched refs:insertContent (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp199 place.insertContent(QPlaceContent::ImageType, imageCollection); in imageContentTest()
249 place.insertContent(QPlaceContent::ReviewType, reviewCollection); in reviewContentTest()
299 place.insertContent(QPlaceContent::EditorialType, editorialCollection); in editorialContentTest()
640 place.insertContent(QPlaceContent::EditorialType, contentCollection); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.h88 void insertContent(QPlaceContent::Type type, const QPlaceContent::Collection &content);
H A Dqplace.cpp298 void QPlace::insertContent(QPlaceContent::Type type, const QPlaceContent::Collection &content) in insertContent() function in QPlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h378 place.insertContent(contentReply->request().contentType(), contentReply->content()); in handleImagesReply()
471 place.insertContent(contentReply->request().contentType(), in contentHandler()