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

  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 10 #include "ash/shelf/shelf_layout_manager.h"
34 return GetShelfWidget()->shelf_layout_manager();
120 ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
121 ASSERT_TRUE(shelf_layout_manager);
184 ShelfLayoutManager* shelf_layout_manager = local
185 shelf_widget->shelf_layout_manager();
186 ASSERT_TRUE(shelf_layout_manager);
187 EXPECT_EQ(SHELF_VISIBLE, shelf_layout_manager->visibility_state());
218 shelf_layout_manager->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
219 shelf_layout_manager->LayoutShelf()
247 ShelfLayoutManager* shelf_layout_manager = local
    [all...]
shelf_tooltip_manager.h 41 ShelfTooltipManager(ShelfLayoutManager* shelf_layout_manager,
45 ShelfLayoutManager* shelf_layout_manager() { return shelf_layout_manager_; } function in class:ash::ShelfTooltipManager
shelf_button.h 43 ShelfLayoutManager* shelf_layout_manager);
55 const ShelfLayoutManager* shelf_layout_manager() const { function in class:ash::ShelfButton
72 ShelfLayoutManager* shelf_layout_manager);
overflow_bubble_view.cc 11 #include "ash/shelf/shelf_layout_manager.h"
70 ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
71 return shelf_layout_manager ? shelf_layout_manager->IsHorizontalAlignment()
81 ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
82 return shelf_layout_manager ?
83 shelf_layout_manager->SelectValueForShelfAlignment(
shelf_widget.h 52 ShelfLayoutManager* shelf_layout_manager() { return shelf_layout_manager_; } function in class:ash::ShelfWidget
shelf_tooltip_manager.cc 7 #include "ash/shelf/shelf_layout_manager.h"
137 ShelfLayoutManager* shelf_layout_manager,
142 shelf_layout_manager_(shelf_layout_manager),
145 if (shelf_layout_manager)
146 shelf_layout_manager->AddObserver(this);
shelf_button.cc 12 #include "ash/shelf/shelf_layout_manager.h"
174 if (host_->shelf_layout_manager()->GetAlignment() ==
214 ShelfLayoutManager* shelf_layout_manager) {
215 ShelfButton* button = new ShelfButton(listener, host, shelf_layout_manager);
222 ShelfLayoutManager* shelf_layout_manager)
228 shelf_layout_manager_(shelf_layout_manager),
shelf_widget.cc 13 #include "ash/shelf/shelf_layout_manager.h"
185 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
463 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
468 const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds());
525 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
546 if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) {
shelf.cc 16 #include "ash/shelf/shelf_layout_manager.h"
53 shelf_model, delegate_, shelf_widget_->shelf_layout_manager());
shelf_view.h 70 ShelfLayoutManager* shelf_layout_manager() { return layout_manager_; } function in class:ash::ShelfView
shelf_layout_manager_unittest.cc 5 #include "ash/shelf/shelf_layout_manager.h"
694 ShelfLayoutManager* manager = shelf->shelf_layout_manager();
748 ShelfLayoutManager* manager = GetShelfWidget()->shelf_layout_manager();
761 shelf->shelf_layout_manager()->LayoutShelf();
762 EXPECT_EQ(SHELF_VISIBLE, shelf->shelf_layout_manager()->visibility_state());
765 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
766 shelf->shelf_layout_manager()->LayoutShelf();
767 EXPECT_EQ(SHELF_HIDDEN, shelf->shelf_layout_manager()->visibility_state());
783 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE);
790 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN)
    [all...]
shelf_view_unittest.cc 19 #include "ash/shelf/shelf_layout_manager.h"
    [all...]
shelf_layout_manager.cc 5 #include "ash/shelf/shelf_layout_manager.h"
569 return shelf ? shelf->shelf_layout_manager() : NULL;
    [all...]
  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 7 #include "ash/shelf/shelf_layout_manager.h"
72 if (shelf_->shelf_layout_manager()->updating_bounds())
76 shelf_->shelf_layout_manager()->LayoutShelf();
workspace_controller_unittest.cc 11 #include "ash/shelf/shelf_layout_manager.h"
149 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::WorkspaceControllerTest
154 return shelf_layout_manager()->window_overlaps_shelf();
376 ShelfLayoutManager* shelf = shelf_layout_manager();
515 shelf_layout_manager()->visibility_state());
583 ShelfLayoutManager* shelf = shelf_layout_manager();
611 ShelfLayoutManager* shelf = shelf_layout_manager();
672 ShelfLayoutManager* shelf = shelf_layout_manager();
    [all...]
drag_window_resizer_unittest.cc 9 #include "ash/shelf/shelf_layout_manager.h"
109 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::DragWindowResizerTest
  /external/chromium_org/ash/
root_window_controller.cc 21 #include "ash/shelf/shelf_layout_manager.h"
475 if (shelf_->shelf_layout_manager())
476 docked_layout_manager_->AddObserver(shelf_->shelf_layout_manager());
533 if (docked_layout_manager_ && shelf_ && shelf_->shelf_layout_manager())
534 docked_layout_manager_->RemoveObserver(shelf_->shelf_layout_manager());
557 if (shelf_->shelf_layout_manager())
558 shelf_->shelf_layout_manager()->PrepareForShutdown();
609 return shelf_->shelf_layout_manager();
648 shelf_->shelf_layout_manager()->UpdateVisibilityState();
693 keyboard_controller->AddObserver(shelf()->shelf_layout_manager());
    [all...]
root_window_controller_unittest.cc 8 #include "ash/shelf/shelf_layout_manager.h"
139 ShelfLayoutManager* shelf_layout_manager = local
141 shelf_layout_manager->SetAutoHideBehavior(
209 // kAutoHideSize in shelf_layout_manager.cc) inset at the bottom.
593 ShelfLayoutManager* shelf_layout_manager = local
595 shelf_layout_manager->SetAutoHideBehavior(
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 14 #include "ash/shelf/shelf_layout_manager.h"
949 ShelfLayoutManager* shelf_layout_manager = local
    [all...]
workspace_window_resizer_unittest.cc 10 #include "ash/shelf/shelf_layout_manager.h"
183 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::WorkspaceWindowResizerTest
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 11 #include "ash/shelf/shelf_layout_manager.h"
197 Shell::GetPrimaryRootWindowController()->shelf()->shelf_layout_manager();
367 Shell::GetPrimaryRootWindowController()->shelf()->shelf_layout_manager();
tray_background_view.cc 10 #include "ash/shelf/shelf_layout_manager.h"
168 !shelf_widget->shelf_layout_manager()->IsHorizontalAlignment())
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 10 #include "ash/shelf/shelf_layout_manager.h"
432 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( local
434 shelf_layout_manager->RemoveObserver(this);
547 ShelfLayoutManager* shelf_layout_manager = ShelfLayoutManager::ForShelf( local
549 shelf_layout_manager->AddObserver(this);
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 12 #include "ash/shelf/shelf_layout_manager.h"
244 ->shelf_layout_manager();
255 ->shelf_layout_manager();
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 15 #include "ash/shelf/shelf_layout_manager.h"
403 (*iter)->shelf_widget()->shelf_layout_manager()->RemoveObserver(this);
    [all...]

Completed in 526 milliseconds