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

  /external/chromium_org/ash/system/tray/
tray_item_more.cc 39 more_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageNamed(
54 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) {
55 icon_->SetImage(image_skia);
  /external/chromium_org/ash/system/user/
rounded_image_view.cc 24 void RoundedImageView::SetImage(const gfx::ImageSkia& img,
  /external/chromium_org/athena/system/
background_controller.cc 26 void SetImage(const gfx::ImageSkia& image) {
75 void BackgroundController::SetImage(const gfx::ImageSkia& image) {
77 background_view_->SetImage(image);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_status_icon.cc 34 void Gtk2StatusIcon::SetImage(const gfx::ImageSkia& image) {
app_indicator_icon.cc 250 SetImage(image);
268 void AppIndicatorIcon::SetImage(const gfx::ImageSkia& image) {
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.cc 21 void StatusIconLinuxWrapper::SetImage(const gfx::ImageSkia& image) {
22 status_icon_->SetImage(image);
status_icon_win.cc 95 void StatusIconWin::SetImage(const gfx::ImageSkia& image) {
  /external/chromium_org/ppapi/cpp/
compositor_layer.cc 81 int32_t CompositorLayer::SetImage(const ImageData& image,
84 return get_interface<PPB_CompositorLayer_0_2>()->SetImage(
89 return get_interface<PPB_CompositorLayer_0_1>()->SetImage(
96 int32_t CompositorLayer::SetImage(const ImageData& image,
100 return get_interface<PPB_CompositorLayer_0_2>()->SetImage(
105 return get_interface<PPB_CompositorLayer_0_1>()->SetImage(
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 29 image_->SetImage(
77 void IconLabelBubbleView::SetImage(const gfx::ImageSkia& image_skia) {
78 image_->SetImage(image_skia);
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.cc 25 void ImageWindowDelegate::SetImage(const gfx::Image& image) {
overscroll_navigation_overlay.cc 50 void SetImage(const gfx::Image& image) {
224 layer_delegate_->SetImage(image);
271 image_delegate_->SetImage(layer_delegate_->image());
  /external/chromium_org/ppapi/c/
ppb_compositor_layer.h 152 int32_t (*SetImage)(PP_Resource layer,
248 int32_t (*SetImage)(PP_Resource layer,
  /external/chromium_org/ppapi/thunk/
ppb_compositor_layer_thunk.cc 71 int32_t SetImage(PP_Resource layer,
75 VLOG(4) << "PPB_CompositorLayer::SetImage()";
79 return enter.SetResult(enter.object()->SetImage(image_data,
136 &SetImage,
149 &SetImage,
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.cc 195 int32_t CompositorLayerResource::SetImage(
  /external/chromium_org/ui/views/controls/button/
image_button.cc 48 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) {
237 void ToggleImageButton::SetImage(ButtonState state,
label_button.cc 99 void LabelButton::SetImage(ButtonState for_state, const gfx::ImageSkia& image) {
428 image_->SetImage(GetImage(state()));
  /external/chromium_org/ui/views/controls/
image_view.cc 42 void ImageView::SetImage(const gfx::ImageSkia& img) {
54 void ImageView::SetImage(const gfx::ImageSkia* image_skia) {
56 SetImage(*image_skia);
59 SetImage(t);
107 // Even though we copy ImageSkia in SetImage() the backing store
109 // to SetImage(). The expectation is that SetImage() with different pixels is
  /external/chromium_org/ui/wm/core/
image_grid.cc 91 SetImage(top_left_image, &top_left_layer_, &top_left_painter_, NONE);
92 SetImage(top_image, &top_layer_, &top_painter_, HORIZONTAL);
93 SetImage(top_right_image, &top_right_layer_, &top_right_painter_, NONE);
94 SetImage(left_image, &left_layer_, &left_painter_, VERTICAL);
95 SetImage(center_image, &center_layer_, &center_painter_, NONE);
96 SetImage(right_image, &right_layer_, &right_painter_, VERTICAL);
97 SetImage(bottom_left_image, &bottom_left_layer_, &bottom_left_painter_, NONE);
98 SetImage(bottom_image, &bottom_layer_, &bottom_painter_, HORIZONTAL);
99 SetImage(
288 void ImageGrid::SetImage(const gfx::Image* image
    [all...]
  /external/chromium_org/components/user_manager/
user.cc 224 void User::SetImage(const UserImage& user_image, int image_index) {
  /external/chromium_org/ash/shelf/
shelf_button.cc 243 icon_view_->SetImage(gfx::ImageSkiaOperations::CreateImageWithDropShadow(
247 void ShelfButton::SetImage(const gfx::ImageSkia& image) {
250 icon_view_->SetImage(image);
516 bar_->SetImage(*image);
518 bar_->SetImage(gfx::ImageSkiaOperations::CreateRotatedImage(*image,

Completed in 661 milliseconds