Home
last modified time | relevance | path

Searched refs:useCommandLineAPI (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DConsoleModel.js166 …spector.ConsoleModel.evaluateCommandInConsole = function(executionContext, text, useCommandLineAPI) argument
168 useCommandLineAPI = !!useCommandLineAPI;
189 …executionContext.evaluate(text, "console", useCommandLineAPI, false, false, true, printResult.bind…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
DConsoleView.js835 _appendCommand: function(text, useCommandLineAPI) argument
841 …bInspector.ConsoleModel.evaluateCommandInConsole(currentExecutionContext, text, useCommandLineAPI);