HomeSort by relevance Sort by last modified time
    Searched defs:WebPerformance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebPerformance.h 42 class WebPerformance {
44 ~WebPerformance() { reset(); }
46 WebPerformance() { }
48 WebPerformance(const WebPerformance& p) { assign(p); }
50 WebPerformance& operator=(const WebPerformance& p)
57 WEBKIT_EXPORT void assign(const WebPerformance&);
85 WebPerformance(const WTF::PassRefPtr<WebCore::Performance>&);
86 WebPerformance& operator=(const WTF::PassRefPtr<WebCore::Performance>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPerformance.cpp 32 #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::redirectCount() cons
    [all...]

Completed in 66 milliseconds