Searched refs:Panel (Results 1 - 25 of 87) sorted by path

1234

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc528 Panel* panel = PanelManager::GetInstance()->CreatePanel(
/external/chromium_org/chrome/browser/task_manager/
H A Dpanel_information.cc34 explicit PanelResource(Panel* panel);
44 Panel* panel_;
52 PanelResource::PanelResource(Panel* panel)
107 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
118 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
125 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
H A Dtask_manager_browsertest.cc181 Panel* panel = PanelManager::GetInstance()->CreatePanel(
234 Panel* panel = PanelManager::GetInstance()->CreatePanel(
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_cocoa.h13 class Panel;
21 PanelCocoa(Panel* panel, const gfx::Rect& bounds, bool always_on_top);
52 Panel::ExpansionState old_state,
53 Panel::ExpansionState new_state) OVERRIDE;
70 Panel* panel() const;
95 scoped_ptr<Panel> panel_;
106 bool is_shown_; // Panel is hidden on creation, Show() changes that forever.
H A Dpanel_stack_window_cocoa.h20 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;
54 typedef std::list<Panel*> Panels;
57 typedef std::map<Panel*, gfx::Rect> BoundsUpdates;
H A Dpanel_window_controller_cocoa.h8 // A class acting as the Objective-C controller for the Panel window
10 // code. Each window has a single titlebar and is managed/owned by Panel.
41 // Allow a panel to become key if activated via Panel logic, as opposed
55 - (Panel*)panel;
87 // important in case of dragging a Panel when other Panels should 'slide out',
127 // See Panel::FullScreenModeChanged.
134 // Returns true if Panel requested activation of the window.
/external/chromium_org/chrome/browser/ui/panels/
H A Dbase_panel_browser_test.cc281 Panel* panel, ActiveState expected_state) {
296 void BasePanelBrowserTest::WaitForWindowSizeAvailable(Panel* panel) {
301 content::Source<Panel>(panel));
308 void BasePanelBrowserTest::WaitForBoundsAnimationFinished(Panel* panel) {
316 content::Source<Panel>(panel));
336 Panel* BasePanelBrowserTest::CreatePanelWithParams(
339 // Opening panels on a Mac causes NSWindowController of the Panel window
341 // can close correctly. The NSWindowController of the Panel window controls
342 // lifetime of the Panel object so we want to release it as soon as
353 Panel* pane
[all...]
H A Dbase_panel_browser_test.h66 Panel* CreatePanelWithParams(const CreatePanelParams& params);
67 Panel* CreatePanelWithBounds(const std::string& panel_name,
69 Panel* CreatePanel(const std::string& panel_name);
71 Panel* CreateDockedPanel(const std::string& name, const gfx::Rect& bounds);
72 Panel* CreateDetachedPanel(const std::string& name, const gfx::Rect& bounds);
73 Panel* CreateStackedPanel(const std::string& name,
77 Panel* CreateInactivePanel(const std::string& name);
78 Panel* CreateInactiveDockedPanel(const std::string& name,
80 Panel* CreateInactiveDetachedPanel(const std::string& name,
83 void ActivatePanel(Panel* pane
[all...]
H A Ddetached_panel_browsertest.cc25 Panel* panel = CreatePanelWithParams(params);
56 Panel::AttentionMode expected_attention_mode =
57 static_cast<Panel::AttentionMode>(Panel::USE_PANEL_ATTENTION |
58 Panel::USE_SYSTEM_ATTENTION);
66 Panel* panel = CreateDetachedPanel("1", gfx::Rect(300, 200, 250, 200));
82 Panel* panel =
104 Panel* panel =
124 Panel* panel = CreateDetachedPanel("1", gfx::Rect(300, 200, 250, 200));
158 Panel* pane
[all...]
H A Ddetached_panel_collection.cc40 Panel* panel = *iter;
75 Panel* panel = *iter;
77 panel->expansion_state() != Panel::EXPANDED)
78 panel->SetExpansionState(Panel::EXPANDED);
82 void DetachedPanelCollection::AddPanel(Panel* panel,
95 void DetachedPanelCollection::RemovePanel(Panel* panel, RemovalReason reason) {
110 void DetachedPanelCollection::OnPanelAttentionStateChanged(Panel* panel) {
115 void DetachedPanelCollection::OnPanelTitlebarClicked(Panel* panel,
122 Panel* panel,
146 void DetachedPanelCollection::ActivatePanel(Panel* pane
[all...]
H A Ddetached_panel_collection.h20 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,
37 const Panel* panel) const OVERRIDE;
38 virtual void OnPanelResizedByMouse(Panel* panel,
40 virtual void OnPanelAttentionStateChanged(Panel* panel) OVERRIDE;
41 virtual void OnPanelTitlebarClicked(Panel* pane
[all...]
H A Ddetached_panel_drag_handler.cc14 void DetachedPanelDragHandler::HandleDrag(Panel* panel,
H A Ddetached_panel_drag_handler.h10 class Panel;
18 static void HandleDrag(Panel* panel, const gfx::Point& target_position);
H A Ddocked_panel_browsertest.cc40 Panel* panel1 = CreateInactiveDockedPanel("1", gfx::Rect(0, 0, 200, 100));
41 Panel* panel2 = CreateInactiveDockedPanel("2", gfx::Rect(0, 0, 200, 100));
42 Panel* panel3 = CreateInactiveDockedPanel("3", gfx::Rect(0, 0, 200, 100));
51 Panel* panel4 = CreateInactiveDockedPanel("4", gfx::Rect(0, 0, 200, 100));
52 Panel* panel5 = CreateInactiveDockedPanel("5", gfx::Rect(0, 0, 200, 100));
53 Panel* panel6 = CreateInactiveDockedPanel("6", gfx::Rect(0, 0, 200, 100));
54 Panel* panel7 = CreateDockedPanel("7", gfx::Rect(0, 0, 200, 100));
105 Panel* panel1 = CreateInactiveDockedPanel("1", gfx::Rect(0, 0, 200, 100));
106 Panel* panel2 = CreateInactiveDockedPanel("2", gfx::Rect(0, 0, 200, 100));
107 Panel* panel
[all...]
H A Ddocked_panel_collection.cc82 void DockedPanelCollection::AddPanel(Panel* panel,
85 DCHECK_EQ(Panel::EXPANDED, panel->expansion_state());
149 void DockedPanelCollection::RemovePanel(Panel* panel, RemovalReason reason) {
176 if (panel->expansion_state() != Panel::EXPANDED)
182 void DockedPanelCollection::SavePanelPlacement(Panel* panel) {
198 Panel* panel = saved_panel_placement_.panel;
205 Panel* next_panel = (next_iter == panels_.end()) ? NULL : *iter;
235 const Panel* panel) const {
236 return (panel->expansion_state() == Panel::EXPANDED) ?
240 void DockedPanelCollection::OnPanelResizedByMouse(Panel* pane
[all...]
H A Ddocked_panel_collection.h27 typedef std::list<Panel*> Panels;
43 virtual void AddPanel(Panel* panel,
45 virtual void RemovePanel(Panel* pane, RemovalReason reasonl) OVERRIDE;
48 Panel* panel,
51 const Panel* panel) const OVERRIDE;
52 virtual void OnPanelResizedByMouse(Panel* panel,
54 virtual void OnPanelAttentionStateChanged(Panel* panel) OVERRIDE;
55 virtual void OnPanelTitlebarClicked(Panel* panel,
57 virtual void ActivatePanel(Panel* panel) OVERRIDE;
58 virtual void MinimizePanel(Panel* pane
[all...]
H A Ddocked_panel_drag_handler.cc14 void DockedPanelDragHandler::HandleDrag(Panel* panel,
50 void DockedPanelDragHandler::DragLeft(Panel* panel) {
66 Panel* current_panel = *current_panel_iterator;
84 void DockedPanelDragHandler::DragRight(Panel* panel) {
100 Panel* current_panel = *current_panel_iterator;
H A Ddocked_panel_drag_handler.h10 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);
H A Dnative_panel.h27 friend class Panel;
57 virtual void PanelExpansionStateChanging(Panel::ExpansionState old_state,
58 Panel::ExpansionState new_state) = 0;
122 // Verifies, on a deepest possible level, if the Panel is showing the "Draw
H A Dnative_panel_stack_window.h12 class Panel;
56 virtual void AddPanel(Panel* panel) = 0;
60 virtual void RemovePanel(Panel* panel) = 0;
70 virtual bool HasPanel(Panel* panel) const = 0;
78 virtual void AddPanelBoundsForBatchUpdate(Panel* panel,
94 virtual void OnPanelActivated(Panel* panel) = 0;
H A Dpanel.cc53 PanelExtensionWindowController(Panel* panel, Profile* profile);
70 Panel* panel_; // Weak pointer. Owns us.
75 Panel* panel, Profile* profile)
159 Panel::~Panel() {
167 PanelManager* Panel::manager() const {
171 const std::string Panel::extension_id() const {
175 CommandUpdater* Panel::command_updater() {
179 Profile* Panel::profile() const {
183 const extensions::Extension* Panel
806 Panel::Panel(Profile* profile, function in class:Panel
[all...]
H A Dpanel.h48 // - Do Panel specific platform independent processing and then invoke the
53 class Panel : public ui::BaseWindow, class in inherits:ui::BaseWindow,CommandUpdaterDelegate,content::NotificationObserver,extensions::ExtensionRegistryObserver
78 virtual ~Panel();
106 // an app exits full screen mode. Panel should respond by making sure
158 static NativePanel* CreateNativePanel(Panel* panel,
210 // Panel must be initialized to be "fully created" and ready for use.
218 // only change the size for Panel.
321 // Panel can only be created using PanelManager::CreatePanel() or subclass.
325 Panel(Profile* profile, const std::string& app_name,
408 base::WeakPtrFactory<Panel> image_loader_ptr_factory
[all...]
H A Dpanel_bounds_animation.cc20 Panel* panel,
33 panel_->expansion_state() == Panel::MINIMIZED) {
H A Dpanel_bounds_animation.h13 class Panel;
18 Panel* panel,
33 Panel* panel_; // Weak, owns us.
H A Dpanel_browsertest.cc58 const std::vector<Panel*>& panels = PanelManager::GetInstance()->panels();
71 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
86 std::vector<Panel::ExpansionState> GetAllPanelExpansionStates() {
87 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
88 std::vector<Panel::ExpansionState> expansion_states;
95 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
104 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
114 std::vector<Panel*> panels = PanelManager::GetInstance()->panels();
131 std::vector<Panel*> panels = panel_manager->panels();
134 std::vector<Panel
[all...]

Completed in 567 milliseconds

1234