Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/webview/
H A Dwebpage.cpp49 this, SLOT(handleUnsupportedContent(QNetworkReply*))); in WebPage()
152 void WebPage::handleUnsupportedContent(QNetworkReply* reply) in handleUnsupportedContent() function in WebPage
174 …mainApp->downloadManager()->handleUnsupportedContent(reply, mainApp->mainWindow()->askDownloadLoca… in handleUnsupportedContent()
H A Dwebpage.h63 void handleUnsupportedContent(QNetworkReply* reply);
/dports/net/quiterss/quiterss-0.19.4_1/src/downloads/
H A Ddownloadmanager.h39 void handleUnsupportedContent(QNetworkReply *reply, bool askDownloadLocation);
H A Ddownloadmanager.cpp79 handleUnsupportedContent(mainApp->networkManager()->get(request), true); in download()
82 void DownloadManager::handleUnsupportedContent(QNetworkReply* reply, bool askDownloadLocation) in handleUnsupportedContent() function in DownloadManager
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/browser/
H A Dwebview.h74 void handleUnsupportedContent(QNetworkReply *reply);
H A Dwebview.cpp72 this, SLOT(handleUnsupportedContent(QNetworkReply*))); in WebPage()
144 void WebPage::handleUnsupportedContent(QNetworkReply *reply) in handleUnsupportedContent() function in WebPage
H A Ddownloadmanager.h124 void handleUnsupportedContent(QNetworkReply *reply, bool requestFileName = false);
H A Ddownloadmanager.cpp383 handleUnsupportedContent(m_manager->get(request), requestFileName); in download()
386 void DownloadManager::handleUnsupportedContent(QNetworkReply *reply, bool requestFileName) in handleUnsupportedContent() function in DownloadManager
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/network-web/
H A Ddownloadmanager.h123 void handleUnsupportedContent(QNetworkReply* reply);
H A Ddownloadmanager.cpp494 handleUnsupportedContent(m_networkManager->get(request)); in download()
502 void DownloadManager::handleUnsupportedContent(QNetworkReply* reply) { in handleUnsupportedContent() function in DownloadManager
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/
H A DQtWebKitWebWidget.h152 void handleUnsupportedContent(QNetworkReply *reply);
H A DQtWebKitWebWidget.cpp135 …ect(m_page, &QtWebKitPage::unsupportedContent, this, &QtWebKitWebWidget::handleUnsupportedContent); in QtWebKitWebWidget()
462 void QtWebKitWebWidget::handleUnsupportedContent(QNetworkReply *reply) in handleUnsupportedContent() function in Otter::QtWebKitWebWidget