Searched defs:didFinishLoading (Results 1 - 25 of 47) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginLoadObserver.cpp45 void WebPluginLoadObserver::didFinishLoading() function in class:WebKit::WebPluginLoadObserver
/external/webkit/Source/WebCore/loader/
H A DNetscapePlugInStreamLoader.h44 virtual void didFinishLoading(NetscapePlugInStreamLoader*) { } function in class:WebCore::NetscapePlugInStreamLoaderClient
61 virtual void didFinishLoading(double finishTime);
H A DPingLoader.h66 void didFinishLoading(ResourceHandle*, double) { delete this; } function in class:WebCore::PingLoader
H A DSubresourceLoaderClient.h51 virtual void didFinishLoading(SubresourceLoader*, double /*finishTime*/) { } function in class:WebCore::SubresourceLoaderClient
H A DThreadableLoaderClient.h48 virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/) { } function in class:WebCore::ThreadableLoaderClient
H A DNetscapePlugInStreamLoader.cpp104 void NetscapePlugInStreamLoader::didFinishLoading(double finishTime) function in class:WebCore::NetscapePlugInStreamLoader
109 m_client->didFinishLoading(this);
110 ResourceLoader::didFinishLoading(finishTime);
H A DThreadableLoaderClientWrapper.h83 void didFinishLoading(unsigned long identifier, double finishTime) function in class:WebCore::ThreadableLoaderClientWrapper
87 m_client->didFinishLoading(identifier, 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 DMainResourceLoader.cpp308 didFinishLoading(0);
310 didFinishLoading(0);
457 void MainResourceLoader::didFinishLoading(double finishTime) function in class:WebCore::MainResourceLoader
476 ResourceLoader::didFinishLoading(finishTime);
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 DSubresourceLoader.cpp182 void SubresourceLoader::didFinishLoading(double finishTime) function in class:WebCore::SubresourceLoader
192 m_client->didFinishLoading(this, finishTime);
199 ResourceLoader::didFinishLoading(finishTime);
H A DWorkerThreadableLoader.cpp217 workerClientWrapper->didFinishLoading(identifier, finishTime);
220 void WorkerThreadableLoader::MainThreadBridge::didFinishLoading(unsigned long identifier, double finishTime) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
/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/workers/
H A DWorkerScriptLoader.cpp137 void WorkerScriptLoader::didFinishLoading(unsigned long identifier, double) function in class:WebCore::WorkerScriptLoader
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderClient.h67 virtual void didFinishLoading(WebURLLoader*, double finishTime) { } function in class:WebKit::WebURLLoaderClient
/external/chromium/webkit/glue/
H A Dresource_fetcher.cc107 void ResourceFetcher::didFinishLoading( function in class:webkit_glue::ResourceFetcher
/external/webkit/Source/WebCore/fileapi/
H A DFileReader.cpp204 void FileReader::didFinishLoading() function in class:WebCore::FileReader
H A DFileReaderLoader.cpp183 void FileReaderLoader::didFinishLoading(unsigned long, double) function in class:WebCore::FileReaderLoader
187 m_client->didFinishLoading();
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.cpp145 void CachedResourceRequest::didFinishLoading(SubresourceLoader* loader, double) function in class:WebCore::CachedResourceRequest
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp198 void Notification::didFinishLoading(unsigned long, double) function in class:WebCore::Notification
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandleClient.h76 virtual void didFinishLoading(ResourceHandle*, double /*finishTime*/) { } function in class:WebCore::ResourceHandleClient
/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/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp229 void EmbeddedWidget::didFinishLoading() function in class:EmbeddedWidget
231 m_view->didFinishLoading();
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc199 void SimpleDataSource::didFinishLoading( function in class:webkit_glue::SimpleDataSource
/external/webkit/Source/WebCore/page/
H A DEventSource.cpp226 void EventSource::didFinishLoading(unsigned long, double) function in class:WebCore::EventSource

Completed in 1538 milliseconds

12