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

12

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPerformanceEntry.cpp38 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) argument
42 , m_duration(finishTime - startTime)
H A DPerformanceResourceTiming.h52 static PassRefPtr<PerformanceResourceTiming> create(const AtomicString& initiatorType, const ResourceRequest& request, const ResourceResponse& response, double initiationTime, double finishTime, Document* requestingDocument) argument
54 return adoptRef(new PerformanceResourceTiming(initiatorType, request, response, initiationTime, finishTime, requestingDocument));
74 PerformanceResourceTiming(const AtomicString& initatorType, const ResourceRequest&, const ResourceResponse&, double initiationTime, double finishTime, Document*);
H A DPerformanceResourceTiming.cpp79 PerformanceResourceTiming::PerformanceResourceTiming(const AtomicString& initiatorType, const ResourceRequest& request, const ResourceResponse& response, double initiationTime, double finishTime, Document* requestingDocument) argument
80 : PerformanceEntry(request.url().string(), "resource", monotonicTimeToDocumentMilliseconds(requestingDocument, initiationTime), monotonicTimeToDocumentMilliseconds(requestingDocument, finishTime))
83 , m_finishTime(finishTime)
H A DPerformanceEntry.h63 PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime);
H A DPerformance.cpp181 void Performance::addResourceTiming(const String& initiatorName, Document* initiatorDocument, const ResourceRequest& request, const ResourceResponse& response, double initiationTime, double finishTime) argument
186 RefPtr<PerformanceEntry> entry = PerformanceResourceTiming::create(initiatorName, request, response, initiationTime, finishTime, initiatorDocument);
H A DPerformance.h79 void addResourceTiming(const String& initiatorName, Document*, const ResourceRequest&, const ResourceResponse&, double initiationTime, double finishTime);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoadNotifier.h57 void didFinishLoad(ResourceLoader*, double finishTime);
64 void dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier, double finishTime);
H A DThreadableLoaderClientWrapper.h77 void didFinishLoading(unsigned long identifier, double finishTime) argument
81 m_client->didFinishLoading(identifier, finishTime);
H A DNetscapePlugInStreamLoader.cpp115 void NetscapePlugInStreamLoader::didFinishLoading(double finishTime) argument
121 ResourceLoader::didFinishLoading(finishTime);
H A DNetscapePlugInStreamLoader.h62 virtual void didFinishLoading(double finishTime) OVERRIDE;
H A DResourceLoadNotifier.cpp85 void ResourceLoadNotifier::didFinishLoad(ResourceLoader* loader, double finishTime) argument
89 dispatchDidFinishLoading(loader->documentLoader(), loader->identifier(), finishTime);
144 void ResourceLoadNotifier::dispatchDidFinishLoading(DocumentLoader* loader, unsigned long identifier, double finishTime) argument
148 InspectorInstrumentation::didFinishLoading(m_frame, loader, identifier, finishTime);
H A DWorkerThreadableLoader.cpp206 static void workerContextDidFinishLoading(ScriptExecutionContext* context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long identifier, double finishTime) argument
209 workerClientWrapper->didFinishLoading(identifier, finishTime);
212 void WorkerThreadableLoader::MainThreadBridge::didFinishLoading(unsigned long identifier, double finishTime) argument
214 m_loaderProxy.postTaskForModeToWorkerContext(createCallbackTask(&workerContextDidFinishLoading, m_workerClientWrapper, identifier, finishTime), m_taskMode);
H A DResourceLoader.cpp323 void ResourceLoader::didFinishLoading(double finishTime) argument
325 didFinishLoadingOnePart(finishTime);
334 void ResourceLoader::didFinishLoadingOnePart(double finishTime) argument
346 frameLoader()->notifier()->didFinishLoad(this, finishTime);
486 void ResourceLoader::didFinishLoading(ResourceHandle*, double finishTime) argument
488 didFinishLoading(finishTime);
H A DDocumentThreadableLoader.h89 void didFinishLoading(unsigned long identifier, double finishTime);
H A DSubresourceLoader.h65 virtual void didFinishLoading(double finishTime) OVERRIDE;
H A DResourceLoader.h87 virtual void didFinishLoading(double finishTime);
108 virtual void didFinishLoading(ResourceHandle*, double finishTime) OVERRIDE;
156 void didFinishLoadingOnePart(double finishTime);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Network/
H A DWebResourceLoader.h81 void didFinishResourceLoad(double finishTime);
83 void didReceiveResource(const ShareableResource::Handle&, double finishTime);
H A DWebResourceLoader.cpp126 void WebResourceLoader::didFinishResourceLoad(double finishTime) argument
129 m_coreLoader->didFinishLoading(finishTime);
139 void WebResourceLoader::didReceiveResource(const ShareableResource::Handle& handle, double finishTime) argument
159 m_coreLoader->didFinishLoading(finishTime);
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.h52 virtual void didFinishLoading(NetworkResourceLoader*, double finishTime) OVERRIDE;
H A DNetworkLoaderClient.h54 virtual void didFinishLoading(NetworkResourceLoader*, double finishTime) = 0;
H A DAsynchronousNetworkLoaderClient.cpp89 void AsynchronousNetworkLoaderClient::didFinishLoading(NetworkResourceLoader* loader, double finishTime) argument
91 loader->send(Messages::WebResourceLoader::DidFinishResourceLoad(finishTime));
H A DSynchronousNetworkLoaderClient.h63 virtual void didFinishLoading(NetworkResourceLoader*, double finishTime) OVERRIDE;
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c162 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
184 dispatch_semaphore_wait(waitSemaphore, finishTime);
200 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
226 dispatch_semaphore_wait(waitSemaphore, finishTime);
242 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
266 dispatch_semaphore_wait(waitSemaphore, finishTime);
276 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
287 dispatch_semaphore_wait(waitSemaphore, finishTime);
296 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
308 dispatch_semaphore_wait(waitSemaphore, finishTime);
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Tool/
H A Dkeychain_sync.c72 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
80 dispatch_semaphore_wait(waitSemaphore, finishTime);
215 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
241 dispatch_semaphore_wait(waitSemaphore, finishTime);
311 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
327 dispatch_semaphore_wait(waitSemaphore, finishTime);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DTimelineRecordFactory.cpp164 PassRefPtr<InspectorObject> TimelineRecordFactory::createResourceFinishData(const String& requestId, bool didFail, double finishTime) argument
169 if (finishTime)
170 data->setNumber("networkTime", finishTime);

Completed in 148 milliseconds

12