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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen_actor.h 13 class ImageSkia;
  /external/chromium_org/chrome/browser/extensions/
extension_action_icon_factory.h 57 gfx::ImageSkia GetBaseIconFromAction(int tab_id);
extension_action.h 31 class ImageSkia;
175 gfx::Image ApplyAttentionAndAnimation(const gfx::ImageSkia& icon,
179 gfx::ImageSkia GetExplicitlySetIcon(int tab_id) const;
247 gfx::ImageSkia GetIconWithBadge(const gfx::ImageSkia& icon,
261 gfx::ImageSkia ApplyIconAnimation(int tab_id,
262 const gfx::ImageSkia& orig) const;
332 std::map<int, gfx::ImageSkia> icon_;
  /external/chromium_org/chrome/browser/media/
fake_desktop_media_list.h 34 gfx::ImageSkia thumbnail_;
  /external/chromium_org/chrome/browser/status_icons/
status_tray.cc 15 const gfx::ImageSkia& image,
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc 31 gfx::ImageSkia* BrowserProcessResource::default_icon_ = NULL;
43 default_icon_ = new gfx::ImageSkia(gfx::ImageSkiaRep(*bitmap, 1.0f));
56 default_icon_ = new gfx::ImageSkia(gfx::ApplicationIconAtSize(16));
81 gfx::ImageSkia BrowserProcessResource::GetIcon() const {
browser_process_resource_provider.h 38 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
57 static gfx::ImageSkia* default_icon_;
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_result.h 48 gfx::ImageSkia image_;
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 48 MenuImageSource(const gfx::ImageSkia& icon, const gfx::ImageSkia& drop_image)
67 gfx::Size ComputeSize(const gfx::ImageSkia& drop_image) const {
76 const gfx::ImageSkia icon_;
77 const gfx::ImageSkia drop_image_;
187 const gfx::ImageSkia* icon = NULL;
196 const gfx::ImageSkia* drop_image =
200 gfx::ImageSkia menu_image = gfx::ImageSkia(source, source->size());
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.h 28 const gfx::ImageSkia& image,
status_tray_win_unittest.cc 48 gfx::ImageSkia* image = rb.GetImageSkiaNamed(IDR_STATUS_TRAY_ICON);
62 gfx::ImageSkia* image = rb.GetImageSkiaNamed(IDR_STATUS_TRAY_ICON);
80 gfx::ImageSkia* image = rb.GetImageSkiaNamed(IDR_STATUS_TRAY_ICON);
96 gfx::ImageSkia* image = rb.GetImageSkiaNamed(IDR_STATUS_TRAY_ICON);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h 41 gfx::ImageSkia favicon;
  /external/chromium_org/ui/base/
default_theme_provider.cc 20 gfx::ImageSkia* DefaultThemeProvider::GetImageSkiaNamed(int id) const {
  /external/chromium_org/ui/gfx/image/
image_skia_rep.h 50 friend class ImageSkia;
  /external/chromium_org/ui/message_center/views/
notification_button.h 26 void SetIcon(const gfx::ImageSkia& icon);
padded_button.h 42 gfx::Point ComputePaddedImagePaintPosition(const gfx::ImageSkia& image);
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.cc 111 const gfx::ImageSkia* r = rb.GetImageNamed(image_id_).ToImageSkia();
127 gfx::ImageSkia GetRtlSubmenuArrowImage(bool rtl,
137 static gfx::ImageSkia* kRtlArrow = NULL;
138 static gfx::ImageSkia* kRtlArrowDarkBg = NULL;
139 gfx::ImageSkia** image = dark_background ? &kRtlArrowDarkBg : &kRtlArrow;
143 *image = new gfx::ImageSkia(source, source->size());
153 gfx::ImageSkia GetMenuCheckImage(bool dark_background) {
160 gfx::ImageSkia GetRadioButtonImage(bool selected) {
166 gfx::ImageSkia GetSubmenuArrowImage(bool dark_background) {
  /external/chromium_org/ui/views/examples/
button_example.h 44 const gfx::ImageSkia* icon_;
  /external/chromium_org/ash/
session_state_delegate_stub.h 37 virtual const gfx::ImageSkia& GetUserImage(
54 gfx::ImageSkia null_image_;
  /external/chromium_org/ash/test/
test_session_state_delegate.h 40 virtual const gfx::ImageSkia& GetUserImage(
113 gfx::ImageSkia null_image_;
  /external/chromium_org/chrome/browser/
icon_loader_linux.cc 63 gfx::ImageSkia image_skia = gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
icon_loader_win.cc 57 gfx::ImageSkia image_skia = gfx::ImageSkia::CreateFrom1xBitmap(*bitmap);
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 41 explicit ShortcutOverlayImageSource(const gfx::ImageSkia& icon)
53 const gfx::ImageSkia& overlay = *ui::ResourceBundle::GetSharedInstance().
58 gfx::ImageSkia icon_;
76 const gfx::ImageSkia& installing_icon,
119 gfx::ImageSkia icon = installing_icon_;
121 icon = gfx::ImageSkia(new ShortcutOverlayImageSource(icon), icon.size());
125 gfx::ImageSkia icon = icon_->image_skia();
136 icon = gfx::ImageSkia(new ShortcutOverlayImageSource(icon), icon.size());
extension_app_item.h 39 const gfx::ImageSkia& installing_icon,
112 gfx::ImageSkia installing_icon_;
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_views.cc 14 gfx::ImageSkia null_image;
75 const gfx::ImageSkia& SessionStateDelegate::GetUserImage(

Completed in 2404 milliseconds

1 2 3 4 56 7 8 91011>>