Searched refs:finishTime (Results 1 - 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderClient.h67 virtual void didFinishLoading(WebURLLoader*, double finishTime) { } argument
/external/webkit/Source/WebCore/loader/
H A DResourceLoadNotifier.h57 void didFinishLoad(ResourceLoader*, double finishTime);
64 void dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier, double finishTime);
H A DThreadableLoaderClientWrapper.h83 void didFinishLoading(unsigned long identifier, double finishTime) argument
87 m_client->didFinishLoading(identifier, finishTime);
H A DNetscapePlugInStreamLoader.h61 virtual void didFinishLoading(double finishTime);
H A DNetscapePlugInStreamLoader.cpp104 void NetscapePlugInStreamLoader::didFinishLoading(double finishTime) argument
110 ResourceLoader::didFinishLoading(finishTime);
H A DResourceLoader.h89 virtual void didFinishLoading(double finishTime);
109 virtual void didFinishLoading(ResourceHandle*, double finishTime);
155 void didFinishLoadingOnePart(double finishTime);
H A DResourceLoader.cpp305 void ResourceLoader::didFinishLoading(double finishTime) argument
313 didFinishLoadingOnePart(finishTime);
317 void ResourceLoader::didFinishLoadingOnePart(double finishTime) argument
327 frameLoader()->notifier()->didFinishLoad(this, finishTime);
443 void ResourceLoader::didFinishLoading(ResourceHandle*, double finishTime) argument
445 didFinishLoading(finishTime);
H A DMainResourceLoader.h61 virtual void didFinishLoading(double finishTime);
H A DResourceLoadNotifier.cpp85 void ResourceLoadNotifier::didFinishLoad(ResourceLoader* loader, double finishTime) argument
89 dispatchDidFinishLoading(loader->documentLoader(), loader->identifier(), finishTime);
140 void ResourceLoadNotifier::dispatchDidFinishLoading(DocumentLoader* loader, unsigned long identifier, double finishTime) argument
144 InspectorInstrumentation::didFinishLoading(m_frame, identifier, finishTime);
H A DSubresourceLoader.h57 virtual void didFinishLoading(double finishTime);
H A DWorkerThreadableLoader.cpp214 static void workerContextDidFinishLoading(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long identifier, double finishTime) argument
217 workerClientWrapper->didFinishLoading(identifier, finishTime);
220 void WorkerThreadableLoader::MainThreadBridge::didFinishLoading(unsigned long identifier, double finishTime) argument
222 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidFinishLoading, m_workerClientWrapper, identifier, finishTime), m_taskMode);
H A DSubresourceLoader.cpp182 void SubresourceLoader::didFinishLoading(double finishTime) argument
192 m_client->didFinishLoading(this, finishTime);
199 ResourceLoader::didFinishLoading(finishTime);
H A DDocumentThreadableLoader.cpp259 void DocumentThreadableLoader::didFinishLoading(SubresourceLoader* loader, double finishTime) argument
263 didFinishLoading(loader->identifier(), finishTime);
266 void DocumentThreadableLoader::didFinishLoading(unsigned long identifier, double finishTime) argument
273 m_client->didFinishLoading(identifier, finishTime);
H A DDocumentThreadableLoader.h88 void didFinishLoading(unsigned long identifier, double finishTime);
H A DMainResourceLoader.cpp457 void MainResourceLoader::didFinishLoading(double finishTime) argument
474 documentLoader()->timing()->responseEnd = finishTime ? finishTime : (m_timeOfLastDataReceived ? m_timeOfLastDataReceived : currentTime());
476 ResourceLoader::didFinishLoading(finishTime);
/external/webkit/Source/WebCore/inspector/
H A DTimelineRecordFactory.h75 static PassRefPtr<InspectorObject> createResourceFinishData(unsigned long identifier, bool didFail, double finishTime);
H A DTimelineRecordFactory.cpp150 PassRefPtr<InspectorObject> TimelineRecordFactory::createResourceFinishData(unsigned long identifier, bool didFail, double finishTime) argument
155 if (finishTime)
156 data->setNumber("networkTime", finishTime);
H A DInspectorResourceAgent.h98 void didFinishLoading(unsigned long identifier, double finishTime);
H A DInspectorTimelineAgent.h118 void didFinishLoadingResource(unsigned long, bool didFail, double finishTime);
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.cpp66 virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/);
139 void AssociatedURLLoader::ClientAdapter::didFinishLoading(unsigned long identifier, double finishTime) argument
150 m_client->didFinishLoading(m_loader, finishTime);
H A DResourceHandle.cpp78 virtual void didFinishLoading(WebURLLoader*, double finishTime);
182 void ResourceHandleInternal::didFinishLoading(WebURLLoader*, double finishTime) argument
188 m_client->didFinishLoading(m_owner, finishTime);
/external/chromium/webkit/glue/
H A Dresource_fetcher.h72 WebKit::WebURLLoader* loader, double finishTime);
H A Dresource_fetcher.cc108 WebURLLoader* loader, double finishTime) {
107 didFinishLoading( WebURLLoader* loader, double finishTime) argument
/external/webkit/Source/WebCore/inspector/front-end/
H A DNetworkManager.js194 loadingFinished: function(identifier, finishTime)
200 this._finishResource(resource, finishTime);
316 _finishResource: function(resource, finishTime)
318 resource.endTime = finishTime;
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.h84 double finishTime);

Completed in 215 milliseconds

12