Home
last modified time | relevance | path

Searched refs:profileEnd (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.h66 void profileEnd(ScriptState*, const String&);
DConsoleBase.cpp119 void ConsoleBase::profileEnd(ScriptState* state, const String& title) in profileEnd() function in WebCore::ConsoleBase
DConsoleBase.idl47 [CallWith=ScriptState] void profileEnd([Default=NullString] optional DOMString title);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js1342 profileEnd: function(opt_title) method in CommandLineAPIImpl
1344 return inspectedWindow.console.profileEnd.apply(inspectedWindow.console, arguments)