Searched refs:didFinish (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
H A DJavaScriptTest.cpp37 JavaScriptCallbackContext(const char* expectedString) : didFinish(false), expectedString(expectedString), didMatchExpectedString(false) { }
39 bool didFinish; member in struct:TestWebKitAPI::JavaScriptCallbackContext
59 context->didFinish = true;
77 Util::run(&context.didFinish);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp94 void WebDownloadClient::didFinish(WebContext* webContext, DownloadProxy* downloadProxy) function in class:WebKit::WebDownloadClient
96 if (!m_client.didFinish)
99 m_client.didFinish(toAPI(webContext), toAPI(downloadProxy), m_client.clientInfo);
H A DWebDownloadClient.h53 void didFinish(WebContext*, DownloadProxy*);
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp148 void DownloadProxy::didFinish() function in class:WebKit::DownloadProxy
153 m_webContext->downloadClient().didFinish(m_webContext, this);
H A DDownloadProxy.h79 void didFinish();
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.h61 virtual HRESULT STDMETHODCALLTYPE didFinish(IWebDownload* download);
H A DWebDownload.h120 void didFinish();
H A DWebDownloadCFNet.cpp464 void WebDownload::didFinish() function in class:WebDownload
500 // It's extremely likely the call to delegate->didFinish() will deref this, so lets not let that cause our destruction just yet
502 if (FAILED(m_delegate->didFinish(this)))
503 LOG_ERROR("DownloadDelegate->didFinish failed");
544 { ((WebDownload*)clientInfo)->didFinish(); }
H A DDefaultDownloadDelegate.cpp217 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didFinish(IWebDownload* download) function in class:DefaultDownloadDelegate
219 LOG(Download, "DefaultDownloadDelegate %p - didFinish", download);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp128 void Download::didFinish() function in class:WebKit::Download
H A DDownload.h85 void didFinish();
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDownload.idl157 HRESULT didFinish([in] IWebDownload* download);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h95 WKContextDownloadDidFinishCallback didFinish; member in struct:WKContextDownloadClient
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp202 downloadFromClientInfo(clientInfo)->didFinish();
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm296 _download->didFinish();

Completed in 883 milliseconds