Searched refs:updateDelegate (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | Script.js | 231 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);
|
D | DebuggerModel.js | 683 createLiveLocation: function(rawLocation, updateDelegate) argument 686 return script.createLiveLocation(rawLocation, updateDelegate); 995 createLiveLocation: function(updateDelegate) 997 var location = this._script.createLiveLocation(this.location, updateDelegate);
|
D | CSSStyleModel.js | 618 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);
|
D | UISourceCode.js | 897 WebInspector.LiveLocation = function(rawLocation, updateDelegate) argument 900 this._updateDelegate = updateDelegate;
|