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

  /external/chromium_org/ash/system/tray/
tray_item_more.cc 28 kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
89 bounds.set_x(width() - size.width() - kTrayPopupPaddingBetweenItems);
96 bounds.set_width(more_->x() - kTrayPopupPaddingBetweenItems - label_->x());
tray_constants.h 39 extern const int kTrayPopupPaddingBetweenItems;
tray_constants.cc 44 const int kTrayPopupPaddingBetweenItems = 10;
tray_notification_view.cc 77 layout->AddPaddingRow(0, kTrayPopupPaddingBetweenItems);
82 layout->AddPaddingRow(0, kTrayPopupPaddingBetweenItems);
hover_highlight_view.cc 50 views::BoxLayout::kHorizontal, 0, 3, kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 75 stop_button_->x() - kTrayPopupPaddingBetweenItems - label_->x());
93 kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 43 ash::kTrayPopupPaddingBetweenItems));
94 bounds.set_x(width() - size.width() - ash::kTrayPopupPaddingBetweenItems);
  /external/chromium_org/ash/system/
tray_caps_lock.cc 35 kTrayPopupPaddingBetweenItems));
146 kTrayPopupPaddingHorizontal, 10, kTrayPopupPaddingBetweenItems));
tray_update.cc 69 ash::kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 34 kTrayPopupPaddingBetweenItems));
tray_display.cc 138 kTrayPopupPaddingBetweenItems));
274 kTrayPopupPaddingBetweenItems - image_->GetPreferredSize().width();
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.cc 211 kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
327 bounds.set_x(width() - size.width() - kTrayPopupPaddingBetweenItems);
357 - (device_type_->visible() ? 0 : kTrayPopupPaddingBetweenItems)
503 ash::kTrayPopupPaddingBetweenItems,
505 ash::kTrayPopupPaddingBetweenItems,
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 54 kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 187 kTrayPopupPaddingBetweenItems));
247 kTrayPopupPaddingHorizontal * 2 - kTrayPopupPaddingBetweenItems -
network_state_list_detailed_view.cc 77 ash::kTrayPopupPaddingBetweenItems,
79 ash::kTrayPopupPaddingBetweenItems, 0));
  /external/chromium_org/ash/system/user/
tray_user.cc 474 kTrayPopupPaddingHorizontal - kTrayPopupPaddingBetweenItems;
707 kTrayPopupPaddingBetweenItems));
789 remaining_width -= kTrayPopupPaddingBetweenItems;
863 views::BoxLayout::kHorizontal, 0, 0 , kTrayPopupPaddingBetweenItems));
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 84 kTrayPopupPaddingBetweenItems);

Completed in 43 milliseconds