Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dwebview.cpp64 this, SLOT(handleUnsupportedContent(QNetworkReply*))); in WebPage()
136 void WebPage::handleUnsupportedContent(QNetworkReply *reply) in handleUnsupportedContent() function in WebPage
H A Dwebview.h66 void handleUnsupportedContent(QNetworkReply *reply);
H A Ddownloadmanager.h116 void handleUnsupportedContent(QNetworkReply *reply, bool requestFileName = false);
H A Ddownloadmanager.cpp375 handleUnsupportedContent(m_manager->get(request), requestFileName); in download()
378 void DownloadManager::handleUnsupportedContent(QNetworkReply *reply, bool requestFileName) in handleUnsupportedContent() function in DownloadManager