Searched refs:icon_ (Results 26 - 50 of 116) sorted by relevance

12345

/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.h62 return icon_;
79 CaptionButtonIcon icon_; member in class:ash::FrameCaptionButton
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status_view.cc36 icon_(NULL),
60 if (icon_) {
61 icon_->SetImage(
63 icon_->SetVisible(true);
77 icon_ = new views::ImageView;
78 AddChildView(icon_);
86 icon_ = new ash::FixedSizedImageView(0, ash::kTrayPopupItemHeight);
87 AddChildView(icon_);
H A Dpower_status_view.h63 views::ImageView* icon_; member in class:ash::PowerStatusView
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Daccounts_user_list.js139 this.icon_ = this.ownerDocument.createElement('img');
140 this.icon_.className = 'user-icon';
161 this.appendChild(this.icon_);
189 this.icon_.src = 'chrome://userimage/' + this.user.username +
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dmanage_passwords_decoration.h52 ManagePasswordsIconCocoa* icon() { return icon_.get(); }
68 scoped_ptr<ManagePasswordsIconCocoa> icon_; member in class:ManagePasswordsDecoration
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_bubble_cocoa.h38 void SetIcon(ManagePasswordsIcon* icon) { icon_ = icon; }
60 ManagePasswordsIcon* icon_; member in class:ManagePasswordsBubbleCocoa
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_installed_bubble.h65 const SkBitmap& icon() const { return icon_; }
95 const SkBitmap icon_; member in class:ExtensionInstalledBubble
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info.h43 int icon() const { return icon_; }
60 // State used to determine whether the |label_| and |icon_| need to be
68 int icon_; member in class:OriginChipInfo
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.h43 void set_icon(int icon) { icon_ = icon; }
59 int icon_; member in class:TestToolbarModel
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_uninstall_dialog_view.cc104 views::ImageView* icon_; member in class:__anon5259::ExtensionUninstallDialogDelegateView
137 this, extension_, triggering_extension_, &icon_);
166 icon_ = new views::ImageView();
167 icon_->SetImageSize(size);
168 icon_->SetImage(*image);
169 AddChildView(icon_);
231 icon_->SetBounds(x, y, kIconSize, kIconSize);
238 icon_->SetBounds(x,
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.h48 const gfx::ImageSkia& icon() const { return icon_; }
75 gfx::ImageSkia icon_; member in class:app_list::SearchBoxModel
/external/chromium_org/ui/message_center/
H A Dnotification.cc64 icon_(icon),
78 icon_(other.icon_),
92 icon_ = other.icon_;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.cc42 : icon_(icon) {}
46 gfx::ImageSkiaRep icon_rep = icon_.GetRepresentation(scale);
54 const gfx::ImageSkia icon_; member in class:__anon3908::GetAttentionImageSource
105 copy->icon_ = icon_;
152 SetValue(&icon_, tab_id, image.AsImageSkia());
185 return GetValue(&icon_, tab_id);
243 icon_.erase(tab_id);
310 return HasValue(icon_, tab_id);
316 gfx::ImageSkia icon = GetValue(&icon_, tab_i
[all...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc72 icon_(NULL),
192 if (icon_ != NULL) {
193 icon_->SetPosition(gfx::Point(start_x, OffsetY(icon_)));
194 start_x = icon_->bounds().right() + kIconToLabelSpacing;
213 icon_ = new views::ImageView;
214 icon_->SetImage(image.ToImageSkia());
215 icon_->SizeToPreferredSize();
216 AddChildView(icon_);
284 return std::min(EndX(), (icon_ !
[all...]
/external/chromium_org/ui/views/examples/
H A Dbutton_example.cc35 icon_(NULL),
38 icon_ = rb.GetImageNamed(IDR_CLOSE_H).ToImageSkia();
88 *icon_ : gfx::ImageSkia());
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc46 icon_(NULL),
92 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
93 icon_->SetImage(bundle.GetImageNamed(icon_id_).ToImageSkia());
94 AddChildView(icon_);
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.h59 views::ImageView* icon_; member in class:ash::OverviewButtonTray
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.h50 views::ImageView* icon_; member in class:ash::TrayItemMore
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_textfield.h48 base::scoped_nsobject<NSImage> icon_; variable
51 // |icon_|'s size, but can also be used to reserve space for a decoration that
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.h36 gfx::ImageSkia icon_; member in class:IconWithBadgeImageSource
/external/chromium_org/ui/app_list/views/
H A Dtile_item_view.h47 views::ImageView* icon_; // Owned by views hierarchy. member in class:app_list::TileItemView
H A Dtop_icon_animation_view.h65 views::ImageView* icon_; // Owned by views hierarchy. member in class:app_list::TopIconAnimationView
/external/chromium_org/ui/message_center/views/
H A Dnotification_button.h42 views::ImageView* icon_; member in class:message_center::NotificationButton
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.cc54 icon_(icon) {
105 icon_->SetImage(GetPowerIcon(proto));
109 views::ImageView* icon_; member in class:athena::StatusIconContainerView::PowerStatus
177 icon_(icon) {
199 icon_->SetImage(
205 views::ImageView* icon_; member in class:athena::StatusIconContainerView::UpdateStatus
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc139 icon_(NULL),
149 icon_ = new VolumeButton(this, audio_delegate_);
150 AddChildView(icon_);
174 icon_->Update();
290 CHECK(sender == icon_);
295 icon_->Update();
318 icon_->Update();

Completed in 733 milliseconds

12345