Home
last modified time | relevance | path

Searched refs:GetShelfAlignment (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/first_run/steps/
Dtray_step.cc32 shell->GetShelfAlignment(shell->GetPrimaryRootWindow()); in DoShow()
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
Dfirst_run_ui.cc66 switch (shell->GetShelfAlignment(shell->GetPrimaryRootWindow())) { in SetLocalizedStrings()
/external/chromium_org/ash/wm/
Dapp_list_controller.cc68 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( in OffsetTowardsShelf()
94 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( in GetAnchorPositionOffsetToShelf()
/external/chromium_org/ash/
Dshell.h454 ShelfAlignment GetShelfAlignment(const aura::Window* root_window);
Dshell.cc504 ShelfAlignment Shell::GetShelfAlignment(const aura::Window* root_window) { in GetShelfAlignment() function in ash::Shell
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager_unittest.cc237 return shell->GetShelfAlignment(root_window); in GetAlignment()
/external/chromium_org/ash/shelf/
Dshelf_view_unittest.cc1590 Shell::GetInstance()->GetShelfAlignment(second_root)); in TEST_F()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller.cc1198 switch (ash::Shell::GetInstance()->GetShelfAlignment(root_window)) { in OnShelfAlignmentChanged()