Home
last modified time | relevance | path

Searched refs:getHeapProfile (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternalProfilers.cpp56 String InternalProfilers::getHeapProfile() in getHeapProfile() function in WebCore::InternalProfilers
58 String text = blink::Platform::current()->getHeapProfile(); in getHeapProfile()
DInternalProfilers.h51 String getHeapProfile();
DInternalProfilers.idl37 DOMString getHeapProfile();
/external/chromium_org/content/child/
Dblink_platform_impl.h68 virtual blink::WebString getHeapProfile() OVERRIDE; in NON_EXPORTED_BASE()
Dblink_platform_impl.cc1025 WebString BlinkPlatformImpl::getHeapProfile() { in getHeapProfile() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h303 virtual WebString getHeapProfile() { return WebString(); } in getHeapProfile() function