HomeSort by relevance Sort by last modified time
    Searched defs:UISourceCode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
UISourceCode.js 43 WebInspector.UISourceCode = function(project, parentPath, name, originURL, url, contentType)
72 WebInspector.UISourceCode.Events = {
83 WebInspector.UISourceCode.prototype = {
177 * @this {WebInspector.UISourceCode}
208 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.TitleChanged, oldURI);
317 * @this {WebInspector.UISourceCode}
380 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.WorkingCopyCommitted);
398 * @this {WebInspector.UISourceCode}
405 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.SavedStateUpdated);
491 * @this {WebInspector.UISourceCode}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 50 /** @type {!Map.<!WebInspector.UISourceCode, !WebInspector.NavigatorUISourceCodeTreeNode>} */
97 * @param {!WebInspector.UISourceCode} uiSourceCode
100 accept: function(uiSourceCode)
102 return !uiSourceCode.project().isServiceProject();
106 * @param {!WebInspector.UISourceCode} uiSourceCode
108 _addUISourceCode: function(uiSourceCode)
110 if (!this.accept(uiSourceCode))
112 var projectNode = this._projectNode(uiSourceCode.project())
    [all...]

Completed in 147 milliseconds