Home | History | Annotate | Download | only in web

Lines Matching defs:WebPerformance

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>&);