HomeSort by relevance Sort by last modified time
    Searched refs:getHeapProfile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.idl 37 DOMString getHeapProfile();
InternalProfilers.h 49 String getHeapProfile();
InternalProfilers.cpp 56 String InternalProfilers::getHeapProfile()
58 String text = WebKit::Platform::current()->getHeapProfile();
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 56 virtual WebKit::WebString getHeapProfile() OVERRIDE;
webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 283 // A wrapper for tcmalloc's GetHeapProfile()
284 virtual WebString getHeapProfile() { return WebString(); }

Completed in 75 milliseconds