Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRuntimeModel.js68 _executionContextCreated: function(context) method in WebInspector.RuntimeModel
148 this._runtimeModel._executionContextCreated(context);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
DConsoleView.js203 target.runtimeModel.executionContexts().forEach(this._executionContextCreated, this);
306 this._executionContextCreated(executionContext);
312 _executionContextCreated: function(executionContext) method in WebInspector.ConsoleView