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.cpp60 String InternalProfilers::getHeapProfile() in getHeapProfile() function in blink::InternalProfilers
62 String text = blink::Platform::current()->getHeapProfile(); in getHeapProfile()
DInternalProfilers.h55 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.cc1131 WebString BlinkPlatformImpl::getHeapProfile() { in getHeapProfile() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h286 virtual WebString getHeapProfile() { return WebString(); } in getHeapProfile() function