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

  /external/chromium_org/ash/system/tray/
tray_popup_header_button.cc 54 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
tray_constants.h 42 extern const int kTrayPopupItemHeight;
throbber_view.cc 62 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
tray_constants.cc 47 const int kTrayPopupItemHeight = 48;
tray_bar_button_with_title.cc 90 return gfx::Size(width_, kTrayPopupItemHeight);
tray_item_more.cc 30 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
hover_highlight_view.cc 150 if (!expandable_ || size.height() < kTrayPopupItemHeight)
151 size.set_height(kTrayPopupItemHeight);
system_tray_bubble.cc 34 const int kDetailedBubbleMaxHeight = kTrayPopupItemHeight * 5;
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 37 image_ = new internal::FixedSizedImageView(0, kTrayPopupItemHeight);
tray_display.cc 141 image_ = new internal::FixedSizedImageView(0, kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 88 new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
203 return gfx::Size(size.width(), kTrayPopupItemHeight);
207 return kTrayPopupItemHeight;
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 56 views::ImageView* icon = new FixedSizedImageView(0, kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 94 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 50 new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
  /external/chromium_org/ash/system/
tray_caps_lock.cc 39 new FixedSizedImageView(0, kTrayPopupItemHeight);
tray_update.cc 73 new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.cc 120 SetPreferredSize(gfx::Size(kTrayPopupItemHeight, kTrayPopupItemHeight));
147 size.set_height(kTrayPopupItemHeight);
  /external/chromium_org/ash/system/user/
tray_user.cc 747 kTrayPopupItemHeight + GetInsets().height()));
    [all...]

Completed in 234 milliseconds