Searched refs:domInteractive (Results 1 – 9 of 9) sorted by relevance
34 , domInteractive(0.0) in DocumentTiming()42 double domInteractive; member
1074 if (!m_documentTiming.domInteractive) in setReadyState()1075 m_documentTiming.domInteractive = monotonicallyIncreasingTime(); in setReadyState()
141 double WebPerformance::domInteractive() const in domInteractive() function in blink::WebPerformance143 return millisecondsToSeconds(m_private->timing()->domInteractive()); in domInteractive()
256 unsigned long long PerformanceTiming::domInteractive() const in domInteractive() function in WebCore::PerformanceTiming262 return monotonicTimeToIntegerMilliseconds(timing->domInteractive); in domInteractive()
66 unsigned long long domInteractive() const;
48 readonly attribute unsigned long long domInteractive;
60 map.add("domInteractive", &PerformanceTiming::domInteractive); in restrictedKeyMap()
77 BLINK_EXPORT double domInteractive() const;
217 Time dom_interactive = Time::FromDoubleT(performance.domInteractive()); in DumpPerformanceTiming()