Home
last modified time | relevance | path

Searched refs:InternalProfilers (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternalProfilers.h42 class InternalProfilers : public RefCounted<InternalProfilers> {
44 static PassRefPtr<InternalProfilers> create() { return adoptRef(new InternalProfilers()); } in create()
DInternalProfilers.cpp41 void InternalProfilers::startHeapProfiling(const String& prefix) in startHeapProfiling()
46 void InternalProfilers::stopHeapProfiling() in stopHeapProfiling()
51 void InternalProfilers::dumpHeapProfiling(const String& reason) in dumpHeapProfiling()
56 String InternalProfilers::getHeapProfile() in getHeapProfile()
DInternals.h55 class InternalProfilers; variable
211 InternalProfilers* profilers();
322 RefPtr<InternalProfilers> m_profilers;
DInternalProfilers.idl33 ] interface InternalProfilers {
DInternals.idl166 readonly attribute InternalProfilers profilers;
DInternals.cpp249 InternalProfilers* Internals::profilers() in profilers()
252 m_profilers = InternalProfilers::create(); in profilers()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dsupport_idl_files_list.tmp3 ../core/testing/InternalProfilers.idl
Dinterface_dependencies.target.darwin-mips.mk21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
Dinterface_dependencies.target.darwin-x86.mk21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
Dinterface_dependencies.target.darwin-arm.mk21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
Dinterface_dependencies.target.linux-mips.mk21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
Dinterface_dependencies.target.linux-arm.mk21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
Dinterface_dependencies.target.linux-x86.mk21 …/Internals.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
Dbindings_sources.target.linux-arm.mk7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
Dbindings_sources.target.linux-x86.mk7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
Dbindings_sources.target.linux-mips.mk7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
Dbindings_sources.target.darwin-mips.mk7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
Dbindings_sources.target.darwin-arm.mk7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
Dbindings_sources.target.darwin-x86.mk7374 …Profilers.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/InternalProfilers.idl $(LOCAL_…
7375 …or "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/InternalProfilers.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi3170 'testing/InternalProfilers.idl',
3192 'testing/InternalProfilers.cpp',
3193 'testing/InternalProfilers.h',