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 46 class WebPerformance {
48 ~WebPerformance() { reset(); }
50 WebPerformance() { }
52 WebPerformance(const WebPerformance& p) { assign(p); }
54 WebPerformance& operator=(const WebPerformance& p)
61 BLINK_EXPORT void assign(const WebPerformance&);
89 WebPerformance(const PassRefPtrWillBeRawPtr<Performance>&);
90 WebPerformance& operator=(const PassRefPtrWillBeRawPtr<Performance>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPerformance.cpp 32 #include "public/web/WebPerformance.h"
43 void WebPerformance::reset()
48 void WebPerformance::assign(const WebPerformance& other)
53 WebNavigationType WebPerformance::navigationType() const
69 double WebPerformance::navigationStart() const
74 double WebPerformance::unloadEventEnd() const
79 double WebPerformance::redirectStart() const
84 double WebPerformance::redirectEnd() const
89 unsigned short WebPerformance::redirectCount() cons
    [all...]

Completed in 43 milliseconds