WebPerformance    722 Source/web/WebFrameImpl.cpp WebPerformance WebFrameImpl::performance() const
WebPerformance    725 Source/web/WebFrameImpl.cpp         return WebPerformance();
WebPerformance    726 Source/web/WebFrameImpl.cpp     return WebPerformance(&frame()->domWindow()->performance());
WebPerformance     66 Source/web/WebFrameImpl.h class WebPerformance;
WebPerformance    115 Source/web/WebFrameImpl.h     virtual WebPerformance performance() const OVERRIDE;
WebPerformance     45 Source/web/WebPerformance.cpp void WebPerformance::reset()
WebPerformance     50 Source/web/WebPerformance.cpp void WebPerformance::assign(const WebPerformance& other)
WebPerformance     55 Source/web/WebPerformance.cpp WebNavigationType WebPerformance::navigationType() const
WebPerformance     71 Source/web/WebPerformance.cpp double WebPerformance::navigationStart() const
WebPerformance     76 Source/web/WebPerformance.cpp double WebPerformance::unloadEventEnd() const
WebPerformance     81 Source/web/WebPerformance.cpp double WebPerformance::redirectStart() const
WebPerformance     86 Source/web/WebPerformance.cpp double WebPerformance::redirectEnd() const
WebPerformance     91 Source/web/WebPerformance.cpp unsigned short WebPerformance::redirectCount() const
WebPerformance     96 Source/web/WebPerformance.cpp double WebPerformance::fetchStart() const
WebPerformance    101 Source/web/WebPerformance.cpp double WebPerformance::domainLookupStart() const
WebPerformance    106 Source/web/WebPerformance.cpp double WebPerformance::domainLookupEnd() const
WebPerformance    111 Source/web/WebPerformance.cpp double WebPerformance::connectStart() const
WebPerformance    116 Source/web/WebPerformance.cpp double WebPerformance::connectEnd() const
WebPerformance    121 Source/web/WebPerformance.cpp double WebPerformance::requestStart() const
WebPerformance    126 Source/web/WebPerformance.cpp double WebPerformance::responseStart() const
WebPerformance    131 Source/web/WebPerformance.cpp double WebPerformance::responseEnd() const
WebPerformance    136 Source/web/WebPerformance.cpp double WebPerformance::domLoading() const
WebPerformance    141 Source/web/WebPerformance.cpp double WebPerformance::domInteractive() const
WebPerformance    146 Source/web/WebPerformance.cpp double WebPerformance::domContentLoadedEventStart() const
WebPerformance    151 Source/web/WebPerformance.cpp double WebPerformance::domContentLoadedEventEnd() const
WebPerformance    156 Source/web/WebPerformance.cpp double WebPerformance::domComplete() const
WebPerformance    161 Source/web/WebPerformance.cpp double WebPerformance::loadEventStart() const
WebPerformance    166 Source/web/WebPerformance.cpp double WebPerformance::loadEventEnd() const
WebPerformance    171 Source/web/WebPerformance.cpp WebPerformance::WebPerformance(const PassRefPtrWillBeRawPtr<Performance>& performance)
WebPerformance    176 Source/web/WebPerformance.cpp WebPerformance& WebPerformance::operator=(const PassRefPtrWillBeRawPtr<Performance>& performance)
WebPerformance     66 public/web/WebFrame.h class WebPerformance;
WebPerformance    238 public/web/WebFrame.h     virtual WebPerformance performance() const = 0;
WebPerformance     46 public/web/WebPerformance.h class WebPerformance {
WebPerformance     48 public/web/WebPerformance.h     ~WebPerformance() { reset(); }
WebPerformance     50 public/web/WebPerformance.h     WebPerformance() { }
WebPerformance     52 public/web/WebPerformance.h     WebPerformance(const WebPerformance& p) { assign(p); }
WebPerformance     54 public/web/WebPerformance.h     WebPerformance& operator=(const WebPerformance& p)
WebPerformance     61 public/web/WebPerformance.h     BLINK_EXPORT void assign(const WebPerformance&);
WebPerformance     89 public/web/WebPerformance.h     WebPerformance(const PassRefPtrWillBeRawPtr<WebCore::Performance>&);
WebPerformance     90 public/web/WebPerformance.h     WebPerformance& operator=(const PassRefPtrWillBeRawPtr<WebCore::Performance>&);