Home
last modified time | relevance | path

Searched defs:consoleProfile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DProfilesPanelDescriptor.js65 consoleProfile: function(protocolId, scriptLocation, title) {}, method in WebInspector.CPUProfilerModelDelegate
124 consoleProfile: function(id, scriptLocation, title) method in WebInspector.CPUProfilerModel
DCPUProfileView.js691 consoleProfile: function(id, scriptLocation, title) method in WebInspector.CPUProfileType
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorProfilerAgent.cpp105 void InspectorProfilerAgent::consoleProfile(const String& title, ScriptState* state) in consoleProfile() function in WebCore::InspectorProfilerAgent