Searched defs:SetImage (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/athena/system/
H A Dbackground_controller.cc26 void SetImage(const gfx::ImageSkia& image) { function in class:athena::BackgroundView
75 void BackgroundController::SetImage(const gfx::ImageSkia& image) { function in class:athena::BackgroundController
77 background_view_->SetImage(image);
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc39 more_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageNamed(
54 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) { function in class:ash::TrayItemMore
55 icon_->SetImage(image_skia);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_status_icon.cc34 void Gtk2StatusIcon::SetImage(const gfx::ImageSkia& image) { function in class:libgtk2ui::Gtk2StatusIcon
H A Dapp_indicator_icon.cc250 SetImage(image);
268 void AppIndicatorIcon::SetImage(const gfx::ImageSkia& image) { function in class:libgtk2ui::AppIndicatorIcon
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_linux_wrapper.cc21 void StatusIconLinuxWrapper::SetImage(const gfx::ImageSkia& image) { function in class:StatusIconLinuxWrapper
22 status_icon_->SetImage(image);
H A Dstatus_icon_win.cc95 void StatusIconWin::SetImage(const gfx::ImageSkia& image) { function in class:StatusIconWin
/external/chromium_org/ppapi/c/
H A Dppb_compositor_layer.h152 int32_t (*SetImage)(PP_Resource layer, member in struct:PPB_CompositorLayer_0_2
248 int32_t (*SetImage)(PP_Resource layer, member in struct:PPB_CompositorLayer_0_1
/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc24 void RoundedImageView::SetImage(const gfx::ImageSkia& img, function in class:ash::tray::RoundedImageView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dicon_label_bubble_view.cc29 image_->SetImage(
77 void IconLabelBubbleView::SetImage(const gfx::ImageSkia& image_skia) { function in class:IconLabelBubbleView
78 image_->SetImage(image_skia);
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc25 void ImageWindowDelegate::SetImage(const gfx::Image& image) { function in class:content::ImageWindowDelegate
H A Doverscroll_navigation_overlay.cc50 void SetImage(const gfx::Image& image) { function in class:content::ImageLayerDelegate
224 layer_delegate_->SetImage(image);
271 image_delegate_->SetImage(layer_delegate_->image());
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.cc81 int32_t CompositorLayer::SetImage(const ImageData& image, function in class:pp::CompositorLayer
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, function in class:pp::CompositorLayer
100 return get_interface<PPB_CompositorLayer_0_2>()->SetImage(
105 return get_interface<PPB_CompositorLayer_0_1>()->SetImage(
/external/chromium_org/ppapi/thunk/
H A Dppb_compositor_layer_thunk.cc71 int32_t SetImage(PP_Resource layer, function in namespace:ppapi::thunk::__anon10248
75 VLOG(4) << "PPB_CompositorLayer::SetImage()";
79 return enter.SetResult(enter.object()->SetImage(image_data,
136 &SetImage,
149 &SetImage,
/external/chromium_org/components/user_manager/
H A Duser.cc224 void User::SetImage(const UserImage& user_image, int image_index) { function in class:user_manager::User
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc195 int32_t CompositorLayerResource::SetImage( function in class:ppapi::proxy::CompositorLayerResource
/external/chromium_org/ui/views/controls/button/
H A Dimage_button.cc48 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) { function in class:views::ImageButton
237 void ToggleImageButton::SetImage(ButtonState state, function in class:views::ToggleImageButton
H A Dlabel_button.cc99 void LabelButton::SetImage(ButtonState for_state, const gfx::ImageSkia& image) { function in class:views::LabelButton
428 image_->SetImage(GetImage(state()));
/external/chromium_org/ui/views/controls/
H A Dimage_view.cc42 void ImageView::SetImage(const gfx::ImageSkia& img) { function in class:views::ImageView
54 void ImageView::SetImage(const gfx::ImageSkia* image_skia) { function in class:views::ImageView
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/
H A Dimage_grid.cc91 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(cons function in class:wm::ImageGrid
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Signature.cpp24 void CPWL_Signature_Image::SetImage(CFX_DIBSource* pImage) function in class:CPWL_Signature_Image
116 void CPWL_Signature::SetImage(CFX_DIBSource* pImage) function in class:CPWL_Signature
118 m_pImage->SetImage(pImage);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp100 void CPDF_Image::SetImage(const CFX_DIBitmap* pBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrite, IFX_FileRead *pFileRead, const CFX_DIBitmap* pMask, const CPDF_ImageSetParam* pParam) function in class:CPDF_Image
266 SetImage(pNewBitmap, iCompress, pFileWrite, pFileRead);
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc243 icon_view_->SetImage(gfx::ImageSkiaOperations::CreateImageWithDropShadow(
247 void ShelfButton::SetImage(const gfx::ImageSkia& image) { function in class:ash::ShelfButton
250 icon_view_->SetImage(image);
516 bar_->SetImage(*image);
518 bar_->SetImage(gfx::ImageSkiaOperations::CreateRotatedImage(*image,

Completed in 307 milliseconds