HomeSort by relevance Sort by last modified time
    Searched refs:SetImage (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.h 21 void SetImage(NSImage* image);
selected_keyword_decoration.h 30 void SetImage(NSImage* image);
bubble_decoration.h 26 void SetImage(NSImage* image);
  /external/chromium/chrome/browser/chromeos/
wm_overview_snapshot.h 25 void SetImage(const SkBitmap& image);
wm_overview_snapshot.cc 57 void WmOverviewSnapshot::SetImage(const SkBitmap& image) {
59 snapshot_view_->SetImage(image);
wm_overview_favicon.cc 73 favicon_view_->SetImage(icon);
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 74 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) {
263 user_image_->SetImage(image);
276 snapshot_button_->SetImage(
282 snapshot_button_->SetImage(
    [all...]
message_bubble.cc 60 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,
take_photo_view.h 60 void SetImage(SkBitmap* image);
user_view.h 63 void SetImage(const SkBitmap& image, const SkBitmap& image_hot);
user_view.cc 221 void SetImage(const SkBitmap& image, const SkBitmap& image_hot) {
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) {
301 image_view_->SetImage(image, image_hot);
  /external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 28 image_->SetImage(
46 void IconLabelBubbleView::SetImage(const SkBitmap& bitmap) {
47 image_->SetImage(bitmap);
icon_label_bubble_view.h 38 void SetImage(const SkBitmap& bitmap);
  /external/chromium/chrome/browser/status_icons/
status_icon.h 25 virtual void SetImage(const SkBitmap& image) = 0;
status_icon_unittest.cc 18 virtual void SetImage(const SkBitmap& image) {}
status_tray_unittest.cc 15 virtual void SetImage(const SkBitmap& image) {}
  /external/chromium/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 25 virtual void SetImage(const SkBitmap& image);
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.h 23 virtual void SetImage(const SkBitmap& image);
status_tray_gtk_unittest.cc 33 icon->SetImage(*bitmap);
status_icon_gtk.cc 28 void StatusIconGtk::SetImage(const SkBitmap& image) {
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 32 image_view->SetImage(image);
  /external/chromium/chrome/browser/ui/views/status_icons/
status_icon_win.h 27 virtual void SetImage(const SkBitmap& image);
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 629 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(views::CustomButton::BS_HOT
    [all...]
find_bar_view.cc 120 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/
speech_input_bubble.cc 151 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) {

Completed in 412 milliseconds

1 2 3