HomeSort by relevance Sort by last modified time
    Searched defs:CPUProfileType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CPUProfileView.js 675 WebInspector.CPUProfileType = function()
677 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Collect JavaScript CPU Profile"));
680 WebInspector.CPUProfileType.instance = this;
683 WebInspector.CPUProfileType.TypeId = "CPU";
685 WebInspector.CPUProfileType.prototype = {
834 * @param {!WebInspector.CPUProfileType} type
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 56 static const char* const CPUProfileType = "CPU";
174 if (type == CPUProfileType) {

Completed in 370 milliseconds