Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
DNetworkUISourceCodeProvider.js189 … var scripts = this._resource.target().debuggerModel.scriptsForSourceURL(this._resource.url);
DResourceScriptMapping.js222 return this._debuggerModel.scriptsForSourceURL(uiSourceCode.url);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DScriptFormatterEditorAction.js363 scripts.pushAll(targets[i].debuggerModel.scriptsForSourceURL(uiSourceCode.url));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js369 scriptsForSourceURL: function(sourceURL) method in WebInspector.DebuggerModel