Searched defs:performance (Results 1 – 10 of 10) sorted by relevance
171 WebPerformance::WebPerformance(const PassRefPtr<Performance>& performance) in WebPerformance()176 WebPerformance& WebPerformance::operator=(const PassRefPtr<Performance>& performance) in operator =()
736 WebPerformance WebFrameImpl::performance() const in performance() function in blink::WebFrameImpl
47 …static PassRefPtr<UserTiming> create(Performance* performance) { return adoptRef(new UserTiming(pe… in create()
72 UserTiming::UserTiming(Performance* performance) in UserTiming()
63 WorkerPerformance* WorkerGlobalScopePerformance::performance(WorkerGlobalScope* context) in performance() function in WebCore::WorkerGlobalScopePerformance
174 def UpdatePeerPerformance(self, peer_address, performance): argument
216 optional Performance performance = 2; field
198 void DumpPerformanceTiming(const WebPerformance& performance, in DumpPerformanceTiming()
183 if (Performance* performance = initiatorWindow->performance()) in reportResourceTiming() local
734 Performance* DOMWindow::performance() const in performance() function in WebCore::DOMWindow