Searched defs:shelf_alignment (Results 1 - 5 of 5) sorted by relevance

/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/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_ui.cc63 std::string shelf_alignment; local
67 shelf_alignment = kShelfAlignmentBottom;
70 shelf_alignment = kShelfAlignmentLeft;
73 shelf_alignment = kShelfAlignmentRight;
78 localized_strings->SetString("shelfAlignment", shelf_alignment);
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.h144 ShelfAlignment shelf_alignment() const { return shelf_alignment_; } function in class:ash::TrayBackgroundView
/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.cc630 ShelfAlignment shelf_alignment = SHELF_ALIGNMENT_BOTTOM; local
632 shelf_alignment = shelf_->alignment();
634 shelf_alignment == SHELF_ALIGNMENT_LEFT) ||
636 shelf_alignment == SHELF_ALIGNMENT_RIGHT)) {
785 ShelfAlignment shelf_alignment = shelf_->shelf_widget()->GetAlignment();
787 shelf_alignment == SHELF_ALIGNMENT_LEFT) {
790 shelf_alignment == SHELF_ALIGNMENT_RIGHT) {

Completed in 128 milliseconds