Searched refs:SetShelfAlignment (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.cc60 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
66 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
72 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
H A Dshelf_widget_unittest.cc60 Shell::GetInstance()->SetShelfAlignment(alignment, root);
H A Dshelf_view_unittest.cc1301 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
1321 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
1686 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, second_root);
H A Dshelf_widget.cc619 status_area_widget_->SetShelfAlignment(alignment);
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc122 void StatusAreaWidget::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::internal::StatusAreaWidget
125 system_tray_->SetShelfAlignment(alignment);
127 web_notification_tray_->SetShelfAlignment(alignment);
129 logout_button_tray_->SetShelfAlignment(alignment);
H A Dstatus_area_widget.h39 void SetShelfAlignment(ShelfAlignment alignment);
/external/chromium_org/ash/system/logout_button/
H A Dlogout_button_tray.h34 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
H A Dlogout_button_tray.cc113 void LogoutButtonTray::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::internal::LogoutButtonTray
114 TrayBackgroundView::SetShelfAlignment(alignment);
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate_unittest.cc39 shell->SetShelfAlignment(shelf_alignment(), shell->GetPrimaryRootWindow());
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.h132 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
H A Dtray_background_view.h84 virtual void SetShelfAlignment(ShelfAlignment alignment);
H A Dsystem_tray.cc604 void SystemTray::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::SystemTray
607 internal::TrayBackgroundView::SetShelfAlignment(alignment);
H A Dtray_background_view.cc435 void TrayBackgroundView::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::internal::TrayBackgroundView
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h81 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
H A Dweb_notification_tray.cc457 void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::WebNotificationTray
460 internal::TrayBackgroundView::SetShelfAlignment(alignment);
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc256 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, shell->GetPrimaryRootWindow());
267 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
279 shell->SetShelfAlignment(SHELF_ALIGNMENT_TOP, shell->GetPrimaryRootWindow());
463 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, shell->GetPrimaryRootWindow());
H A Dpanel_layout_manager_unittest.cc239 shell->SetShelfAlignment(alignment, root_window);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc377 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
385 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
393 shell->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
/external/chromium_org/ash/
H A Dshell.h430 void SetShelfAlignment(ShelfAlignment alignment,
H A Dshell.cc433 void Shell::SetShelfAlignment(ShelfAlignment alignment, function in class:ash::Shell
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1688 ash::Shell::GetInstance()->SetShelfAlignment(alignment, *iter);

Completed in 286 milliseconds