Searched refs:didFinishLoading (Results 26 - 50 of 103) sorted by relevance

12345

/external/chromium/webkit/glue/
H A Dresource_fetcher.h71 virtual void didFinishLoading(
H A Dresource_fetcher.cc107 void ResourceFetcher::didFinishLoading( function in class:webkit_glue::ResourceFetcher
/external/webkit/Source/WebCore/page/
H A DEventSource.h95 virtual void didFinishLoading(unsigned long, double);
/external/webkit/Source/WebCore/platform/network/
H A DDataURL.cpp89 handle->client()->didFinishLoading(handle, 0);
H A DResourceHandleClient.h76 virtual void didFinishLoading(ResourceHandle*, double /*finishTime*/) { } function in class:WebCore::ResourceHandleClient
H A DBlobResourceHandle.cpp83 virtual void didFinishLoading(ResourceHandle*, double /*finishTime*/);
119 void BlobResourceSynchronousLoader::didFinishLoading(ResourceHandle*, double) function in class:WebCore::__anon15926::BlobResourceSynchronousLoader
600 handle->client()->didFinishLoading(handle, 0);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoaderClient.h89 void didFinishLoading();
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.h65 void didFinishLoading(WebCore::NetscapePlugInStreamLoader*);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h60 void didFinishLoading();
/external/webkit/Source/WebCore/loader/
H A DSubresourceLoader.cpp182 void SubresourceLoader::didFinishLoading(double finishTime) function in class:WebCore::SubresourceLoader
192 m_client->didFinishLoading(this, finishTime);
199 ResourceLoader::didFinishLoading(finishTime);
H A DDocumentThreadableLoader.cpp259 void DocumentThreadableLoader::didFinishLoading(SubresourceLoader* loader, double finishTime) function in class:WebCore::DocumentThreadableLoader
263 didFinishLoading(loader->identifier(), finishTime);
266 void DocumentThreadableLoader::didFinishLoading(unsigned long identifier, double finishTime) function in class:WebCore::DocumentThreadableLoader
273 m_client->didFinishLoading(identifier, finishTime);
334 m_actualRequest = 0; // Prevent didFinishLoading() from bypassing access check.
390 didFinishLoading(identifier, 0.0);
H A DResourceLoader.cpp305 void ResourceLoader::didFinishLoading(double finishTime) function in class:WebCore::ResourceLoader
443 void ResourceLoader::didFinishLoading(ResourceHandle*, double finishTime) function in class:WebCore::ResourceLoader
445 didFinishLoading(finishTime);
H A DMainResourceLoader.cpp308 didFinishLoading(0);
310 didFinishLoading(0);
457 void MainResourceLoader::didFinishLoading(double finishTime) function in class:WebCore::MainResourceLoader
476 ResourceLoader::didFinishLoading(finishTime);
H A DWorkerThreadableLoader.h119 virtual void didFinishLoading(unsigned long identifier, double finishTime);
/external/webkit/Source/WebKit/chromium/src/
H A DResourceHandle.cpp78 virtual void didFinishLoading(WebURLLoader*, double finishTime);
182 void ResourceHandleInternal::didFinishLoading(WebURLLoader*, double finishTime) function in class:WebCore::ResourceHandleInternal
188 m_client->didFinishLoading(m_owner, finishTime);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.h82 virtual void didFinishLoading(
/external/webkit/Source/WebCore/fileapi/
H A DFileReader.h93 virtual void didFinishLoading();
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.h98 void didFinishLoading(unsigned long identifier, double finishTime);
/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp134 void IconLoader::didFinishLoading(SubresourceLoader* resourceLoader, double) function in class:WebCore::IconLoader
136 LOG(IconDatabase, "IconLoader::didFinishLoading() - Loader %p", resourceLoader);
/external/webkit/Source/WebCore/notifications/
H A DNotification.h109 virtual void didFinishLoading(unsigned long identifier, double finishTime);
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp64 virtual void didFinishLoading(ResourceHandle*, double /*finishTime*/) {} function in class:WebCore::WebCoreSynchronousLoader
/external/webkit/Source/WebCore/platform/network/win/
H A DResourceHandleWin.cpp89 virtual void didFinishLoading(ResourceHandle*, double /*finishTime*/);
122 void WebCoreSynchronousLoader::didFinishLoading(ResourceHandle*, double) function in class:WebCore::WebCoreSynchronousLoader
257 resourceHandleClient->didFinishLoading(this, 0);
401 client()->didFinishLoading(this, 0);
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.h82 virtual void didFinishLoading(NetscapePlugInStreamLoader*);
/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.cpp137 void WorkerScriptLoader::didFinishLoading(unsigned long identifier, double) function in class:WebCore::WorkerScriptLoader
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginStream.h84 void didFinishLoading(WebCore::NetscapePlugInStreamLoader*);

Completed in 372 milliseconds

12345