HomeSort by relevance Sort by last modified time
    Searched refs:Performance (Results 1 - 20 of 20) 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*);
Performance.idl 34 interface [Conditional=WEB_TIMING, OmitConstructor] Performance {
DOMWindow.h 61 class Performance;
433 Performance* performance() const;
434 Performance* optionalPerformance() const { return m_performance.get(); }
497 mutable RefPtr<Performance> m_performance;
DOMWindow.cpp 80 #include "Performance.h"
613 Performance* DOMWindow::performance() const function in class:WebCore::DOMWindow
616 m_performance = Performance::create(m_frame);
    [all...]
DOMWindow.idl 223 attribute [Replaceable] Performance performance;
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebPerformance.h 38 namespace WebCore { class Performance; }
85 WebPerformance(const WTF::PassRefPtr<WebCore::Performance>&);
86 WebPerformance& operator=(const WTF::PassRefPtr<WebCore::Performance>&);
87 operator WTF::PassRefPtr<WebCore::Performance>() const;
91 WebPrivatePtr<WebCore::Performance> m_private;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8PerformanceCustom.cpp 35 #include "Performance.h"
44 INC_STATS("DOM.Performance.memoryAccessorGetter");
45 Performance* imp = V8Performance::toNative(info.Holder());
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 5 # Performance counters give us 8207 insns
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 5 # Performance counters give us 8207 insns
  /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 177 // FIXME, temp address onPrepareMenu performance problem.
823 Performance.tracePageStart(url);
825 // Performance probe
827 Performance.onPageStarted();
856 // Performance probe
858 Performance.onPageFinished(tab.getUrl());
861 Performance.tracePageFinished();
    [all...]
  /dalvik/vm/
Dvm.mk 32 # Optional features. These may impact the size or performance of the VM.
65 # "Performance" profile:
  /external/v8/test/mjsunit/
fuzz-natives.js 168 // Performance critical function which cannot afford type checks.
  /external/oprofile/events/i386/nehalem/
events 79 event:0xB7 counters:0,1,2,3 um:one minimum:6000 name:OOF_CORE_RESPONSE_0 : Off-core Response Performance Monitoring in the Processor Core. Requires special setup.
  /external/blktrace/btreplay/doc/
btreplay.tex 43 Performance Group.
  /frameworks/base/docs/html/resources/
resources-data.js 25 'performance': 'Performance',
46 tags: ['article', 'performance', 'bestpractice'],
146 tags: ['article', 'layout', 'ui', 'performance', 'bestpractice'],
152 en: 'Learn how to optimize application layouts as this article walks you through converting a LinearLayout into a RelativeLayout, and analyzes the resulting implications on performance.'
156 tags: ['article', 'layout', 'ui', 'performance', 'bestpractice'],
162 en: 'Learn about using ViewStubs inside an application\'s layout in order to inflate rarely used UI elements, without the performance implications which would otherwise be caused by using the <code>&lt;include&gt;</code> tag.'
166 tags: ['article', 'layout', 'ui', 'performance', 'bestpractice'],
176 tags: ['article', 'ui', 'performance'],
226 tags: ['article', 'performance', 'bestpractice']
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 509 page/Performance.cpp \
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs     [all...]

Completed in 358 milliseconds