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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.idl 34 void startHeapProfiling(DOMString prefix);
InternalProfilers.h 46 void startHeapProfiling(const String& prefix);
InternalProfilers.cpp 41 void InternalProfilers::startHeapProfiling(const String& prefix)
43 blink::Platform::current()->startHeapProfiling(prefix);
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.h 55 virtual void startHeapProfiling(const blink::WebString& prefix);
webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 287 virtual void startHeapProfiling(const WebString& /*prefix*/) { }

Completed in 493 milliseconds