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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ProfilesPanelDescriptor.js 65 consoleProfile: function(protocolId, scriptLocation, title) {},
124 consoleProfile: function(id, scriptLocation, title)
128 this._delegate.consoleProfile(id, scriptLocation, title);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 105 void InspectorProfilerAgent::consoleProfile(const String& title, ScriptState* state)
111 m_frontend->consoleProfile(id, currentDebugLocation(), title.isNull() ? 0 : &title);

Completed in 2834 milliseconds