Searched refs:Image (Results 251 - 275 of 863) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/gfx/image/
H A Dimage_util_unittest.cc17 gfx::Image original = gfx::test::CreateImage(100, 100);
22 gfx::Image decoded =
30 // Image with non-transparent piece should return margins at those
57 // Image with non-transparent piece that is skewed to one side should
71 // Image with non-transparent piece that is at one edge should
85 // Image with non-transparent piece that is at trailing edge should
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.h44 const gfx::Image& icon) OVERRIDE;
64 void UpdateIconImage(const gfx::Image& icon);
/external/chromium_org/ui/snapshot/
H A Dsnapshot_async.cc25 callback.Run(gfx::Image(gfx::ImageSkia::CreateFrom1xBitmap(scaled_bitmap)));
68 callback.Run(gfx::Image());
73 // from GPU. Image scaling is implemented in content::GlHelper, but it's can't
93 // from GPU. Image scaling is implemented in content::GlHelper, but it's can't
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h279 void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
280 void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
281 void drawImage(Image*, const FloatRect& destRect);
282 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
283 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, WebBlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation);
285 void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
287 void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect,
288 const FloatSize& tileScaleFactor, Image::TileRule hRule = Image::StretchTile, Image
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power.h14 class Image;
/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item_views.cc32 gfx::Image* icon,
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc67 gfx::Image FaviconTabHelper::GetFavicon() const {
78 return gfx::Image();
167 const gfx::Image FaviconTabHelper::GetActiveFaviconImage() {
186 void FaviconTabHelper::SetActiveFaviconImage(gfx::Image image) {
/external/chromium_org/chrome/browser/
H A Dicon_loader_win.cc67 image_.reset(new gfx::Image(image_skia));
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc43 gfx::Image* SpellingBubbleModel::GetIcon() const {
/external/chromium_org/chrome/browser/status_icons/
H A Ddesktop_notification_balloon.cc86 GURL(), title, contents, gfx::Image(icon), base::string16(),
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item_browser.cc18 const gfx::Image* icon,
H A Dchrome_launcher_app_menu_item_tab.cc16 const gfx::Image* icon,
/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.h18 class Image;
60 virtual gfx::Image GetIcon();
141 virtual gfx::Image GetIcon() OVERRIDE;
181 virtual gfx::Image GetIcon() OVERRIDE;
H A Dnew_credit_card_bubble_controller.h33 gfx::Image icon;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_ui.h32 class Image;
82 virtual gfx::Image GetThemeImageNamed(int id) const OVERRIDE;
104 virtual gfx::Image GetIconForContentType(
125 typedef std::map<int, gfx::Image> ImageCache;
252 // Image cache of lazily created images.
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.h22 class Image;
/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel_stack_window.h24 virtual gfx::Image GetIcon() const = 0;
H A Dpanel.h84 const gfx::Image& app_icon() const { return app_icon_; }
291 gfx::Image GetCurrentPageIcon() const;
339 void OnImageLoaded(const gfx::Image& image);
406 gfx::Image app_icon_;
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.cc79 gfx::Image* TabModalConfirmDialogDelegate::GetIcon() {
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Ddecorated_textfield.h42 void SetIcon(const gfx::Image& icon);
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings_ui.cc244 const gfx::Image& WebsiteSettingsUI::GetPermissionIcon(
287 const gfx::Image& WebsiteSettingsUI::GetIdentityIcon(
320 const gfx::Image& WebsiteSettingsUI::GetConnectionIcon(
334 const gfx::Image& WebsiteSettingsUI::GetFirstVisitIcon(
/external/chromium_org/chrome/common/
H A Dchrome_content_client.h38 virtual gfx::Image& GetNativeImageNamed(int resource_id) const OVERRIDE;
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc25 void ImageWindowDelegate::SetImage(const gfx::Image& image) {
/external/chromium_org/content/shell/common/
H A Dshell_content_client.cc87 gfx::Image& ShellContentClient::GetNativeImageNamed(int resource_id) const {
/external/chromium_org/printing/
H A Dimage_win.cc52 bool Image::LoadMetafile(const Metafile& metafile) {

Completed in 3320 milliseconds

<<11121314151617181920>>