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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsPanel.js 46 * @extends {WebInspector.Panel}
50 WebInspector.Panel.call(this, "elements");
206 WebInspector.Panel.prototype.wasShown.call(this);
233 WebInspector.Panel.prototype.willHide.call(this);
748 var panel = this;
755 if (crumb === panel.crumbsElement.firstChild) {
769 panel.updateBreadcrumbSizes(crumb);
771 panel.selectDOMNode(crumb.representedObject, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsolePanel.js 34 * @extends {WebInspector.Panel}
38 WebInspector.Panel.call(this, "console");
64 WebInspector.Panel.prototype.wasShown.call(this);
70 WebInspector.Panel.prototype.willHide.call(this);
75 __proto__: WebInspector.Panel.prototype
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
Panel.js 33 WebInspector.Panel = function(name)
37 this.element.classList.add("panel");
45 WebInspector.Panel.counterRightMargin = 25;
47 WebInspector.Panel.prototype = {
142 * @extends {WebInspector.Panel}
149 WebInspector.Panel.call(this, name);
189 __proto__: WebInspector.Panel.prototype
211 * @return {!WebInspector.Panel}
213 panel: function() {}
246 * @return {!WebInspector.Panel}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesPanel.js 55 * @extends {WebInspector.Panel}
60 WebInspector.Panel.call(this, "sources");
69 var helpSection = WebInspector.shortcutsScreen.section(WebInspector.UIString("Sources Panel"));
237 WebInspector.Panel.prototype.wasShown.call(this);
242 WebInspector.Panel.prototype.willHide.call(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayersPanel.js 88 WebInspector.Panel.prototype.wasShown.call(this);
96 WebInspector.Panel.prototype.willHide.call(this);
230 var panel = /** @type {!WebInspector.LayersPanel} */ (WebInspector.inspectorView.showPanel("layers"));
231 panel._showLayerTree(/** @type {!WebInspector.DeferredLayerTree} */ (snapshotData));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditsPanel.js 161 WebInspector.Panel.prototype.wasShown.call(this);
454 * @param {!WebInspector.AuditsPanel} panel
456 WebInspector.AuditsSidebarTreeElement = function(panel)
458 this._panel = panel;
490 * @param {!WebInspector.AuditsPanel} panel
495 WebInspector.AuditResultSidebarTreeElement = function(panel, results, mainResourceURL, ordinal)
497 this._panel = panel;
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 46 // - Do Panel specific platform independent processing and then invoke the
47 // function on the platform specific member. For example, restrict panel
50 // other Panels. For example deleting a panel would rearrange other panels.
51 class Panel : public ui::BaseWindow,
56 // The panel is fully expanded with both title-bar and the client-area.
58 // The panel is shown with the title-bar only.
60 // The panel is shown with 3-pixel line.
66 // Uses the panel attention. The panel's titlebar would be painted
75 virtual ~Panel();
    [all...]
panel.cc 5 #include "chrome/browser/ui/panels/panel.h"
51 PanelExtensionWindowController(Panel* panel, Profile* profile);
68 Panel* panel_; // Weak pointer. Owns us.
73 Panel* panel, Profile* profile)
74 : extensions::WindowController(panel, profile),
75 panel_(panel) {
156 Panel::~Panel() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 672 WebInspector.Panel.prototype.reset.call(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js 140 WebInspector.Panel.prototype.wasShown.call(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 60 * @extends {WebInspector.Panel}
66 WebInspector.Panel.call(this, "timeline");
116 this._topPane.element.id = "timeline-overview-panel";
357 var panelStatusBarElement = this.element.createChild("div", "panel-status-bar");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 277 function Panel() {}
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 301 milliseconds