HomeSort by relevance Sort by last modified time
    Searched full:updatedelegate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Script.js 228 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
231 createLiveLocation: function(rawLocation, updateDelegate)
234 var location = new WebInspector.Script.Location(this, rawLocation, updateDelegate);
248 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
250 WebInspector.Script.Location = function(script, rawLocation, updateDelegate)
252 WebInspector.LiveLocation.call(this, rawLocation, updateDelegate);
DebuggerModel.js 680 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
683 createLiveLocation: function(rawLocation, updateDelegate)
686 return script.createLiveLocation(rawLocation, updateDelegate);
993 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
995 createLiveLocation: function(updateDelegate)
997 var location = this._script.createLiveLocation(this.location, updateDelegate)
    [all...]
CSSStyleModel.js 615 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
618 createLiveLocation: function(styleSheetId, rawLocation, updateDelegate)
623 return new WebInspector.CSSStyleModel.LiveLocation(this, header, rawLocation, updateDelegate);
656 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
658 WebInspector.CSSStyleModel.LiveLocation = function(model, header, rawLocation, updateDelegate)
660 WebInspector.LiveLocation.call(this, rawLocation, updateDelegate);
    [all...]
UISourceCode.js 895 * @param {function(!WebInspector.UILocation):(boolean|undefined)} updateDelegate
897 WebInspector.LiveLocation = function(rawLocation, updateDelegate)
900 this._updateDelegate = updateDelegate;
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 38 class UpdateDelegate(object):
50 class RealUpdateDelegate(UpdateDelegate):
52 UpdateDelegate.__init__(self)

Completed in 108 milliseconds