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

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageUIClient.h75 WKBundlePageGenerateFileForUploadCallback shouldGenerateFileForUpload; member in struct:WKBundlePageUIClientV0
95 WKBundlePageGenerateFileForUploadCallback shouldGenerateFileForUpload; member in struct:WKBundlePageUIClientV1
118 WKBundlePageGenerateFileForUploadCallback shouldGenerateFileForUpload; member in struct:WKBundlePageUIClientV2
150 WKBundlePageGenerateFileForUploadCallback shouldGenerateFileForUpload; member in struct:WKBundlePageUIClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageUIClient.h58 String shouldGenerateFileForUpload(WebPage*, const String& originalFilePath) override;
H A DInjectedBundlePageUIClient.cpp94 String InjectedBundlePageUIClient::shouldGenerateFileForUpload(WebPage* page, const String& originalFilePath) function in class:WebKit::InjectedBundlePageUIClient
96 if (!m_client.shouldGenerateFileForUpload)
98 RefPtr<API::String> generatedFilePath = adoptRef(toImpl(m_client.shouldGenerateFileForUpload(toAPI(page), toAPI(originalFilePath.impl()), m_client.base.clientInfo)));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/
H A DAPIInjectedBundlePageUIClient.h59 virtual WTF::String shouldGenerateFileForUpload(WebKit::WebPage*, const WTF::String& originalFilePath) { UNUSED_PARAM(originalFilePath); return WTF::String(); } function in class:API::InjectedBundle::PageUIClient
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp710 generatedFilename = m_page->injectedBundleUIClient().shouldGenerateFileForUpload(m_page, path);

Completed in 113 milliseconds