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

12

/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceEntry.cpp38 PerformanceEntry::PerformanceEntry(const String& name, const String& entryType, double startTime, double finishTime) argument
H A DPerformanceResourceTiming.h53 static PassRefPtr<PerformanceResourceTiming> create(const AtomicString& initiatorType, const ResourceRequest& request, const ResourceResponse& response, double initiationTime, double finishTime, Document* requestingDocument) argument
H A DPerformance.cpp176 void Performance::addResourceTiming(const String& initiatorName, Document* initiatorDocument, const ResourceRequest& request, const ResourceResponse& response, double initiationTime, double finishTime) argument
H A DPerformanceResourceTiming.cpp78 PerformanceResourceTiming::PerformanceResourceTiming(const AtomicString& initiatorType, const ResourceRequest& request, const ResourceResponse& response, double initiationTime, double finishTime, Document* requestingDocument) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DNetscapePlugInStreamLoader.cpp116 void NetscapePlugInStreamLoader::didFinishLoading(double finishTime) argument
H A DThreadableLoaderClientWrapper.h77 void didFinishLoading(unsigned long identifier, double finishTime) argument
H A DResourceLoadNotifier.cpp99 void ResourceLoadNotifier::didFinishLoad(ResourceLoader* loader, double finishTime) argument
164 void ResourceLoadNotifier::dispatchDidFinishLoading(DocumentLoader* loader, unsigned long identifier, double finishTime) argument
H A DDocumentThreadableLoader.cpp311 void DocumentThreadableLoader::didFinishLoading(unsigned long identifier, double finishTime) argument
H A DSubresourceLoader.cpp291 void SubresourceLoader::didFinishLoading(double finishTime) argument
H A DWorkerThreadableLoader.cpp197 static void workerGlobalScopeDidFinishLoading(ScriptExecutionContext& context, RefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, unsigned long identifier, double finishTime) argument
203 void WorkerThreadableLoader::MainThreadBridge::didFinishLoading(unsigned long identifier, double finishTime) argument
H A DResourceLoader.cpp354 void ResourceLoader::didFinishLoading(double finishTime) argument
365 void ResourceLoader::didFinishLoadingOnePart(double finishTime) argument
515 void ResourceLoader::didFinishLoading(ResourceHandle*, double finishTime) argument
H A DDocumentLoader.cpp387 void DocumentLoader::finishedLoading(double finishTime) argument
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DAsynchronousNetworkLoaderClient.cpp87 void AsynchronousNetworkLoaderClient::didFinishLoading(NetworkResourceLoader* loader, double finishTime) argument
H A DNetworkResourceLoader.cpp226 void NetworkResourceLoader::didFinishLoading(ResourceHandle* handle, double finishTime) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoader.cpp154 void WebResourceLoader::didFinishResourceLoad(double finishTime) argument
181 void WebResourceLoader::didReceiveResource(const ShareableResource::Handle& handle, double finishTime) argument
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Tool/
H A Dkeychain_sync.c72 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
273 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
369 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c166 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
204 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
245 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
265 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Dcloud_keychain_diagnose.c947 dispatch_time_t finishTime; local
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Dcloud_keychain_diagnose.c947 dispatch_time_t finishTime; local
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DTimelineRecordFactory.cpp186 PassRefPtr<InspectorObject> TimelineRecordFactory::createResourceFinishData(const String& requestId, bool didFail, double finishTime) argument
H A DInspectorResourceAgent.cpp397 void InspectorResourceAgent::didFinishLoading(unsigned long identifier, DocumentLoader* loader, double finishTime) argument
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSOSCloudCircleServer.c328 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, maxTimeToWaitInSeconds); local
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheGroup.cpp601 void ApplicationCacheGroup::didFinishLoading(ResourceHandle* handle, double finishTime) argument
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.h250 void setLoadFinishTime(double finishTime) { m_loadFinishTime = finishTime; } argument
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c501 dispatch_time_t finishTime = dispatch_time(DISPATCH_TIME_NOW, timeoutInSeconds * NSEC_PER_SEC); local

Completed in 239 milliseconds

12