HomeSort by relevance Sort by last modified time
    Searched defs:Performance (Results 1 - 6 of 6) 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.
850 Performance.tracePageStart(url);
852 // Performance probe
854 Performance.onPageStarted();
869 // Performance probe
871 Performance.onPageFinished(tab.getUrl());
874 Performance.tracePageFinished();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 826 milliseconds