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

  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_stack_window_cocoa.h 16 #include "chrome/browser/ui/panels/native_panel_stack_window.h"
23 // A native window that acts as the owner of all/partial panels in the stack,
24 // in order to make these panels appear as a single window.
54 typedef std::list<Panel*> Panels;
62 // Computes/updates the minimum bounds that could fit all panels.
75 Panels panels_;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.h 13 #include "chrome/browser/ui/panels/native_panel_stack_window.h"
43 typedef std::list<Panel*> Panels;
62 // the panels in the stack.
65 Panels panels_;
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.h 10 #include "chrome/browser/ui/panels/panel.h"
11 #include "chrome/browser/ui/panels/panel_collection.h"
17 // This class manages a group of free-floating panels.
20 typedef std::list<Panel*> Panels;
68 const Panels& panels() const { return panels_; } function in class:DetachedPanelCollection
88 // Collection of all panels.
89 Panels panels_;
stacked_panel_collection.h 11 #include "chrome/browser/ui/panels/native_panel_stack_window.h"
12 #include "chrome/browser/ui/panels/panel_collection.h"
13 #include "chrome/browser/ui/panels/panel_constants.h"
24 typedef std::list<Panel*> Panels;
78 // panels are collapsed.
82 const Panels& panels() const { return panels_; } function in class:StackedPanelCollection
97 // restoring it. When there're only 2 panels in the stack and the bottom
98 // panel is being dragged out of the stack, both panels will be moved to
110 // Returns the enclosing bounds that include all panels in the stack
    [all...]
docked_panel_collection.h 12 #include "chrome/browser/ui/panels/display_settings_provider.h"
13 #include "chrome/browser/ui/panels/panel.h"
14 #include "chrome/browser/ui/panels/panel_collection.h"
15 #include "chrome/browser/ui/panels/panel_mouse_watcher_observer.h"
20 // This class manages a group of panels that could be docked to the bottom of
27 typedef std::list<Panel*> Panels;
35 // Rearranges the positions of the panels in the collection
42 // one that is transitioning from another grouping of panels.
81 // Brings up or down the titlebars for all minimized panels.
98 // num_panels() and panels() only includes panels in the collection tha
101 const Panels& panels() const { return panels_; } function in class:DockedPanelCollection
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.h 12 #include "chrome/browser/ui/panels/native_panel_stack_window.h"
19 #include "chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.h"
30 // A native window that acts as the owner of all panels in the stack, in order
31 // to make all panels appear as a single window on the taskbar or launcher.
65 typedef std::list<Panel*> Panels;
89 // Updates the bounds of panels as specified in batch update data.
95 // Computes/updates the minimum bounds that could fit all panels.
102 // Makes the stack window own the panel window such that multiple panels
135 // Tracks all panels that are enclosed by this window.
136 Panels panels_
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAPI.js 50 if (!apiPrivate.panels)
51 apiPrivate.panels = {};
52 apiPrivate.panels.SearchAction = {
182 this.panels = new Panels();
273 function Panels()
275 var panels = {
281 return panels[name];
283 for (var panel in panels)
287 Panels.prototype =
    [all...]

Completed in 231 milliseconds