Searched refs:SetImage (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dimage_decoration.h21 void SetImage(NSImage* image);
H A Dselected_keyword_decoration.h30 void SetImage(NSImage* image);
H A Dbubble_decoration.h26 void SetImage(NSImage* image);
/external/chromium/chrome/browser/chromeos/login/
H A Dtake_photo_view.cc74 SetImage(
87 SetImage(
173 snapshot_button_->SetImage(views::CustomButton::BS_NORMAL,
176 snapshot_button_->SetImage(views::CustomButton::BS_DISABLED,
235 user_image_->SetImage(&user_image);
240 snapshot_button_->SetImage(views::CustomButton::BS_NORMAL,
259 void TakePhotoView::SetImage(SkBitmap* image) { function in class:chromeos::TakePhotoView
263 user_image_->SetImage(image);
276 snapshot_button_->SetImage(
282 snapshot_button_->SetImage(
[all...]
H A Dmessage_bubble.cc60 icon_->SetImage(*image);
70 close_button_->SetImage(views::CustomButton::BS_NORMAL,
72 close_button_->SetImage(views::CustomButton::BS_HOT,
74 close_button_->SetImage(views::CustomButton::BS_PUSHED,
H A Duser_view.cc221 void SetImage(const SkBitmap& image, const SkBitmap& image_hot) { function in class:chromeos::PodImageView
224 views::ImageView::SetImage(image_);
230 views::ImageView::SetImage(image_hot_);
234 views::ImageView::SetImage(image_);
295 void UserView::SetImage(const SkBitmap& image, const SkBitmap& image_hot) { function in class:chromeos::UserView
301 image_view_->SetImage(image, image_hot);
H A Dtake_photo_view.h60 void SetImage(SkBitmap* image);
H A Duser_view.h63 void SetImage(const SkBitmap& image, const SkBitmap& image_hot);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dicon_label_bubble_view.cc28 image_->SetImage(
46 void IconLabelBubbleView::SetImage(const SkBitmap& bitmap) { function in class:IconLabelBubbleView
47 image_->SetImage(bitmap);
H A Dicon_label_bubble_view.h38 void SetImage(const SkBitmap& bitmap);
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_snapshot.h25 void SetImage(const SkBitmap& image);
H A Dwm_overview_snapshot.cc57 void WmOverviewSnapshot::SetImage(const SkBitmap& image) { function in class:chromeos::WmOverviewSnapshot
59 snapshot_view_->SetImage(image);
H A Dwm_overview_favicon.cc73 favicon_view_->SetImage(icon);
/external/chromium/chrome/browser/ui/cocoa/status_icons/
H A Dstatus_icon_mac.h25 virtual void SetImage(const SkBitmap& image);
/external/chromium/chrome/browser/status_icons/
H A Dstatus_icon.h25 virtual void SetImage(const SkBitmap& image) = 0;
H A Dstatus_icon_unittest.cc18 virtual void SetImage(const SkBitmap& image) {} function in class:TestStatusIcon
H A Dstatus_tray_unittest.cc15 virtual void SetImage(const SkBitmap& image) {} function in class:MockStatusIcon
/external/chromium/chrome/browser/ui/gtk/status_icons/
H A Dstatus_icon_gtk.h23 virtual void SetImage(const SkBitmap& image);
H A Dstatus_tray_gtk_unittest.cc33 icon->SetImage(*bitmap);
H A Dstatus_icon_gtk.cc28 void StatusIconGtk::SetImage(const SkBitmap& image) { function in class:StatusIconGtk
/external/chromium/chrome/browser/ui/tests/
H A Dui_gfx_image_unittest.cc32 image_view->SetImage(image);
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_win.h27 virtual void SetImage(const SkBitmap& image);
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc629 back_->SetImage(views::CustomButton::BS_NORMAL, tp->GetBitmapNamed(IDR_BACK));
630 back_->SetImage(views::CustomButton::BS_HOT, tp->GetBitmapNamed(IDR_BACK_H));
631 back_->SetImage(views::CustomButton::BS_PUSHED,
633 back_->SetImage(views::CustomButton::BS_DISABLED,
636 forward_->SetImage(views::CustomButton::BS_NORMAL,
638 forward_->SetImage(views::CustomButton::BS_HOT,
640 forward_->SetImage(views::CustomButton::BS_PUSHED,
642 forward_->SetImage(views::CustomButton::BS_DISABLED,
645 reload_->SetImage(views::CustomButton::BS_NORMAL,
647 reload_->SetImage(view
[all...]
H A Dfind_bar_view.cc120 find_previous_button_->SetImage(views::CustomButton::BS_NORMAL,
122 find_previous_button_->SetImage(views::CustomButton::BS_HOT,
124 find_previous_button_->SetImage(views::CustomButton::BS_DISABLED,
135 find_next_button_->SetImage(views::CustomButton::BS_NORMAL,
137 find_next_button_->SetImage(views::CustomButton::BS_HOT,
139 find_next_button_->SetImage(views::CustomButton::BS_DISABLED,
150 close_button_->SetImage(views::CustomButton::BS_NORMAL,
152 close_button_->SetImage(views::CustomButton::BS_HOT,
154 close_button_->SetImage(views::CustomButton::BS_PUSHED,
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.cc151 SetImage(g_images.Get().warm_up()[animation_step_]);
177 SetImage(g_images.Get().spinner()[animation_step_]);
229 SetImage(*mic_image_.get());
236 void SpeechInputBubbleBase::SetImage(const SkBitmap& image) { function in class:SpeechInputBubbleBase

Completed in 264 milliseconds

123