Searched refs:ImageSkia (Results 1 – 15 of 15) sorted by relevance
/third_party/cef/libcef/browser/ |
D | image_impl.cc | 76 CefImageImpl::CefImageImpl(const gfx::ImageSkia& image_skia) in CefImageImpl() 166 gfx::ImageSkia image_skia = image_.AsImageSkia(); in RemoveRepresentation() 179 gfx::ImageSkia image_skia = image_.AsImageSkia(); in GetRepresentationInfo() 284 gfx::ImageSkia CefImageImpl::GetForced1xScaleRepresentation( in GetForced1xScaleRepresentation() 293 gfx::ImageSkia image_skia; in GetForced1xScaleRepresentation() 299 gfx::ImageSkia CefImageImpl::AsImageSkia() const { in AsImageSkia() 322 image_ = gfx::Image(gfx::ImageSkia(skia_rep)); in AddBitmap() 331 gfx::ImageSkia image_skia = image_.AsImageSkia(); in GetBitmap()
|
D | image_impl.h | 22 explicit CefImageImpl(const gfx::ImageSkia& image_skia); 80 gfx::ImageSkia GetForced1xScaleRepresentation(float scale_factor) const; 83 gfx::ImageSkia AsImageSkia() const;
|
D | browser_platform_delegate.h | 53 class ImageSkia; variable 332 const gfx::ImageSkia& image,
|
D | browser_platform_delegate.cc | 314 const gfx::ImageSkia& image, in StartDragging()
|
D | browser_host_base.cc | 253 max_image_size * gfx::ImageSkia::GetMaxSupportedScale(), bypass_cache, in DownloadImage()
|
/third_party/cef/libcef/browser/views/ |
D | label_button_impl.h | 80 gfx::ImageSkia image_skia; in SetImage() 90 const gfx::ImageSkia& image_skia = ParentClass::root_view()->GetImage( in GetImage()
|
/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.h | 71 const gfx::ImageSkia& image,
|
D | browser_platform_delegate_osr.h | 80 const gfx::ImageSkia& image,
|
D | web_contents_view_osr.cc | 154 const gfx::ImageSkia& image, in StartDragging()
|
D | browser_platform_delegate_osr.cc | 465 const gfx::ImageSkia& image, in StartDragging()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 172 const gfx::ImageSkia& image,
|
D | alloy_browser_host_impl.cc | 1642 const gfx::ImageSkia& image, in StartDragging()
|
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 307 const gfx::ImageSkia skia_icon = in OnDrawItem()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 27997 &kQrcodeGeneratorIcon, true, gfx::ImageSkia(), 28005 &vector_icons::kMediaRouterIdleIcon, true, gfx::ImageSkia(),
|
D | 0003-3.2-Beta3-1115.patch | 16520 gfx::ImageSkia AsImageSkia() const; 41145 gfx::ImageSkia* GetDefaultWindowIcon() const override; 252147 gfx::ImageSkia* icon = nullptr; 252447 gfx::ImageSkia* ViewsDelegate::GetDefaultWindowIcon() const { 252460 virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
|