Home
last modified time | relevance | path

Searched refs:MallocStatistics (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DMallocStatistics.h35 class MallocStatistics : public RefCounted<MallocStatistics> {
37 static PassRefPtr<MallocStatistics> create() { return adoptRef(new MallocStatistics()); } in create()
44 MallocStatistics() in MallocStatistics() function
DMallocStatistics.idl27 ] interface MallocStatistics {
DInternals.h59 class MallocStatistics; variable
273 PassRefPtr<MallocStatistics> mallocStatistics() const;
DInternals.idl233 MallocStatistics mallocStatistics();
DInternals.cpp2051 PassRefPtr<MallocStatistics> Internals::mallocStatistics() const in mallocStatistics()
2053 return MallocStatistics::create(); in mallocStatistics()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dsupport_idl_files_list.tmp7 ../core/testing/MallocStatistics.idl
Dinterface_dependencies.target.darwin-mips.mk21 …erRectList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-x86.mk21 …erRectList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-arm.mk21 …erRectList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-mips.mk21 …erRectList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-arm.mk21 …erRectList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-x86.mk21 …erRectList.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
Dbindings_sources.target.linux-arm.mk7418 …tatistics.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
7419 …sor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/MallocStatistics.idl
Dbindings_sources.target.linux-x86.mk7418 …tatistics.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
7419 …sor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/MallocStatistics.idl
Dbindings_sources.target.linux-mips.mk7418 …tatistics.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
7419 …sor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/MallocStatistics.idl
Dbindings_sources.target.darwin-mips.mk7418 …tatistics.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
7419 …sor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/MallocStatistics.idl
Dbindings_sources.target.darwin-arm.mk7418 …tatistics.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
7419 …sor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/MallocStatistics.idl
Dbindings_sources.target.darwin-x86.mk7418 …tatistics.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/MallocStatistics.idl $(LOCAL_P…
7419 …sor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/MallocStatistics.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi3174 'testing/MallocStatistics.idl',
3199 'testing/MallocStatistics.h',