Searched defs:Panel (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DConsolePanel.js31 * @extends {WebInspector.Panel}
35 WebInspector.Panel.call(this, "console");
48 WebInspector.Panel.prototype.wasShown.call(this);
62 WebInspector.Panel.prototype.willHide.call(this);
102 __proto__: WebInspector.Panel.prototype
44 }, class
H A DExtensionPanel.js33 * @extends {WebInspector.Panel}
39 WebInspector.Panel.call(this, id);
69 WebInspector.Panel.prototype.searchCanceled.apply(this, arguments);
84 WebInspector.Panel.prototype.jumpToNextSearchResult.call(this);
90 WebInspector.Panel.prototype.jumpToPreviousSearchResult.call(this);
93 __proto__: WebInspector.Panel.prototype
91 }, class
H A DScriptsPanel.js48 * @extends {WebInspector.Panel}
53 WebInspector.Panel.call(this, "scripts");
68 var helpSection = WebInspector.shortcutsScreen.section(WebInspector.UIString("Sources Panel"));
204 WebInspector.Panel.prototype.wasShown.call(this);
210 WebInspector.Panel.prototype.willHide.call(this);
1351 __proto__: WebInspector.Panel.prototype
200 }, class
H A DElementsPanel.js40 * @extends {WebInspector.Panel}
44 WebInspector.Panel.call(this, "elements");
135 WebInspector.Panel.prototype.wasShown.call(this);
154 WebInspector.Panel.prototype.willHide.call(this);
1105 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Elements panel" : "Reveal in Elements Panel"), revealElement.bind(this));
1233 __proto__: WebInspector.Panel.prototype
1231 }, class
H A DPanel.js34 WebInspector.Panel = function(name)
49 WebInspector.Panel.counterRightMargin = 25;
51 WebInspector.Panel._minimalSearchQuerySize = 3;
53 WebInspector.Panel.prototype = {
125 return WebInspector.Panel._minimalSearchQuerySize;
304 * @param {WebInspector.Panel=} panel
333 * @return {WebInspector.Panel}
H A DProfilesPanel.js371 * @extends {WebInspector.Panel}
381 WebInspector.Panel.call(this, name);
533 WebInspector.Panel.prototype.wasShown.call(this);
562 WebInspector.Panel.prototype.reset.call(this);
1096 WebInspector.Panel.prototype.searchCanceled.call(this);
1202 __proto__: WebInspector.Panel.prototype
529 }, class
H A DTimelinePanel.js41 * @extends {WebInspector.Panel}
45 WebInspector.Panel.call(this, "timeline");
715 WebInspector.Panel.prototype.wasShown.call(this);
727 WebInspector.Panel.prototype.willHide.call(this);
1273 __proto__: WebInspector.Panel.prototype
711 }, class
H A DAuditsPanel.js33 * @extends {WebInspector.Panel}
37 WebInspector.Panel.call(this, "audits");
163 WebInspector.Panel.prototype.wasShown.call(this);
174 __proto__: WebInspector.Panel.prototype
159 }, class
H A DResourcesPanel.js42 * @extends {WebInspector.Panel}
46 WebInspector.Panel.call(this, "resources");
134 WebInspector.Panel.prototype.wasShown.call(this);
948 __proto__: WebInspector.Panel.prototype
130 }, class
H A Dexterns.js327 function Panel() {} function
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h21 // - Do Panel specific platform independent processing and then invoke the
23 // Panel size is restricted to certain limits.
26 class Panel : public BrowserWindow { class in inherits:BrowserWindow
28 virtual ~Panel();
132 static BrowserWindow* CreateNativePanel(Browser* browser, Panel* panel);
140 // Panel can only be created using PanelManager::CreatePanel().
141 Panel(Browser* browser, const gfx::Rect& bounds);
152 DISALLOW_COPY_AND_ASSIGN(Panel);
H A Dpanel.cc12 Panel::Panel(Browser* browser, const gfx::Rect& bounds) function in class:Panel
18 Panel::~Panel() {
22 PanelManager* Panel::manager() const {
26 void Panel::Minimize() {
30 void Panel::Restore() {
34 void Panel::Show() {
38 void Panel::ShowInactive() {
42 void Panel
[all...]
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller.cc17 struct PanelScroller::Panel { struct in class:PanelScroller
33 Panel* panel = new Panel;
39 panel = new Panel;
45 panel = new Panel;
51 panel = new Panel;
57 panel = new Panel;
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.h46 // - Do Panel specific platform independent processing and then invoke the
51 class Panel : public ui::BaseWindow, class in inherits:ui::BaseWindow,CommandUpdaterDelegate,content::NotificationObserver
75 virtual ~Panel();
103 // an app exits full screen mode. Panel should respond by making sure
148 static NativePanel* CreateNativePanel(Panel* panel,
200 // Panel must be initialized to be "fully created" and ready for use.
208 // only change the size for Panel.
318 // Panel can only be created using PanelManager::CreatePanel() or subclass.
322 Panel(Profile* profile, const std::string& app_name,
404 base::WeakPtrFactory<Panel> image_loader_ptr_factory
[all...]
H A Dpanel.cc50 PanelExtensionWindowController(Panel* panel, Profile* profile);
67 Panel* panel_; // Weak pointer. Owns us.
72 Panel* panel, Profile* profile)
155 Panel::~Panel() {
161 PanelManager* Panel::manager() const {
165 const std::string Panel::extension_id() const {
169 CommandUpdater* Panel::command_updater() {
173 Profile* Panel::profile() const {
177 const extensions::Extension* Panel
804 Panel::Panel(Profile* profile, const std::string& app_name, function in class:Panel
[all...]

Completed in 462 milliseconds