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/workspace/
UISourceCode.js 43 WebInspector.UISourceCode = function(project, parentPath, name, originURL, url, contentType)
61 WebInspector.UISourceCode.Events = {
69 WebInspector.UISourceCode.prototype = {
163 * @this {WebInspector.UISourceCode}
194 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.TitleChanged, oldURI);
282 * @this {WebInspector.UISourceCode}
344 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.WorkingCopyCommitted);
362 * @this {WebInspector.UISourceCode}
369 this.dispatchEventToListeners(WebInspector.UISourceCode.Events.SavedStateUpdated);
413 * @this {WebInspector.UISourceCode}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 45 /** @type {!Map.<!WebInspector.UISourceCode, !WebInspector.NavigatorUISourceCodeTreeNode>} */
92 * @param {!WebInspector.UISourceCode} uiSourceCode
95 accept: function(uiSourceCode)
97 return !uiSourceCode.project().isServiceProject();
101 * @param {!WebInspector.UISourceCode} uiSourceCode
103 _addUISourceCode: function(uiSourceCode)
105 if (!this.accept(uiSourceCode))
107 var projectNode = this._projectNode(uiSourceCode.project())
    [all...]

Completed in 86 milliseconds