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

  /external/chromium_org/ash/system/tray/
tray_background_view.h 136 ShelfAlignment shelf_alignment() const { return shelf_alignment_; } function in class:ash::internal::TrayBackgroundView
  /external/chromium_org/ash/wm/
app_list_controller.cc 70 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( local
73 switch (shelf_alignment) {
96 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment( local
99 switch (shelf_alignment) {
111 if (shelf_alignment == SHELF_ALIGNMENT_TOP)
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 212 ShelfAlignment shelf_alignment = local
214 if ((shelf_alignment == SHELF_ALIGNMENT_LEFT &&
216 (shelf_alignment == SHELF_ALIGNMENT_RIGHT &&
357 ShelfAlignment shelf_alignment = launcher_->shelf_widget()->GetAlignment();
359 shelf_alignment == SHELF_ALIGNMENT_LEFT) {
362 shelf_alignment == SHELF_ALIGNMENT_RIGHT) {

Completed in 334 milliseconds