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/wm/
status_area_layout_manager.cc 7 #include "ash/shelf/shelf_layout_manager.h"
73 if (shelf_->shelf_layout_manager()->in_layout())
77 shelf_->shelf_layout_manager()->LayoutShelf();
workspace_controller_unittest.cc 12 #include "ash/shelf/shelf_layout_manager.h"
129 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::internal::WorkspaceControllerTest
134 return shelf_layout_manager()->window_overlaps_shelf();
344 ShelfLayoutManager* shelf = shelf_layout_manager();
478 shelf_layout_manager()->visibility_state());
546 ShelfLayoutManager* shelf = shelf_layout_manager();
574 ShelfLayoutManager* shelf = shelf_layout_manager();
635 ShelfLayoutManager* shelf = shelf_layout_manager();
    [all...]
drag_window_resizer_unittest.cc 9 #include "ash/shelf/shelf_layout_manager.h"
107 internal::ShelfLayoutManager* shelf_layout_manager() { function in class:ash::internal::DragWindowResizerTest
  /external/chromium_org/ash/launcher/
launcher_button.h 44 ShelfLayoutManager* shelf_layout_manager);
53 const ShelfLayoutManager* shelf_layout_manager() const { function in class:ash::internal::LauncherButton
67 ShelfLayoutManager* shelf_layout_manager);
launcher_tooltip_manager.h 43 LauncherTooltipManager(ShelfLayoutManager* shelf_layout_manager,
47 ShelfLayoutManager* shelf_layout_manager() { function in class:ash::internal::LauncherTooltipManager
tabbed_launcher_button.h 40 ShelfLayoutManager* shelf_layout_manager,
53 ShelfLayoutManager* shelf_layout_manager,
tabbed_launcher_button.cc 118 ShelfLayoutManager* shelf_layout_manager,
121 listener, host, shelf_layout_manager, is_incognito);
129 ShelfLayoutManager* shelf_layout_manager,
131 : LauncherButton(listener, host, shelf_layout_manager),
launcher_tooltip_manager.cc 8 #include "ash/shelf/shelf_layout_manager.h"
141 ShelfLayoutManager* shelf_layout_manager,
146 shelf_layout_manager_(shelf_layout_manager),
149 if (shelf_layout_manager)
150 shelf_layout_manager->AddObserver(this);
launcher_view.cc 24 #include "ash/shelf/shelf_layout_manager.h"
386 ShelfLayoutManager* shelf_layout_manager)
411 shelf_layout_manager, this));
451 ShelfLayoutManager* shelf = tooltip_->shelf_layout_manager();
507 ShelfLayoutManager* shelf = tooltip_->shelf_layout_manager();
693 ShelfLayoutManager* shelf = tooltip_->shelf_layout_manager();
847 ShelfLayoutManager* shelf = tooltip_->shelf_layout_manager();
860 ShelfLayoutManager* shelf = tooltip_->shelf_layout_manager();
    [all...]
launcher_button.cc 11 #include "ash/shelf/shelf_layout_manager.h"
184 if (host_->shelf_layout_manager()->GetAlignment() ==
225 ShelfLayoutManager* shelf_layout_manager) {
227 new LauncherButton(listener, host, shelf_layout_manager);
234 ShelfLayoutManager* shelf_layout_manager)
240 shelf_layout_manager_(shelf_layout_manager),
launcher.cc 17 #include "ash/shelf/shelf_layout_manager.h"
51 launcher_model, delegate_, shelf_widget_->shelf_layout_manager());
launcher_view.h 60 ShelfLayoutManager* shelf_layout_manager);
launcher_view_unittest.cc 18 #include "ash/shelf/shelf_layout_manager.h"
927 internal::ShelfLayoutManager* shelf_layout_manager = local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 12 #include "ash/shelf/shelf_layout_manager.h"
33 return GetShelfWidget()->shelf_layout_manager();
137 internal::ShelfLayoutManager* shelf_layout_manager = GetShelfLayoutManager(); local
138 ASSERT_TRUE(shelf_layout_manager);
shelf_widget.h 50 internal::ShelfLayoutManager* shelf_layout_manager() { function in class:ash::ShelfWidget
shelf_widget.cc 14 #include "ash/shelf/shelf_layout_manager.h"
184 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
379 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
386 shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
416 if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) {
shelf_layout_manager_unittest.cc 5 #include "ash/shelf/shelf_layout_manager.h"
606 ShelfLayoutManager* manager = shelf->shelf_layout_manager();
666 shelf->shelf_layout_manager()->LayoutShelf();
667 EXPECT_EQ(SHELF_VISIBLE, shelf->shelf_layout_manager()->visibility_state());
670 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
671 shelf->shelf_layout_manager()->LayoutShelf();
672 EXPECT_EQ(SHELF_HIDDEN, shelf->shelf_layout_manager()->visibility_state());
688 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE);
695 SetState(shelf->shelf_layout_manager(), SHELF_HIDDEN);
696 SetState(shelf->shelf_layout_manager(), SHELF_VISIBLE)
    [all...]
shelf_layout_manager.cc 5 #include "ash/shelf/shelf_layout_manager.h"
558 return shelf ? shelf->shelf_layout_manager() : NULL;
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 17 #include "ash/shelf/shelf_layout_manager.h"
342 if (shelf_->shelf_layout_manager())
343 docked_layout_manager_->AddObserver(shelf_->shelf_layout_manager());
400 if (shelf_->shelf_layout_manager())
401 docked_layout_manager_->RemoveObserver(shelf_->shelf_layout_manager());
411 if (shelf_->shelf_layout_manager())
412 shelf_->shelf_layout_manager()->PrepareForShutdown();
453 return shelf_->shelf_layout_manager();
489 shelf_->shelf_layout_manager()->UpdateVisibilityState();
511 keyboard_controller_->AddObserver(shelf()->shelf_layout_manager());
    [all...]
root_window_controller_unittest.cc 8 #include "ash/shelf/shelf_layout_manager.h"
128 internal::ShelfLayoutManager* shelf_layout_manager = local
130 shelf_layout_manager->SetAutoHideBehavior(
198 // kAutoHideSize in shelf_layout_manager.cc) inset at the bottom.
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 12 #include "ash/shelf/shelf_layout_manager.h"
153 internal::ShelfLayoutManager* shelf_layout_manager() { function in class:ash::internal::__anon6063::WorkspaceWindowResizerTest
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 14 #include "ash/shelf/shelf_layout_manager.h"
250 shelf_layout_manager();
262 shelf_layout_manager();
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 10 #include "ash/shelf/shelf_layout_manager.h"
162 !shelf_widget->shelf_layout_manager()->IsHorizontalAlignment())
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser.cc 12 #include "ash/shelf/shelf_layout_manager.h"
319 (*iter)->shelf_widget()->shelf_layout_manager()->RemoveObserver(this);
    [all...]
chrome_launcher_controller_per_app.cc 14 #include "ash/shelf/shelf_layout_manager.h"
251 (*iter)->shelf_widget()->shelf_layout_manager()->RemoveObserver(this);
    [all...]

Completed in 343 milliseconds