Searched defs:didStart (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DFileStreamClient.h48 virtual void didStart() { } function in class:WebCore::FileStreamClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp37 void WebDownloadClient::didStart(WebContext* webContext, DownloadProxy* downloadProxy) function in class:WebKit::WebDownloadClient
39 if (!m_client.didStart)
42 m_client.didStart(toAPI(webContext), toAPI(downloadProxy), m_client.clientInfo);
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp86 void DownloadProxy::didStart(const ResourceRequest& request) function in class:WebKit::DownloadProxy
93 m_webContext->downloadClient().didStart(m_webContext, this);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp71 void Download::didStart() function in class:WebKit::Download
/external/webkit/Source/WebCore/fileapi/
H A DFileStreamProxy.cpp78 static void didStart(ScriptExecutionContext*, FileStreamProxy* proxy) function in namespace:WebCore
81 proxy->client()->didStart();
89 m_context->postTask(createCallbackTask(&didStart, this));
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h88 WKContextDownloadDidStartCallback didStart; member in struct:WKContextDownloadClient
/external/webkit/Source/WebKit/win/
H A DWebDownloadCFNet.cpp216 // FIXME: 4950477 - CFURLDownload neglects to make the didStart() client call upon starting the download.
218 didStart();
351 void WebDownload::didStart() function in class:WebDownload
517 { ((WebDownload*)clientInfo)->didStart(); }

Completed in 1747 milliseconds