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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
first_run_ui.cc 62 std::string shelf_alignment; local
66 shelf_alignment = kShelfAlignmentBottom;
69 shelf_alignment = kShelfAlignmentLeft;
72 shelf_alignment = kShelfAlignmentRight;
77 localized_strings->SetString("shelfAlignment", shelf_alignment);
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 89 if (owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
90 owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP)
96 if (owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
97 owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) {
117 if (owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
118 owner()->system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) {
system_tray.cc 233 item->UpdateAfterShelfAlignmentChange(shelf_alignment());
324 if (shelf_alignment() != SHELF_ALIGNMENT_BOTTOM)
325 UpdateAfterShelfAlignmentChange(shelf_alignment());
417 if (shelf_alignment() != SHELF_ALIGNMENT_BOTTOM &&
418 shelf_alignment() != SHELF_ALIGNMENT_TOP)
605 if (alignment == shelf_alignment())
710 if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
711 shelf_alignment() == SHELF_ALIGNMENT_TOP) {
tray_image_item.cc 45 SetItemAlignment(system_tray()->shelf_alignment());
tray_background_view.h 142 ShelfAlignment shelf_alignment() const { return shelf_alignment_; } function in class:ash::internal::TrayBackgroundView
tray_background_view.cc 447 if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM) {
453 } else if (shelf_alignment() == SHELF_ALIGNMENT_LEFT) {
468 if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM) {
474 } else if (shelf_alignment() == SHELF_ALIGNMENT_TOP) {
480 } else if (shelf_alignment() == SHELF_ALIGNMENT_LEFT) {
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.cc 118 ShelfAlignment shelf_alignment);
121 void UpdateClockLayout(ShelfAlignment shelf_alignment);
125 void SetBorder(ShelfAlignment shelf_alignment);
142 ShelfAlignment shelf_alignment)
151 UpdateClockLayout(shelf_alignment);
158 ShelfAlignment shelf_alignment) {
159 SetBorder(shelf_alignment);
160 const bool horizontal_layout = (shelf_alignment == SHELF_ALIGNMENT_BOTTOM ||
161 shelf_alignment == SHELF_ALIGNMENT_TOP);
265 void RemainingSessionTimeTrayView::SetBorder(ShelfAlignment shelf_alignment) {
    [all...]
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate_unittest.cc 24 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/
tray_date.cc 179 (system_tray()->shelf_alignment() == SHELF_ALIGNMENT_BOTTOM ||
180 system_tray()->shelf_alignment() == SHELF_ALIGNMENT_TOP) ?
  /external/chromium_org/ash/wm/
app_list_controller.cc 65 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( local
68 switch (shelf_alignment) {
91 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( local
94 switch (shelf_alignment) {
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 556 ShelfAlignment shelf_alignment = SHELF_ALIGNMENT_BOTTOM; local
558 shelf_alignment = launcher_->alignment();
559 if ((edge == SNAP_LEFT && shelf_alignment == SHELF_ALIGNMENT_LEFT) ||
560 (edge == SNAP_RIGHT && shelf_alignment == SHELF_ALIGNMENT_RIGHT)) {
699 ShelfAlignment shelf_alignment = launcher_->shelf_widget()->GetAlignment();
701 shelf_alignment == SHELF_ALIGNMENT_LEFT) {
704 shelf_alignment == SHELF_ALIGNMENT_RIGHT) {
    [all...]
  /external/chromium_org/ash/system/ime/
tray_ime.cc 211 SetTrayLabelItemBorder(tray_label_, system_tray()->shelf_alignment());
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 458 if (alignment == shelf_alignment())
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]

Completed in 768 milliseconds