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

  /external/chromium_org/ash/launcher/
launcher_alignment_menu.cc 57 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
61 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
65 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
  /external/chromium_org/ash/system/
status_area_widget.cc 110 void StatusAreaWidget::SetShelfAlignment(ShelfAlignment alignment) {
113 system_tray_->SetShelfAlignment(alignment);
115 web_notification_tray_->SetShelfAlignment(alignment);
status_area_widget.h 38 void SetShelfAlignment(ShelfAlignment alignment);
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 307 widget->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM);
315 widget->SetShelfAlignment(SHELF_ALIGNMENT_TOP);
323 widget->SetShelfAlignment(SHELF_ALIGNMENT_LEFT);
331 widget->SetShelfAlignment(SHELF_ALIGNMENT_LEFT);
system_tray.h 139 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
tray_background_view.h 83 virtual void SetShelfAlignment(ShelfAlignment alignment);
system_tray.cc 560 void SystemTray::SetShelfAlignment(ShelfAlignment alignment) {
563 internal::TrayBackgroundView::SetShelfAlignment(alignment);
tray_background_view.cc 441 void TrayBackgroundView::SetShelfAlignment(ShelfAlignment alignment) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 79 virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
web_notification_tray.cc 464 void WebNotificationTray::SetShelfAlignment(ShelfAlignment alignment) {
467 internal::TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 236 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, shell->GetPrimaryRootWindow());
247 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
259 shell->SetShelfAlignment(SHELF_ALIGNMENT_TOP, shell->GetPrimaryRootWindow());
449 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, shell->GetPrimaryRootWindow());
panel_layout_manager_unittest.cc 238 shell->SetShelfAlignment(alignment, root_window);
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 61 Shell::GetInstance()->SetShelfAlignment(alignment, root);
shelf_widget.cc 538 status_area_widget_->SetShelfAlignment(alignment);
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 355 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
363 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
371 shell->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
    [all...]
  /external/chromium_org/ash/
shell.h 384 void SetShelfAlignment(ShelfAlignment alignment,
shell.cc 810 void Shell::SetShelfAlignment(ShelfAlignment alignment,
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser.cc     [all...]
chrome_launcher_controller_per_app.cc     [all...]

Completed in 459 milliseconds