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<WebCore::Performance>&);
90 WebPerformance& operator=(const PassRefPtrWillBeRawPtr<WebCore::Performance>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPerformance.cpp 32 #include "public/web/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 382 milliseconds