Searched refs:domInteractive (Results 1 – 9 of 9) sorted by relevance
34 , domInteractive(0.0) in DocumentTiming()42 double domInteractive; member
1018 if (!m_documentTiming.domInteractive) in setReadyState()1019 m_documentTiming.domInteractive = currentTime(); in setReadyState()
141 double WebPerformance::domInteractive() const in domInteractive() function in WebKit::WebPerformance143 return millisecondsToSeconds(m_private->timing()->domInteractive()); in domInteractive()
69 unsigned long long domInteractive() const;
291 unsigned long long PerformanceTiming::domInteractive() const in domInteractive() function in WebCore::PerformanceTiming297 return toIntegerMilliseconds(timing->domInteractive); in domInteractive()
50 readonly attribute unsigned long long domInteractive;
77 WEBKIT_API double domInteractive() const;
3009 (WebKit::WebPerformance::domInteractive):
13184 (WebCore::PerformanceTiming::domInteractive):18437 (WebCore::Timing::domInteractive): Ditto.