HomeSort by relevance Sort by last modified time
    Searched refs:ImageSkia (Results 276 - 300 of 537) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 39 static gfx::ImageSkia* default_icon = NULL;
57 gfx::ImageSkia GetIcon() {
69 favicon_ = gfx::ImageSkia();
114 gfx::ImageSkia favicon_;
205 gfx::ImageSkia TemplateURLTableModel::GetIcon(int row) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 252 const gfx::ImageSkia& image,
272 const gfx::ImageSkia& image,
    [all...]
  /external/chromium_org/ui/gfx/image/
image_unittest.cc 41 gfx::ImageSkia::SetSupportedScales(scales);
86 // gfx::ImageSkia and gfx::ImagePNGRep are available on all platforms.
87 gfx::ImageSkia image_skia;
139 const gfx::ImageSkia* image_skia1 = image.ToImageSkia();
145 const gfx::ImageSkia* image_skia2 = image.ToImageSkia();
148 // ToImageSkia() should always return the same gfx::ImageSkia.
176 gfx::ImageSkia image_skia;
222 gfx::ImageSkia image_skia;
248 gfx::ImageSkia image_skia = image.AsImageSkia();
271 std::vector<float> scales = gfx::ImageSkia::GetSupportedScales()
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 122 gfx::ImageSkia image = gfx::ImageSkia::CreateFrom1xBitmap(*file_bitmap_);
170 gfx::ImageSkia DesktopBackgroundController::GetWallpaper() const {
173 return gfx::ImageSkia();
249 const gfx::ImageSkia& image,
331 const gfx::ImageSkia& image) const {
  /external/chromium_org/ui/views/
painter.cc 172 ImagePainter(const gfx::ImageSkia& image, const gfx::Insets& insets);
186 const gfx::ImageSkia& i,
197 gfx::ImageSkia images_[9];
209 ImagePainter::ImagePainter(const gfx::ImageSkia& image,
281 const gfx::ImageSkia& i,
345 Painter* Painter::CreateImagePainter(const gfx::ImageSkia& image,
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 124 const gfx::ImageSkia* background_image =
126 const gfx::ImageSkia* forground_image =
overflow_button.cc 103 const gfx::ImageSkia* background =
147 const gfx::ImageSkia* image = NULL;
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 56 gfx::ImageSkia image;
75 void GetNetworkStateHandlerImageAndLabel(gfx::ImageSkia* image,
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.cc 45 crossfade_image_ = gfx::ImageSkia(canvas.ExtractImageRep());
86 gfx::ImageSkia(composed_canvas.ExtractImageRep()), 0, 0);
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_loader.cc 122 gfx::ImageSkia final_image_skia =
123 gfx::ImageSkia::CreateFrom1xBitmap(final_image);
user_image_manager_impl.h 65 virtual const gfx::ImageSkia& DownloadedProfileImage() const OVERRIDE;
184 gfx::ImageSkia downloaded_profile_image_;
  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.cc 40 gfx::ImageSkia* toolbar_left =
45 gfx::ImageSkia* toolbar_right =
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.cc 163 const gfx::ImageSkia& image,
169 const gfx::ImageSkia& OSExchangeDataProviderAura::GetDragImage() const {
  /external/chromium_org/ui/views/bubble/
bubble_border.h 14 class ImageSkia;
170 gfx::ImageSkia* GetArrowImage() const;
  /external/chromium_org/ui/views/controls/button/
checkbox.cc 112 const gfx::ImageSkia& Checkbox::GetImage(ButtonState for_state) {
124 const gfx::ImageSkia& image) {
  /external/chromium_org/ui/views/examples/
table_example.cc 124 gfx::ImageSkia TableExample::GetIcon(int row) {
126 return gfx::ImageSkia::CreateFrom1xBitmap(row_icon);
  /external/chromium_org/ash/system/tray/
hover_highlight_view.h 32 void AddIconAndLabel(const gfx::ImageSkia& image,
tray_item_more.cc 55 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) {
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen.h 116 gfx::ImageSkia user_photo_;
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 40 gfx::ImageSkia ScaleDesktopFrame(scoped_ptr<webrtc::DesktopFrame> frame,
74 return gfx::ImageSkia::CreateFrom1xBitmap(result);
198 gfx::ImageSkia thumbnail =
324 const gfx::ImageSkia& image) {
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.h 83 const gfx::ImageSkia& image) OVERRIDE;
  /external/chromium_org/chrome/browser/task_manager/
background_resource_provider.cc 49 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
61 static gfx::ImageSkia* default_icon_;
66 gfx::ImageSkia* BackgroundContentsResource::default_icon_ = NULL;
113 gfx::ImageSkia BackgroundContentsResource::GetIcon() const {
tab_contents_resource_provider.cc 80 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
88 static gfx::ImageSkia* prerender_icon_;
96 gfx::ImageSkia* TabContentsResource::prerender_icon_ = NULL;
149 gfx::ImageSkia TabContentsResource::GetIcon() const {
worker_resource_provider.cc 55 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
70 static gfx::ImageSkia* default_icon_;
75 gfx::ImageSkia* SharedWorkerResource::default_icon_ = NULL;
111 gfx::ImageSkia SharedWorkerResource::GetIcon() const {
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.cc 84 gfx::ImageSkia::CreateFrom1xBitmap(decoded_image),

Completed in 707 milliseconds

<<11121314151617181920>>