Searched refs:shelf_alignment (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_ui.cc64 std::string shelf_alignment; local
68 shelf_alignment = kShelfAlignmentBottom;
71 shelf_alignment = kShelfAlignmentLeft;
74 shelf_alignment = kShelfAlignmentRight;
79 localized_strings->SetString("shelfAlignment", shelf_alignment);
/external/chromium_org/ash/system/tray/
H A Dtray_item_view.cc88 if (owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
89 owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP)
95 if (owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
96 owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) {
116 if (owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
117 owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) {
H A Dsystem_tray.cc221 item->UpdateAfterShelfAlignmentChange(shelf_alignment());
314 if (shelf_alignment() != SHELF_ALIGNMENT_BOTTOM)
315 UpdateAfterShelfAlignmentChange(shelf_alignment());
407 if (shelf_alignment() != SHELF_ALIGNMENT_BOTTOM &&
408 shelf_alignment() != SHELF_ALIGNMENT_TOP)
592 if (alignment == shelf_alignment())
694 if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
695 shelf_alignment() == SHELF_ALIGNMENT_TOP) {
H A Dtray_image_item.cc44 SetItemAlignment(system_tray()->shelf_alignment());
H A Dtray_background_view.h143 ShelfAlignment shelf_alignment() const { return shelf_alignment_; } function in class:ash::TrayBackgroundView
H A Dtray_background_view.cc468 if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM) {
474 } else if (shelf_alignment() == SHELF_ALIGNMENT_LEFT) {
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.cc23 // border of the icon, depending on the current shelf_alignment()
85 if (alignment == shelf_alignment())
93 if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
94 shelf_alignment() == SHELF_ALIGNMENT_TOP) {
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate_unittest.cc24 ShelfAlignment shelf_alignment() const { return shelf_alignment_; } function in class:ash::KeyboardOverlayDelegateTest
39 shell->SetShelfAlignment(shelf_alignment(), shell->GetPrimaryRootWindow());
/external/chromium_org/ash/system/date/
H A Dtray_date.cc56 (system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
57 system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) ?
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc68 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( local
71 switch (shelf_alignment) {
94 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( local
97 switch (shelf_alignment) {
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc628 ShelfAlignment shelf_alignment = SHELF_ALIGNMENT_BOTTOM; local
630 shelf_alignment = shelf_->alignment();
632 shelf_alignment == SHELF_ALIGNMENT_LEFT) ||
634 shelf_alignment == SHELF_ALIGNMENT_RIGHT)) {
783 ShelfAlignment shelf_alignment = shelf_->shelf_widget()->GetAlignment();
785 shelf_alignment == SHELF_ALIGNMENT_LEFT) {
788 shelf_alignment == SHELF_ALIGNMENT_RIGHT) {
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc231 SetTrayLabelItemBorder(tray_label_, system_tray()->shelf_alignment());
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc449 if (alignment == shelf_alignment())
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc1445 EXPECT_EQ(SHELF_ALIGNMENT_LEFT, GetSystemTray()->shelf_alignment());
1474 EXPECT_EQ(SHELF_ALIGNMENT_RIGHT, GetSystemTray()->shelf_alignment());
1503 EXPECT_EQ(SHELF_ALIGNMENT_TOP, GetSystemTray()->shelf_alignment());

Completed in 381 milliseconds