Searched defs:finishTime (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceEntry.cpp36 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) argument
40 , m_duration(finishTime - startTime)
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClientWrapper.h83 void didFinishLoading(unsigned long identifier, double finishTime) argument
87 m_client->didFinishLoading(identifier, finishTime);
H A DFrameFetchContext.cpp155 void FrameFetchContext::dispatchDidFinishLoading(DocumentLoader* loader, unsigned long identifier, double finishTime) argument
161 InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime);
H A DDocumentThreadableLoader.cpp338 void DocumentThreadableLoader::didFinishLoading(unsigned long identifier, double finishTime) argument
341 InspectorInstrumentation::didFinishLoading(m_document->frame(), identifier, m_document->frame()->loader().documentLoader(), finishTime);
346 m_client->didFinishLoading(identifier, finishTime);
H A DWorkerThreadableLoader.cpp227 static void workerGlobalScopeDidFinishLoading(ExecutionContext* context, PassRefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long identifier, double finishTime) argument
230 workerClientWrapper->didFinishLoading(identifier, finishTime);
233 void WorkerThreadableLoader::MainThreadBridge::didFinishLoading(unsigned long identifier, double finishTime) argument
235 m_loaderProxy.postTaskForModeToWorkerGlobalScope(createCallbackTask(&workerGlobalScopeDidFinishLoading, m_workerClientWrapper, identifier, finishTime), m_taskMode);
H A DDocumentLoader.cpp286 void DocumentLoader::finishedLoading(double finishTime) argument
293 m_frame->fetchContext().dispatchDidFinishLoading(this, m_identifierForLoadWithoutResourceLoader, finishTime);
297 double responseEndTime = finishTime;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h67 virtual void didFinishLoading(WebURLLoader*, double finishTime) { } argument
/external/chromium/webkit/glue/
H A Dresource_fetcher.cc108 WebURLLoader* loader, double finishTime) {
107 didFinishLoading( WebURLLoader* loader, double finishTime) argument
H A Dmultipart_response_delegate_unittest.cc78 virtual void didFinishLoading(WebURLLoader*, double finishTime) {} argument
/external/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher_impl.cc124 WebURLLoader* loader, double finishTime) {
123 didFinishLoading( WebURLLoader* loader, double finishTime) argument
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.cc150 double finishTime) {
148 didFinishLoading( WebURLLoader* loader, double finishTime) argument
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc201 double finishTime) {
199 didFinishLoading( WebKit::WebURLLoader* loader, double finishTime) argument
H A Dbuffered_resource_loader.cc383 double finishTime) {
381 didFinishLoading( WebURLLoader* loader, double finishTime) argument
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoader.cpp189 void ResourceLoader::didFinishLoadingOnePart(double finishTime) argument
199 m_host->didFinishLoading(m_resource, finishTime, m_options);
357 void ResourceLoader::didFinishLoading(blink::WebURLLoader*, double finishTime) argument
369 m_resource->finish(finishTime);
370 didFinishLoadingOnePart(finishTime);
H A DResource.cpp250 void Resource::finish(double finishTime) argument
254 m_loadFinishTime = finishTime;
H A DResourceFetcher.cpp1174 void ResourceFetcher::didFinishLoading(const Resource* resource, double finishTime, const ResourceLoaderOptions& options) argument
1179 context().dispatchDidFinishLoading(m_documentLoader, resource->identifier(), finishTime);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTimelineRecordFactory.cpp162 PassRefPtr<JSONObject> TimelineRecordFactory::createResourceFinishData(const String& requestId, bool didFail, double finishTime) argument
167 if (finishTime)
168 data->setNumber("networkTime", finishTime);
H A DInspectorResourceAgent.cpp127 virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/)
392 double finishTime = 0.0; local
393 // FIXME: Expose all of the timing details to inspector and have it calculate finishTime.
395 finishTime = loader->timing()->monotonicTimeToPseudoWallTime(monotonicFinishTime);
399 if (!finishTime)
400 finishTime = currentTime();
401 m_frontend->loadingFinished(requestId, finishTime);
H A DInspectorTimelineAgent.cpp755 void InspectorTimelineAgent::didFinishLoadingResource(unsigned long identifier, bool didFail, double finishTime, Frame* frame) argument
757 appendRecord(TimelineRecordFactory::createResourceFinishData(IdentifiersFactory::requestId(identifier), didFail, finishTime * 1000), TimelineRecordType::ResourceFinish, false, frame);
762 double finishTime = 0.0; local
763 // FIXME: Expose all of the timing details to inspector and have it calculate finishTime.
765 finishTime = loader->timing()->monotonicTimeToPseudoWallTime(monotonicFinishTime);
767 didFinishLoadingResource(identifier, false, finishTime, loader->frame());
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp139 virtual void didFinishLoading(unsigned long /*identifier*/, double /*finishTime*/);
248 void AssociatedURLLoader::ClientAdapter::didFinishLoading(unsigned long identifier, double finishTime) argument
253 m_client->didFinishLoading(m_loader, finishTime);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DAssociatedURLLoaderTest.cpp181 void didFinishLoading(WebURLLoader* loader, double finishTime) argument
/external/chromium_org/webkit/child/
H A Dmultipart_response_delegate_unittest.cc78 virtual void didFinishLoading(WebURLLoader*, double finishTime) {} argument
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader.cc486 double finishTime) {
484 didFinishLoading( WebURLLoader* loader, double finishTime) argument
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc134 virtual void didFinishLoading(WebURLLoader*, double finishTime) {} argument
1069 void WebPluginImpl::didFinishLoading(WebURLLoader* loader, double finishTime) { argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 405 milliseconds

12