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

  /external/chromium_org/ash/shelf/
shelf_alignment_menu.cc 60 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
66 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
72 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
shelf_widget_unittest.cc 60 Shell::GetInstance()->SetShelfAlignment(alignment, root);
shelf_view_unittest.cc     [all...]
shelf_widget.cc 619 status_area_widget_->SetShelfAlignment(alignment);
  /external/chromium_org/ash/system/
status_area_widget.cc 122 void StatusAreaWidget::SetShelfAlignment(ShelfAlignment alignment) {
125 system_tray_->SetShelfAlignment(alignment);
127 web_notification_tray_->SetShelfAlignment(alignment);
129 logout_button_tray_->SetShelfAlignment(alignment);
status_area_widget.h 39 void SetShelfAlignment(ShelfAlignment alignment);
  /external/chromium_org/ash/system/logout_button/
logout_button_tray.h 34 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
logout_button_tray.cc 113 void LogoutButtonTray::SetShelfAlignment(ShelfAlignment alignment) {
114 TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate_unittest.cc 39 shell->SetShelfAlignment(shelf_alignment(), shell->GetPrimaryRootWindow());
  /external/chromium_org/ash/system/tray/
tray_background_view.h 84 virtual void SetShelfAlignment(ShelfAlignment alignment);
system_tray.h 132 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
system_tray.cc 604 void SystemTray::SetShelfAlignment(ShelfAlignment alignment) {
607 internal::TrayBackgroundView::SetShelfAlignment(alignment);
tray_background_view.cc 435 void TrayBackgroundView::SetShelfAlignment(ShelfAlignment alignment) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 81 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
web_notification_tray.cc 457 void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) {
460 internal::TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 256 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());
panel_layout_manager_unittest.cc 239 shell->SetShelfAlignment(alignment, root_window);
  /external/chromium_org/ash/
shell.h 430 void SetShelfAlignment(ShelfAlignment alignment,
shell.cc 433 void Shell::SetShelfAlignment(ShelfAlignment alignment,
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 377 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
385 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
393 shell->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc     [all...]

Completed in 211 milliseconds