Searched refs:kTrayPopupItemHeight (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/ash/system/tray/ |
D | tray_popup_header_button.cc | 54 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight); in GetPreferredSize()
|
D | throbber_view.cc | 62 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight); in GetPreferredSize()
|
D | hover_highlight_view.cc | 150 if (!expandable_ || size.height() < kTrayPopupItemHeight) in GetPreferredSize() 151 size.set_height(kTrayPopupItemHeight); in GetPreferredSize()
|
D | tray_constants.h | 42 extern const int kTrayPopupItemHeight;
|
D | tray_constants.cc | 47 const int kTrayPopupItemHeight = 48; variable
|
D | tray_bar_button_with_title.cc | 90 return gfx::Size(width_, kTrayPopupItemHeight); in GetPreferredSize()
|
D | tray_item_more.cc | 30 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight); in TrayItemMore()
|
D | system_tray_bubble.cc | 34 const int kDetailedBubbleMaxHeight = kTrayPopupItemHeight * 5;
|
/external/chromium_org/ash/system/chromeos/power/ |
D | power_status_view.cc | 88 new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight); in LayoutDefaultView() 203 return gfx::Size(size.width(), kTrayPopupItemHeight); in GetPreferredSize() 207 return kTrayPopupItemHeight; in GetHeightForWidth()
|
/external/chromium_org/ash/system/chromeos/ |
D | tray_tracing.cc | 37 image_ = new internal::FixedSizedImageView(0, kTrayPopupItemHeight); in DefaultTracingView()
|
D | tray_display.cc | 141 image_ = new internal::FixedSizedImageView(0, kTrayPopupItemHeight); in DisplayView()
|
/external/chromium_org/ash/system/chromeos/audio/ |
D | tray_audio.cc | 120 SetPreferredSize(gfx::Size(kTrayPopupItemHeight, kTrayPopupItemHeight)); in VolumeButton() 147 size.set_height(kTrayPopupItemHeight); in GetPreferredSize()
|
/external/chromium_org/ash/system/chromeos/settings/ |
D | tray_settings.cc | 50 new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight); in SettingsDefaultView()
|
/external/chromium_org/ash/system/ |
D | tray_update.cc | 73 new ash::internal::FixedSizedImageView(0, ash::kTrayPopupItemHeight); in UpdateView()
|
D | tray_caps_lock.cc | 39 new FixedSizedImageView(0, kTrayPopupItemHeight); in CapsLockDefaultView()
|
/external/chromium_org/ash/system/chromeos/brightness/ |
D | tray_brightness.cc | 56 views::ImageView* icon = new FixedSizedImageView(0, kTrayPopupItemHeight); in BrightnessView()
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
D | screen_tray_item.cc | 94 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight); in CreateItems()
|
/external/chromium_org/ash/system/user/ |
D | tray_user.cc | 747 kTrayPopupItemHeight + GetInsets().height())); in GetPreferredSize()
|