Searched defs:startDownload (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.cpp47 void DownloadManager::startDownload(uint64_t downloadID, WebPage* initiatingPage, const ResourceRequest& request) function in class:WebKit::DownloadManager
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp216 void WebFrame::startDownload(const WebCore::ResourceRequest& request) function in class:WebKit::WebFrame
220 DownloadManager::shared().startDownload(m_policyDownloadID, page(), request);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp600 void FrameLoaderClientWinCE::startDownload(const WebCore::ResourceRequest&) function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1045 void FrameLoaderClientImpl::startDownload(const ResourceRequest& request) function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp868 void FrameLoaderClientEfl::startDownload(const ResourceRequest&) function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp1329 void FrameLoaderClient::startDownload(const ResourceRequest& request) function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp712 void FrameLoaderClientHaiku::startDownload(const ResourceRequest&) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp833 void FrameLoaderClientWx::startDownload(const ResourceRequest&) function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp770 void WebFrameLoaderClient::startDownload(const ResourceRequest& request) function in class:WebKit::WebFrameLoaderClient
772 m_frame->startDownload(request);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp660 void FrameLoaderClientAndroid::startDownload(const ResourceRequest&) { function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1277 void FrameLoaderClientQt::startDownload(const WebCore::ResourceRequest& request) function in class:WebCore::FrameLoaderClientQt
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h309 virtual void startDownload(const ResourceRequest&) { } function in class:WebCore::EmptyFrameLoaderClient
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1874 void WebFrame::startDownload(const ResourceRequest& request) function in class:WebFrame

Completed in 110 milliseconds