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

  /external/chromium_org/ash/system/tray/
fixed_sized_image_view.h 17 class FixedSizedImageView : public views::ImageView {
19 FixedSizedImageView(int width, int height);
20 virtual ~FixedSizedImageView();
28 DISALLOW_COPY_AND_ASSIGN(FixedSizedImageView);
fixed_sized_image_view.cc 9 FixedSizedImageView::FixedSizedImageView(int width, int height)
16 FixedSizedImageView::~FixedSizedImageView() {
19 gfx::Size FixedSizedImageView::GetPreferredSize() const {
tray_item_more.cc 29 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
hover_highlight_view.cc 52 new FixedSizedImageView(kTrayPopupDetailsIconWidth, 0);
107 views::ImageView* image_view = new FixedSizedImageView(margin, 0);
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 34 image_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
tray_caps_lock.cc 51 FixedSizedImageView* image =
52 new FixedSizedImageView(0, kTrayPopupItemHeight);
tray_display.cc 145 image_ = new FixedSizedImageView(0, 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/chromeos/power/
power_status_view.cc 86 icon_ = new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);

Completed in 5105 milliseconds