Searched refs:WebPerformance (Results 1 – 19 of 19) sorted by relevance
45 void WebPerformance::reset() in reset()50 void WebPerformance::assign(const WebPerformance& other) in assign()55 WebNavigationType WebPerformance::navigationType() const in navigationType()71 double WebPerformance::navigationStart() const in navigationStart()76 double WebPerformance::unloadEventEnd() const in unloadEventEnd()81 double WebPerformance::redirectStart() const in redirectStart()86 double WebPerformance::redirectEnd() const in redirectEnd()91 unsigned short WebPerformance::redirectCount() const in redirectCount()96 double WebPerformance::fetchStart() const in fetchStart()101 double WebPerformance::domainLookupStart() const in domainLookupStart()[all …]
254 WebPerformance WebRemoteFrameImpl::performance() const in performance()257 return WebPerformance(); in performance()
67 class WebPerformance; variable107 virtual WebPerformance performance() const OVERRIDE;
54 virtual WebPerformance performance() const OVERRIDE;
201 'WebPerformance.cpp',
666 WebPerformance WebLocalFrameImpl::performance() const in performance()669 return WebPerformance(); in performance()670 return WebPerformance(&frame()->domWindow()->performance()); in performance()
220 third_party/WebKit/Source/web/WebPerformance.cpp \
46 class WebPerformance {48 ~WebPerformance() { reset(); } in ~WebPerformance()50 WebPerformance() { } in WebPerformance() function52 WebPerformance(const WebPerformance& p) { assign(p); } in WebPerformance() function54 WebPerformance& operator=(const WebPerformance& p)61 BLINK_EXPORT void assign(const WebPerformance&);89 WebPerformance(const PassRefPtrWillBeRawPtr<WebCore::Performance>&);90 WebPerformance& operator=(const PassRefPtrWillBeRawPtr<WebCore::Performance>&);
73 class WebPerformance; variable237 virtual WebPerformance performance() const = 0;
39 using blink::WebPerformance;224 void DumpPerformanceTiming(const WebPerformance& performance, in DumpPerformanceTiming()