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

  /external/chromium_org/ash/system/tray/
tray_item_more.cc 27 kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
88 bounds.set_x(width() - size.width() - kTrayPopupPaddingBetweenItems);
95 bounds.set_width(more_->x() - kTrayPopupPaddingBetweenItems - label_->x());
tray_constants.h 43 extern const int kTrayPopupPaddingBetweenItems;
tray_constants.cc 47 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/audio/
audio_detailed_view.cc 87 ash::kTrayPopupPaddingBetweenItems,
89 ash::kTrayPopupPaddingBetweenItems,
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 73 stop_button_->x() - kTrayPopupPaddingBetweenItems - label_->x());
91 kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 40 ash::kTrayPopupPaddingBetweenItems));
92 bounds.set_x(width() - size.width() - ash::kTrayPopupPaddingBetweenItems);
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 32 kTrayPopupPaddingBetweenItems));
tray_caps_lock.cc 47 kTrayPopupPaddingBetweenItems));
190 kTrayPopupPaddingHorizontal, 10, kTrayPopupPaddingBetweenItems));
tray_display.cc 139 kTrayPopupPaddingBetweenItems));
276 kTrayPopupPaddingBetweenItems - image_->GetPreferredSize().width();
  /external/chromium_org/ash/system/audio/
volume_view.cc 148 kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
255 bounds.set_x(width() - size.width() - kTrayPopupPaddingBetweenItems);
285 - (device_type_->visible() ? 0 : kTrayPopupPaddingBetweenItems)
  /external/chromium_org/ash/system/user/
user_view.cc 180 views::BoxLayout::kHorizontal, 0, 0, kTrayPopupPaddingBetweenItems));
221 views::BoxLayout::kHorizontal, 0, 0, kTrayPopupPaddingBetweenItems));
305 remaining_width -= kTrayPopupPaddingBetweenItems;
385 (2 * kTrayPopupPaddingHorizontal + kTrayPopupPaddingBetweenItems);
user_card_view.cc 156 kTrayPopupPaddingHorizontal - kTrayPopupPaddingBetweenItems;
341 views::BoxLayout::kHorizontal, 0, 0, kTrayPopupPaddingBetweenItems));
369 kTrayPopupPaddingBetweenItems;
439 views::BoxLayout::kHorizontal, 0, 0, kTrayPopupPaddingBetweenItems));
accounts_detailed_view.cc 179 secondary_account_row->AddPaddingColumn(0.0, kTrayPopupPaddingBetweenItems);
  /external/chromium_org/ash/system/
tray_update.cc 69 ash::kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 186 kTrayPopupPaddingBetweenItems));
246 kTrayPopupPaddingHorizontal * 2 - kTrayPopupPaddingBetweenItems -
network_state_list_detailed_view.cc 72 views::Border::CreateEmptyBorder(ash::kTrayPopupPaddingBetweenItems,
74 ash::kTrayPopupPaddingBetweenItems,
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 101 kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 83 kTrayPopupPaddingBetweenItems);

Completed in 269 milliseconds