/external/chromium_org/ash/shelf/ |
H A D | 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,
|
H A D | shelf_widget_unittest.cc | 60 Shell::GetInstance()->SetShelfAlignment(alignment, root);
|
H A D | shelf_view_unittest.cc | 1301 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, 1321 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, 1686 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, second_root);
|
H A D | shelf_widget.cc | 619 status_area_widget_->SetShelfAlignment(alignment);
|
/external/chromium_org/ash/system/ |
H A D | status_area_widget.cc | 122 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 D | status_area_widget.h | 39 void SetShelfAlignment(ShelfAlignment alignment);
|
/external/chromium_org/ash/system/logout_button/ |
H A D | logout_button_tray.h | 34 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
|
H A D | logout_button_tray.cc | 113 void LogoutButtonTray::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::internal::LogoutButtonTray 114 TrayBackgroundView::SetShelfAlignment(alignment);
|
/external/chromium_org/ash/keyboard_overlay/ |
H A D | keyboard_overlay_delegate_unittest.cc | 39 shell->SetShelfAlignment(shelf_alignment(), shell->GetPrimaryRootWindow());
|
/external/chromium_org/ash/system/tray/ |
H A D | system_tray.h | 132 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
|
H A D | tray_background_view.h | 84 virtual void SetShelfAlignment(ShelfAlignment alignment);
|
H A D | system_tray.cc | 604 void SystemTray::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::SystemTray 607 internal::TrayBackgroundView::SetShelfAlignment(alignment);
|
H A D | tray_background_view.cc | 435 void TrayBackgroundView::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::internal::TrayBackgroundView
|
/external/chromium_org/ash/system/web_notification/ |
H A D | web_notification_tray.h | 81 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
|
H A D | web_notification_tray.cc | 457 void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) { function in class:ash::WebNotificationTray 460 internal::TrayBackgroundView::SetShelfAlignment(alignment);
|
/external/chromium_org/ash/wm/panels/ |
H A D | 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());
|
H A D | panel_layout_manager_unittest.cc | 239 shell->SetShelfAlignment(alignment, root_window);
|
/external/chromium_org/ash/wm/dock/ |
H A D | docked_window_resizer_unittest.cc | 377 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT, 385 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, 393 shell->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
|
/external/chromium_org/ash/ |
H A D | shell.h | 430 void SetShelfAlignment(ShelfAlignment alignment,
|
H A D | shell.cc | 433 void Shell::SetShelfAlignment(ShelfAlignment alignment, function in class:ash::Shell
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
H A D | chrome_launcher_controller.cc | 1688 ash::Shell::GetInstance()->SetShelfAlignment(alignment, *iter);
|