HomeSort by relevance Sort by last modified time
    Searched defs:saveDataToFileInDownloadsFolder (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 367 void WebUIClient::saveDataToFileInDownloadsFolder(WebPageProxy* page, const String& suggestedFilename, const String& mimeType, const String& originatingURLString, WebData* data)
369 if (!m_client.saveDataToFileInDownloadsFolder)
372 m_client.saveDataToFileInDownloadsFolder(toAPI(page), toAPI(suggestedFilename.impl()), toAPI(mimeType.impl()), toURLRef(originatingURLString.impl()), toAPI(data), m_client.clientInfo);
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 226 WKPageSaveDataToFileInDownloadsFolderCallback saveDataToFileInDownloadsFolder;

Completed in 48 milliseconds