Searched refs:kTrayPopupItemHeight (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_popup_header_button.cc53 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
H A Dtray_constants.h47 const int kTrayPopupItemHeight = 48; member in namespace:ash
H A Dthrobber_view.cc60 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
H A Dtray_bar_button_with_title.cc88 return gfx::Size(width_, kTrayPopupItemHeight);
H A Dtray_item_more.cc29 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
H A Dhover_highlight_view.cc152 if (!expandable_ || size.height() < kTrayPopupItemHeight)
153 size.set_height(kTrayPopupItemHeight);
H A Dsystem_tray_bubble.cc34 const int kDetailedBubbleMaxHeight = kTrayPopupItemHeight * 5;
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc34 image_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
H A Dtray_caps_lock.cc52 new FixedSizedImageView(0, kTrayPopupItemHeight);
H A Dtray_display.cc145 image_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.cc86 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/
H A Dscreen_tray_item.cc92 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.cc52 new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
/external/chromium_org/ash/system/
H A Dtray_update.cc73 new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness.cc103 views::ImageView* icon = new FixedSizedImageView(0, kTrayPopupItemHeight);
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc77 size.set_height(kTrayPopupItemHeight);
/external/chromium_org/ash/system/user/
H A Duser_view.cc262 std::max(size.height(), kTrayPopupItemHeight + GetInsets().height()));

Completed in 1766 milliseconds