Searched refs:originalFilePath (Results 1 - 4 of 4) sorted by relevance

/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(); } argument
60 virtual WTF::String generateFileForUpload(WebKit::WebPage*, const WTF::String& originalFilePath) { UNUSED_PARAM(originalFilePath); return emptyString(); } argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageUIClient.h58 String shouldGenerateFileForUpload(WebPage*, const String& originalFilePath) override;
59 String generateFileForUpload(WebPage*, const String& originalFilePath) override;
H A DInjectedBundlePageUIClient.cpp94 String InjectedBundlePageUIClient::shouldGenerateFileForUpload(WebPage* page, const String& originalFilePath) argument
98 RefPtr<API::String> generatedFilePath = adoptRef(toImpl(m_client.shouldGenerateFileForUpload(toAPI(page), toAPI(originalFilePath.impl()), m_client.base.clientInfo)));
102 String InjectedBundlePageUIClient::generateFileForUpload(WebPage* page, const String& originalFilePath) argument
106 RefPtr<API::String> generatedFilePath = adoptRef(toImpl(m_client.generateFileForUpload(toAPI(page), toAPI(originalFilePath.impl()), m_client.base.clientInfo)));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageUIClient.h47 typedef WKStringRef (*WKBundlePageGenerateFileForUploadCallback)(WKBundlePageRef page, WKStringRef originalFilePath, const void* clientInfo);

Completed in 156 milliseconds