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/console/
ConsolePanel.js 31 * @extends {WebInspector.Panel}
35 WebInspector.Panel.call(this, "console");
61 WebInspector.Panel.prototype.wasShown.call(this);
67 WebInspector.Panel.prototype.willHide.call(this);
72 __proto__: WebInspector.Panel.prototype
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsPanel.js 35 * @extends {WebInspector.Panel}
39 WebInspector.Panel.call(this, "elements");
203 WebInspector.Panel.prototype.wasShown.call(this);
230 WebInspector.Panel.prototype.willHide.call(this);
754 var panel = this;
761 if (crumb === panel.crumbsElement.firstChild) {
775 panel.updateBreadcrumbSizes(crumb);
777 panel.selectDOMNode(crumb.representedObject, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesPanel.js 29 * @extends {WebInspector.Panel}
36 WebInspector.Panel.call(this, "sources");
169 WebInspector.Panel.prototype.wasShown.call(this);
174 WebInspector.Panel.prototype.willHide.call(this);
590 infobar.createDetailsRowMessage(WebInspector.UIString("To add a folder into the workspace, drag and drop it into the Sources panel."));
    [all...]
  /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/layers/
LayersPanel.js 81 WebInspector.Panel.prototype.wasShown.call(this);
91 WebInspector.Panel.prototype.willHide.call(this);
245 var panel = /** @type {?WebInspector.LayersPanel} */ (WebInspector.inspectorView.showPanel("layers"));
246 if (panel)
247 panel._showLayerTree(/** @type {!WebInspector.DeferredLayerTree} */ (snapshotData));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditsPanel.js 160 WebInspector.Panel.prototype.wasShown.call(this);
450 * @param {!WebInspector.AuditsPanel} panel
452 WebInspector.AuditsSidebarTreeElement = function(panel)
454 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 48 // - Do Panel specific platform independent processing and then invoke the
49 // function on the platform specific member. For example, restrict panel
52 // other Panels. For example deleting a panel would rearrange other panels.
53 class Panel : public ui::BaseWindow,
59 // The panel is fully expanded with both title-bar and the client-area.
61 // The panel is shown with the title-bar only.
63 // The panel is shown with 3-pixel line.
69 // Uses the panel attention. The panel's titlebar would be painted
78 virtual ~Panel();
    [all...]
panel.cc 5 #include "chrome/browser/ui/panels/panel.h"
53 PanelExtensionWindowController(Panel* panel, Profile* profile);
70 Panel* panel_; // Weak pointer. Owns us.
75 Panel* panel, Profile* profile)
76 : extensions::WindowController(panel, profile),
77 panel_(panel) {
159 Panel::~Panel() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 634 WebInspector.Panel.prototype.reset.call(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js 161 WebInspector.Panel.prototype.wasShown.call(this);
815 var panel = /** @type {?WebInspector.ResourcesPanel} */ (WebInspector.inspectorView.showPanel("resources"));
816 if (panel)
817 panel.showResource(resource, lineNumber);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 34 * @extends {WebInspector.Panel}
40 WebInspector.Panel.call(this, "timeline");
91 topPaneElement.id = "timeline-overview-panel";
314 var panelStatusBarElement = this.element.createChild("div", "panel-status-bar");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 208 function Panel() {}
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 329 milliseconds