Home
last modified time | relevance | path

Searched refs:fetchStart (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/resource-timing/
H A Dresource_connection_reuse_mixed_content.html.ini4 [secureConnectionStart and fetchStart should be the same]
7 [domainLookupEnd and fetchStart should be the same]
10 [connectStart and fetchStart should be the same]
13 [domainLookupStart and fetchStart should be the same]
16 [connectEnd and fetchStart should be the same]
H A Dresource_connection_reuse_mixed_content_redirect.html.ini4 [secureConnectionStart and fetchStart should be the same]
7 [domainLookupEnd and fetchStart should be the same]
10 [connectStart and fetchStart should be the same]
13 [domainLookupStart and fetchStart should be the same]
16 [connectEnd and fetchStart should be the same]
H A Dresource_connection_reuse.html.ini3 [connectStart and fetchStart should be the same]
7 [connectEnd and fetchStart should be the same]
H A Dresource_timing_cross_origin_redirect_chain.html.ini2 [startTime == fetchStart in cross-origin redirect.]
H A Dcrossorigin-sandwich-no-TAO.sub.html.ini2 [startTime == fetchStart in cross-origin redirect with failing Timing-Allow-Origin.]
H A Dcrossorigin-sandwich-TAO.sub.html.ini8 [startTime == fetchStart in cross-origin redirect with failing Timing-Allow-Origin.]
H A Dcrossorigin-sandwich-partial-TAO.sub.html.ini8 [startTime == fetchStart in cross-origin redirect with failing Timing-Allow-Origin.]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPerformanceTiming.cpp152 unsigned long long PerformanceTiming::fetchStart() const in fetchStart() function in WebCore::PerformanceTiming
158 return toIntegerMilliseconds(timing->fetchStart); in fetchStart()
165 return fetchStart(); in domainLookupStart()
171 return fetchStart(); in domainLookupStart()
290 return fetchStart(); in domLoading()
401 …blySkewedTimeInKnownRange(resourceTiming->requestTime, documentTiming->fetchStart, documentTiming-… in resourceLoadTimeRelativeToAbsolute()
H A DPerformanceTiming.h59 unsigned long long fetchStart() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DDocumentLoadTiming.h39 , fetchStart(0.0) in DocumentLoadTiming()
54 double fetchStart; member
H A DMainResourceLoader.cpp183 ASSERT(documentLoader()->timing()->fetchStart); in willSendRequest()
194 documentLoadTiming->redirectStart = documentLoadTiming->fetchStart; in willSendRequest()
196 documentLoadTiming->fetchStart = documentLoadTiming->redirectEnd; in willSendRequest()
597 ASSERT(!documentLoader()->timing()->fetchStart); in load()
598 documentLoader()->timing()->fetchStart = currentTime(); in load()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/resource-timing/
H A Dresource_connection_reuse.html.ini3 [connectStart and fetchStart should be the same]
8 [connectEnd and fetchStart should be the same]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dperformance_resource_timing.cc237 DOMHighResTimeStamp PerformanceResourceTiming::fetchStart() const { in fetchStart() function in blink::PerformanceResourceTiming
258 return fetchStart(); in domainLookupStart()
311 return fetchStart(); in secureConnectionStart()
322 return fetchStart(); in secureConnectionStart()
399 builder.AddNumber("fetchStart", fetchStart()); in BuildJSONValue()
H A Dperformance_timing.cc128 uint64_t PerformanceTiming::fetchStart() const { in fetchStart() function in blink::PerformanceTiming
139 return fetchStart(); in domainLookupStart()
146 return fetchStart(); in domainLookupStart()
260 return fetchStart(); in domLoading()
709 {"fetchStart", &PerformanceTiming::fetchStart}, in GetAttributeMapping()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dperformance_timing.cc130 uint64_t PerformanceTiming::fetchStart() const { in fetchStart() function in blink::PerformanceTiming
141 return fetchStart(); in domainLookupStart()
148 return fetchStart(); in domainLookupStart()
262 return fetchStart(); in domLoading()
614 {"fetchStart", &PerformanceTiming::fetchStart}, in GetAttributeMapping()
H A Dperformance_resource_timing.cc224 DOMHighResTimeStamp PerformanceResourceTiming::fetchStart() const { in fetchStart() function in blink::PerformanceResourceTiming
245 return fetchStart(); in domainLookupStart()
298 return fetchStart(); in secureConnectionStart()
384 builder.AddNumber("fetchStart", fetchStart()); in BuildJSONValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DTimingStruct.h24 TimeStamp fetchStart; member
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DTimingStruct.h27 TimeStamp fetchStart; member
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DTimingStruct.h27 TimeStamp fetchStart; member
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DTimingStruct.h26 TimeStamp fetchStart; member
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DTimingStruct.h27 TimeStamp fetchStart; member
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DTimingStruct.h27 TimeStamp fetchStart; member
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dreplication.go181 fetchStart := time.Now()
183 …trics.MeasureSince([]string{"leader", "replication", r.Delegate.MetricName(), "fetch"}, fetchStart)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/
H A Dreplication.go181 fetchStart := time.Now()
183 …trics.MeasureSince([]string{"leader", "replication", r.Delegate.MetricName(), "fetch"}, fetchStart)
/dports/sysutils/consul/consul-1.10.3/agent/consul/
H A Dreplication.go247 fetchStart := time.Now()
249 …trics.MeasureSince([]string{"leader", "replication", r.Delegate.MetricName(), "fetch"}, fetchStart)

12345678910>>...13