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

  /external/chromium_org/ash/shelf/
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_widget.h 52 ShelfLayoutManager* shelf_layout_manager() { return shelf_layout_manager_; } function in class:ash::ShelfWidget
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);
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...]
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_view.h 70 ShelfLayoutManager* shelf_layout_manager() { return layout_manager_; } function in class:ash::ShelfView
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 9 #include "ash/shelf/shelf_layout_manager.h"
109 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::DragWindowResizerTest
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...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 10 #include "ash/shelf/shelf_layout_manager.h"
183 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::WorkspaceWindowResizerTest
    [all...]
workspace_layout_manager_unittest.cc 14 #include "ash/shelf/shelf_layout_manager.h"
949 ShelfLayoutManager* shelf_layout_manager = local
    [all...]
  /external/chromium_org/ash/
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/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...]

Completed in 628 milliseconds