Searched refs:WebPerformance (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebPerformance.cpp32 #include "WebPerformance.h"
45 void WebPerformance::reset()
50 void WebPerformance::assign(const WebPerformance& other)
55 WebNavigationType WebPerformance::navigationType() const
71 double WebPerformance::navigationStart() const
76 double WebPerformance::unloadEventEnd() const
81 double WebPerformance::redirectStart() const
86 double WebPerformance::redirectEnd() const
91 unsigned short WebPerformance
171 WebPerformance::WebPerformance(const PassRefPtr<Performance>& performance) function in class:WebKit::WebPerformance
[all...]
H A DWebFrameImpl.h59 class WebPerformance;
97 virtual WebPerformance performance() const;
H A DWebFrameImpl.cpp142 #include "WebPerformance.h"
725 WebPerformance WebFrameImpl::performance() const
728 return WebPerformance();
730 return WebPerformance(m_frame->domWindow()->performance());
/external/webkit/Source/WebKit/chromium/public/
H A DWebPerformance.h42 class WebPerformance { class in namespace:WebKit
44 ~WebPerformance() { reset(); }
46 WebPerformance() { } function in class:WebKit::WebPerformance
48 WebPerformance(const WebPerformance& p) { assign(p); } function in class:WebKit::WebPerformance
50 WebPerformance& operator=(const WebPerformance& p)
57 WEBKIT_API void assign(const WebPerformance&);
85 WebPerformance(const WTF::PassRefPtr<WebCore::Performance>&);
86 WebPerformance
[all...]
H A DWebFrame.h61 class WebPerformance;
218 virtual WebPerformance performance() const = 0;

Completed in 382 milliseconds