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

  /external/webkit/WebKit/chromium/src/js/
ProfilerAgent.js 104 var profilesSidebar = WebInspector.panels.profiles.getProfileType(WebInspector.CPUProfileType.TypeId).treeElement;
118 profile.typeId = WebInspector.CPUProfileType.TypeId;
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 573 WebInspector.CPUProfileType = function()
575 WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("CPU PROFILES"));
579 WebInspector.CPUProfileType.TypeId = "CPU";
581 WebInspector.CPUProfileType.prototype = {
623 WebInspector.CPUProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
inspector.js 210 this.panels.profiles.registerProfileType(new WebInspector.CPUProfileType());
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp 115 static const char* const CPUProfileType = "CPU";
    [all...]

Completed in 499 milliseconds