HomeSort by relevance Sort by last modified time
    Searched refs:shouldGenerateFileForUpload (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.cpp 102 String InjectedBundlePageUIClient::shouldGenerateFileForUpload(WebPage* page, const String& originalFilePath)
104 if (!m_client.shouldGenerateFileForUpload)
106 RefPtr<WebString> generatedFilePath = adoptRef(toImpl(m_client.shouldGenerateFileForUpload(toAPI(page), toAPI(originalFilePath.impl()), m_client.clientInfo)));
112 if (!m_client.shouldGenerateFileForUpload)
InjectedBundlePageUIClient.h 59 String shouldGenerateFileForUpload(WebPage*, const String& originalFilePath);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 190 WKBundlePageGenerateFileForUploadCallback shouldGenerateFileForUpload;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 547 generatedFilename = m_page->injectedBundleUIClient().shouldGenerateFileForUpload(m_page, path);

Completed in 73 milliseconds