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

  /external/chromium_org/ash/system/tray/
tray_popup_header_button.cc 53 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
tray_constants.h 47 const int kTrayPopupItemHeight = 48;
throbber_view.cc 60 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
tray_bar_button_with_title.cc 88 return gfx::Size(width_, kTrayPopupItemHeight);
tray_item_more.cc 29 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
hover_highlight_view.cc 152 if (!expandable_ || size.height() < kTrayPopupItemHeight)
153 size.set_height(kTrayPopupItemHeight);
system_tray_bubble.cc 34 const int kDetailedBubbleMaxHeight = kTrayPopupItemHeight * 5;
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 34 image_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
tray_caps_lock.cc 52 new FixedSizedImageView(0, kTrayPopupItemHeight);
tray_display.cc 145 image_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 86 icon_ = new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
202 return gfx::Size(size.width(), kTrayPopupItemHeight);
206 return kTrayPopupItemHeight;
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 92 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 52 new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
  /external/chromium_org/ash/system/
tray_update.cc 73 new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 103 views::ImageView* icon = new FixedSizedImageView(0, kTrayPopupItemHeight);
  /external/chromium_org/ash/system/audio/
volume_view.cc 77 size.set_height(kTrayPopupItemHeight);
  /external/chromium_org/ash/system/user/
user_view.cc 262 std::max(size.height(), kTrayPopupItemHeight + GetInsets().height()));

Completed in 94 milliseconds