Searched refs:useCommandLineAPI (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | ConsoleModel.js | 166 …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/ |
D | ConsoleView.js | 835 _appendCommand: function(text, useCommandLineAPI) argument 841 …bInspector.ConsoleModel.evaluateCommandInConsole(currentExecutionContext, text, useCommandLineAPI);
|