Searched refs:saveDataToFileInDownloadsFolder (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageUIClient.h142 WKPageSaveDataToFileInDownloadsFolderCallback saveDataToFileInDownloadsFolder; member in struct:WKPageUIClientV0
187 WKPageSaveDataToFileInDownloadsFolderCallback saveDataToFileInDownloadsFolder; member in struct:WKPageUIClientV1
238 WKPageSaveDataToFileInDownloadsFolderCallback saveDataToFileInDownloadsFolder; member in struct:WKPageUIClientV2
294 WKPageSaveDataToFileInDownloadsFolderCallback saveDataToFileInDownloadsFolder; member in struct:WKPageUIClientV3
355 WKPageSaveDataToFileInDownloadsFolderCallback saveDataToFileInDownloadsFolder; member in struct:WKPageUIClient
H A DWKPage.cpp1563 virtual void saveDataToFileInDownloadsFolder(WebPageProxy* page, const String& suggestedFilename, const String& mimeType, const String& originatingURLString, API::Data* data) override
1565 if (!m_client.saveDataToFileInDownloadsFolder)
1568 m_client.saveDataToFileInDownloadsFolder(toAPI(page), toAPI(suggestedFilename.impl()), toAPI(mimeType.impl()), toURLRef(originatingURLString.impl()), toAPI(data), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPIUIClient.h137 virtual void saveDataToFileInDownloadsFolder(WebKit::WebPageProxy*, const WTF::String&, const WTF::String&, const WTF::String&, API::Data*) { } function in class:API::UIClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp4883 void WebPageProxy::saveDataToFileInDownloadsFolder(const String& suggestedFilename, const String& mimeType, const String& originatingURLString, API::Data* data) function in class:WebKit::WebPageProxy
4885 m_uiClient->saveDataToFileInDownloadsFolder(this, suggestedFilename, mimeType, originatingURLString, data);
4895 saveDataToFileInDownloadsFolder(suggestedFilename, "application/pdf", originatingURLString, data.get());
H A DWebPageProxy.h817 void saveDataToFileInDownloadsFolder(const String& suggestedFilename, const String& mimeType, const String& originatingURLString, API::Data*);

Completed in 100 milliseconds