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

1 2

  /external/chromium/chrome/browser/chromeos/
wm_overview_snapshot.cc 57 void WmOverviewSnapshot::SetImage(const SkBitmap& image) {
59 snapshot_view_->SetImage(image);
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 28 void StatusIconGtk::SetImage(const SkBitmap& image) {
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 29 void StatusIconGtk::SetImage(const gfx::ImageSkia& image) {
  /external/chromium/chrome/browser/status_icons/
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/views/status_icons/
status_icon_win.cc 35 void StatusIconWin::SetImage(const SkBitmap& image) {
  /external/chromium_org/ash/system/tray/
tray_item_more.cc 40 more_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageNamed(
55 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) {
56 icon_->SetImage(image_skia);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.cc 14 void StatusIconLinuxWrapper::SetImage(const gfx::ImageSkia& image) {
15 status_icon_->SetImage(image);
status_icon_win.cc 90 void StatusIconWin::SetImage(const gfx::ImageSkia& image) {
182 void StatusIconMetro::SetImage(const gfx::ImageSkia& image) {
  /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);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 32 image_->SetImage(
83 void IconLabelBubbleView::SetImage(const gfx::ImageSkia& image_skia) {
84 image_->SetImage(image_skia);
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 24 void ImageWindowDelegate::SetImage(const gfx::Image& image) {
  /external/chromium_org/ui/views/controls/
image_view.cc 26 void ImageView::SetImage(const gfx::ImageSkia& img) {
34 void ImageView::SetImage(const gfx::ImageSkia* image_skia) {
36 SetImage(*image_skia);
39 SetImage(t);
  /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...]
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_org/ui/views/controls/button/
image_button.cc 40 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) {
195 void ToggleImageButton::SetImage(ButtonState state,
label_button.cc 73 void LabelButton::SetImage(ButtonState for_state, const gfx::ImageSkia& image) {
261 image_->SetImage(GetImage(state()));
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.cc 188 void BitmapScrollBar::SetImage(ScrollBarPart part,
195 prev_button_->SetImage(state, image_skia);
198 next_button_->SetImage(state, image_skia);
  /external/chromium_org/ui/views/corewm/
image_grid.cc 57 SetImage(top_left_image, &top_left_layer_, &top_left_painter_);
58 SetImage(top_image, &top_layer_, &top_painter_);
59 SetImage(top_right_image, &top_right_layer_, &top_right_painter_);
60 SetImage(left_image, &left_layer_, &left_painter_);
61 SetImage(center_image, &center_layer_, &center_painter_);
62 SetImage(right_image, &right_layer_, &right_painter_);
63 SetImage(bottom_left_image, &bottom_left_layer_, &bottom_left_painter_);
64 SetImage(bottom_image, &bottom_layer_, &bottom_painter_);
65 SetImage(bottom_right_image, &bottom_right_layer_, &bottom_right_painter_);
263 void ImageGrid::SetImage(const gfx::Image* image
    [all...]
  /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) {
speech_input_bubble_views.cc 46 void SetImage(const SkBitmap& image);
131 SetImage(image);
144 void ContentView::SetImage(const SkBitmap& image) {
145 icon_->SetImage(image);
369 bubble_content_->SetImage(icon_image());
  /external/chromium_org/chrome/browser/chromeos/login/
user.cc 210 void User::SetImage(const UserImage& user_image, int image_index) {
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.cc 179 SetImage(g_images.Get().warm_up()[animation_step_]);
206 SetImage(g_images.Get().spinner()[animation_step_]);
264 SetImage(image);
271 void SpeechRecognitionBubbleBase::SetImage(const gfx::ImageSkia& image) {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 138 SetImage(image);
159 void AppIndicatorIcon::SetImage(const gfx::ImageSkia& image) {
  /external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc 54 void SetImage(const gfx::ImageSkia& image);
197 SetImage(image);
212 void SpeechRecognitionBubbleView::SetImage(const gfx::ImageSkia& image) {
213 icon_->SetImage(image);
400 bubble_->SetImage(icon_image());

Completed in 2058 milliseconds

1 2