HomeSort by relevance Sort by last modified time
    Searched refs:Panel (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.h 10 class Panel;
18 static void HandleDrag(Panel* panel, const gfx::Point& target_position);
21 static void DragLeft(Panel* panel);
22 static void DragRight(Panel* panel);
panel_collection.h 12 class Panel;
18 // Types of layout for the panel collections.
25 // Masks that control how the panel is added and positioned.
27 // The panel is added and placed at default position that is decided by the
30 // The panel is being added based on its current known position.
32 // The panel is added and placed at top position (currently only used by
35 // Do not update panel bounds. Only valid with DEFAULT_POSIITON.
38 // adding panel to the collection. If not set, the collection will refresh
43 // Collapse other inactive stacked panels such the tha new panel can fit
59 // a result of removing or resizing a panel in collection
    [all...]
stacked_panel_drag_handler.h 10 class Panel;
18 static void HandleDrag(Panel* panel,
22 static void FinalizeDrag(Panel* panel);
test_panel_active_state_observer.h 10 class Panel;
12 // Custom notification observer for waiting on panel active state.
16 // Register to listen for panel active state change notifications
17 // for the specified panel to detect a change to the expected active
19 PanelActiveStateObserver(Panel* panel, bool expect_active);
26 Panel* panel_;
detached_panel_drag_handler.h 10 class Panel;
18 static void HandleDrag(Panel* panel, const gfx::Point& target_position);
test_panel_collection_squeeze_observer.h 11 class Panel;
13 // Custom notification observer for waiting on panel collection that squeezes
18 // Register to listen for panel collection updated notifications
23 Panel* active_panel);
30 bool IsSqueezed(Panel* panel);
33 Panel* active_panel_;
detached_panel_collection.h 10 #include "chrome/browser/ui/panels/panel.h"
20 typedef std::list<Panel*> Panels;
21 typedef bool (*PanelsComparer)(Panel* panel1, Panel* panel2);
29 virtual void AddPanel(Panel* panel,
31 virtual void RemovePanel(Panel* panel, RemovalReason reason) OVERRIDE;
34 Panel* panel,
80 Panel* panel; member in struct:DetachedPanelCollection::PanelPlacement
    [all...]
native_panel_stack_window.h 11 class Panel;
48 // Makes |panel| be enclosed by this stack window.
50 // Adds |panel| to the set of panels grouped and shown inside this stack
51 // Window. It does not take ownership of |panel|.
52 virtual void AddPanel(Panel* panel) = 0;
54 // Removes |panel| from the set of panels grouped and shown inside this stack
56 virtual void RemovePanel(Panel* panel) = 0;
62 // Returns true if no panel is being shown inside this stack window
    [all...]
stacked_panel_collection.h 24 typedef std::list<Panel*> Panels;
32 virtual void AddPanel(Panel* panel,
34 virtual void RemovePanel(Panel* panel, RemovalReason reason) OVERRIDE;
37 Panel* panel,
39 virtual panel::Resizability GetPanelResizability(
40 const Panel* panel) const OVERRIDE
94 Panel* panel; member in struct:StackedPanelCollection::PanelPlacement
    [all...]
panel_resize_controller.h 14 class Panel;
25 // Resize the given panel.
27 void StartResizing(Panel* panel,
29 panel::ResizingSides sides);
32 // Returns the panel that was resized.
33 Panel* EndResizing(bool cancelled);
35 // Asynchronous confirmation of panel having been closed.
36 void OnPanelClosed(Panel* panel);
    [all...]
docked_panel_collection.h 13 #include "chrome/browser/ui/panels/panel.h"
27 typedef std::list<Panel*> Panels;
38 // area being changed or a panel being closed.
41 // Adds a panel to the collection. The panel may be a newly created panel or
43 virtual void AddPanel(Panel* panel,
45 virtual void RemovePanel(Panel* pane, RemovalReason reasonl) OVERRIDE;
48 Panel* panel
122 Panel* panel; member in struct:DockedPanelCollection::PanelPlacement
    [all...]
base_panel_browser_test.h 11 #include "chrome/browser/ui/panels/panel.h"
45 // certain panel tests. Skip those tests when running on the bots.
51 // created as inactive, causing certain panel tests to fail. These tests
78 Panel* CreatePanelWithParams(const CreatePanelParams& params);
79 Panel* CreatePanelWithBounds(const std::string& panel_name,
81 Panel* CreatePanel(const std::string& panel_name);
83 Panel* CreateDockedPanel(const std::string& name, const gfx::Rect& bounds);
84 Panel* CreateDetachedPanel(const std::string& name, const gfx::Rect& bounds);
85 Panel* CreateStackedPanel(const std::string& name,
89 Panel* CreateInactivePanel(const std::string& name)
    [all...]
panel_bounds_animation.h 13 class Panel;
18 Panel* panel,
33 Panel* panel_; // Weak, owns us.
test_panel_active_state_observer.cc 8 #include "chrome/browser/ui/panels/panel.h"
12 Panel* panel,
16 content::Source<Panel>(panel)),
17 panel_(panel),
detached_panel_collection.cc 18 // When the stacking mode is enabled, the detached panel will be positioned
19 // near the top of the working area such that the subsequent panel could be
20 // stacked to the bottom of the detached panel. This value is experimental
40 Panel* panel = *iter; local
42 display_settings_provider->GetWorkAreaMatching(panel->GetBounds());
45 panel->LimitSizeToWorkArea(work_area);
47 // Update bounds to make sure the panel falls completely within the work
49 gfx::Rect bounds = panel->GetBounds();
50 if (panel->full_size() != bounds.size())
75 Panel* panel = *iter; local
    [all...]
panel_drag_controller.h 12 class Panel;
27 // Drags the given panel.
29 void StartDragging(Panel* panel, const gfx::Point& mouse_location);
33 // Asynchronous confirmation of panel having been closed.
34 void OnPanelClosed(Panel* panel);
37 Panel* dragging_panel() const { return dragging_panel_; }
63 // panel origin to move to. Returns true if the request has been performed.
71 // Finds the panel that the dragging panel with |potential_position| coul
    [all...]
docked_panel_collection.cc 24 // Width of spacing around panel collection and the left/right edges of the
42 // After focus changed, one panel lost active status, another got it,
46 // As we refresh panel positions, some or all panels may move. We make sure
89 void DockedPanelCollection::AddPanel(Panel* panel,
92 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state());
94 DCHECK(panel->initialized());
95 DCHECK_NE(this, panel->collection());
96 panel->set_collection(this)
205 Panel* panel = saved_panel_placement_.panel; local
487 Panel* panel = *iter; local
590 Panel* panel = *iter; local
657 Panel* panel = *panel_iter; local
682 Panel* panel = *panel_iter; local
725 Panel* panel = bounds_info.first; local
    [all...]
panel.cc 5 #include "chrome/browser/ui/panels/panel.h"
50 PanelExtensionWindowController(Panel* panel, Profile* profile);
67 Panel* panel_; // Weak pointer. Owns us.
72 Panel* panel, Profile* profile)
73 : extensions::WindowController(panel, profile),
74 panel_(panel) {
155 Panel::~Panel() {
    [all...]
  /external/chromium/chrome/browser/ui/panels/
panel_browser_view.cc 6 #include "chrome/browser/ui/panels/panel.h"
8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) {
panel_browser_window_gtk.cc 6 #include "chrome/browser/ui/panels/panel.h"
8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) {
panel.cc 5 #include "chrome/browser/ui/panels/panel.h"
12 Panel::Panel(Browser* browser, const gfx::Rect& bounds)
18 Panel::~Panel() {
22 PanelManager* Panel::manager() const {
26 void Panel::Minimize() {
30 void Panel::Restore() {
34 void Panel::Show() {
38 void Panel::ShowInactive()
    [all...]
panel_manager.h 16 class Panel;
29 // Creates a panel and returns it. The panel might be queued for display
31 Panel* CreatePanel(Browser* browser);
33 // Removes the given panel. Both active and pending panel lists are checked.
34 // If an active panel is removed, pending panels could put on display if we
36 void Remove(Panel* panel);
52 // Drags the given active panel
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
panel_resource_provider.h 17 class Panel;
44 void Add(Panel* panel);
45 void Remove(Panel* panel);
54 typedef std::map<Panel*, PanelResource*> PanelResourceMap;
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_stack_window_cocoa.h 20 class Panel;
37 virtual void AddPanel(Panel* panel) OVERRIDE;
38 virtual void RemovePanel(Panel* panel) OVERRIDE;
41 virtual bool HasPanel(Panel* panel) const OVERRIDE;
44 virtual void AddPanelBoundsForBatchUpdate(Panel* panel,
51 virtual void OnPanelActivated(Panel* panel) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.h 26 virtual void AddPanel(Panel* panel) OVERRIDE;
27 virtual void RemovePanel(Panel* panel) OVERRIDE;
30 virtual bool HasPanel(Panel* panel) const OVERRIDE;
33 virtual void AddPanelBoundsForBatchUpdate(Panel* panel,
40 virtual void OnPanelActivated(Panel* panel) OVERRIDE
    [all...]

Completed in 186 milliseconds

1 2 3 4 5