HomeSort by relevance Sort by last modified time
    Searched defs:Performance (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/
Performance.cpp 32 #include "Performance.h"
44 Performance::Performance(Frame* frame)
49 Frame* Performance::frame() const
54 void Performance::disconnectFrame()
69 MemoryInfo* Performance::memory() const
75 PerformanceNavigation* Performance::navigation() const
83 PerformanceTiming* Performance::timing() const
Performance.h 45 class Performance : public RefCounted<Performance> {
47 static PassRefPtr<Performance> create(Frame* frame) { return adoptRef(new Performance(frame)); }
57 Performance(Frame*);
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 34 #include "Performance.h"
171 WebPerformance::WebPerformance(const PassRefPtr<Performance>& performance)
172 : m_private(performance)
176 WebPerformance& WebPerformance::operator=(const PassRefPtr<Performance>& performance)
178 m_private = performance;
182 WebPerformance::operator PassRefPtr<Performance>() const
  /packages/apps/Browser/src/com/android/browser/
Performance.java 26 * Performance analysis
28 public class Performance {
37 // Performance probe
Controller.java 176 // FIXME, temp address onPrepareMenu performance problem.
820 Performance.tracePageStart(url);
822 // Performance probe
824 Performance.onPageStarted();
853 // Performance probe
855 Performance.onPageFinished(tab.getUrl());
858 Performance.tracePageFinished();
    [all...]

Completed in 2507 milliseconds