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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
CallStackSidebarPane.js 28 * @extends {WebInspector.SidebarPane}
32 WebInspector.SidebarPane.call(this, WebInspector.UIString("Call Stack"));
342 __proto__: WebInspector.SidebarPane.prototype
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarPane.js 33 WebInspector.SidebarPane = function(title)
49 WebInspector.SidebarPane.EventTypes = {
53 WebInspector.SidebarPane.prototype = {
99 this.dispatchEventToListeners(WebInspector.SidebarPane.EventTypes.wasShown);
108 * @param {!WebInspector.SidebarPane} pane
166 this.registerRequiredCSS("sidebarPane.css");
171 * @param {!WebInspector.SidebarPane} pane
190 this.registerRequiredCSS("sidebarPane.css");
195 * @param {!WebInspector.SidebarPane} pane
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
PlatformFontsSidebarPane.js 33 * @extends {WebInspector.SidebarPane}
37 WebInspector.SidebarPane.call(this, WebInspector.UIString("Fonts"));
131 __proto__: WebInspector.SidebarPane.prototype
PropertiesSidebarPane.js 31 * @extends {WebInspector.SidebarPane}
35 WebInspector.SidebarPane.call(this, WebInspector.UIString("Properties"));
118 __proto__: WebInspector.SidebarPane.prototype
MetricsSidebarPane.js 31 * @extends {WebInspector.SidebarPane}
35 WebInspector.SidebarPane.call(this, WebInspector.UIString("Metrics"));
491 __proto__: WebInspector.SidebarPane.prototype
StylesSidebarPane.js 32 * @extends {WebInspector.SidebarPane}
38 WebInspector.SidebarPane.call(this, WebInspector.UIString("Styles"));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionPanel.js 148 * @extends {WebInspector.SidebarPane}
154 WebInspector.SidebarPane.call(this, title);
260 __proto__: WebInspector.SidebarPane.prototype
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DOMBreakpointsSidebarPane.js 412 * @extends {WebInspector.SidebarPane}
420 WebInspector.SidebarPane.call(this, pane.title());
441 WebInspector.SidebarPane.prototype.onContentReady.call(this);
446 WebInspector.SidebarPane.prototype.wasShown.call(this);
456 __proto__: WebInspector.SidebarPane.prototype

Completed in 233 milliseconds