Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScript.js231 createLiveLocation: function(rawLocation, updateDelegate) argument
234 var location = new WebInspector.Script.Location(this, rawLocation, updateDelegate);
250 WebInspector.Script.Location = function(script, rawLocation, updateDelegate) argument
252 WebInspector.LiveLocation.call(this, rawLocation, updateDelegate);
DDebuggerModel.js683 createLiveLocation: function(rawLocation, updateDelegate) argument
686 return script.createLiveLocation(rawLocation, updateDelegate);
995 createLiveLocation: function(updateDelegate)
997 var location = this._script.createLiveLocation(this.location, updateDelegate);
DCSSStyleModel.js618 createLiveLocation: function(styleSheetId, rawLocation, updateDelegate) argument
623 … return new WebInspector.CSSStyleModel.LiveLocation(this, header, rawLocation, updateDelegate);
658 WebInspector.CSSStyleModel.LiveLocation = function(model, header, rawLocation, updateDelegate) argument
660 WebInspector.LiveLocation.call(this, rawLocation, updateDelegate);
DUISourceCode.js897 WebInspector.LiveLocation = function(rawLocation, updateDelegate) argument
900 this._updateDelegate = updateDelegate;