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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ash/wm/
header_painter.h 23 class ImageSkia;
181 const gfx::ImageSkia* top_left_corner_;
182 const gfx::ImageSkia* top_edge_;
183 const gfx::ImageSkia* top_right_corner_;
184 const gfx::ImageSkia* header_left_edge_;
185 const gfx::ImageSkia* header_right_edge_;
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 45 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
77 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
83 void SetDecodedWallpaper(scoped_ptr<gfx::ImageSkia> wallpaper);
89 gfx::ImageSkia wallpaper_;
129 virtual void OnWallpaperDecoded(const gfx::ImageSkia& wallpaper) OVERRIDE;
134 scoped_ptr<gfx::ImageSkia> image);
  /external/chromium_org/ash/accelerators/
debug_commands.cc 19 gfx::ImageSkia CreateWallpaperImage(SkColor fill, SkColor rect) {
32 return gfx::ImageSkia(canvas.ExtractImageRep());
  /external/chromium_org/ash/
session_state_delegate.h 19 class ImageSkia;
96 virtual const gfx::ImageSkia& GetUserImage(MultiProfileIndex index) const = 0;
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager.h 19 class ImageSkia;
77 virtual const gfx::ImageSkia& DownloadedProfileImage() const = 0;
mock_user_image_manager.h 28 MOCK_CONST_METHOD0(DownloadedProfileImage, const gfx::ImageSkia& (void));
  /external/chromium_org/chrome/browser/extensions/
install_observer.h 22 gfx::ImageSkia installing_icon,
28 gfx::ImageSkia installing_icon;
extension_uninstall_dialog.cc 32 float max_scale_factor_scale = gfx::ImageSkia::GetMaxSupportedScale();
40 const gfx::ImageSkia& image = is_app ?
44 gfx::ImageSkia::GetMaxSupportedScale()).sk_bitmap();
101 icon_ = gfx::ImageSkia::CreateFrom1xBitmap(
  /external/chromium_org/chrome/browser/ui/ash/
user_wallpaper_delegate_win.cc 50 gfx::ImageSkia wallpaper = gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_controller_delegate_win.cc 32 gfx::ImageSkia AppListControllerDelegateWin::GetWindowIcon() {
33 gfx::ImageSkia* resource = ResourceBundle::GetSharedInstance().
app_list_controller_delegate_win.h 29 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_win.cc 52 gfx::ImageSkia sized_app_icon_skia =
53 gfx::ImageSkia::CreateFrom1xBitmap(*sized_app_icon_bitmap);
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
icons_handler.h 30 static const gfx::ImageSkia& GetDefaultExtensionIcon();
31 static const gfx::ImageSkia& GetDefaultAppIcon();
  /external/chromium_org/ui/base/models/
table_model.h 15 class ImageSkia;
45 virtual gfx::ImageSkia GetIcon(int row);
tree_model.h 14 class ImageSkia;
88 virtual void GetIcons(std::vector<gfx::ImageSkia>* icons) {}
  /external/chromium_org/ui/base/
theme_provider.h 35 class ImageSkia;
55 virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const = 0;
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 14 class ImageSkia;
65 void Draw(gfx::Canvas* canvas, const gfx::ImageSkia& mask_image) const;
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.h 56 gfx::ImageSkia* image_skia);
81 gfx::ImageSkia* images_[PART_COUNT][CustomButton::STATE_COUNT];
  /external/chromium_org/ui/views/examples/
table_example.h 21 class ImageSkia;
45 virtual gfx::ImageSkia GetIcon(int row) OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.h 47 void SetDragImage(const gfx::ImageSkia& image, gfx::Vector2dF offset);
75 gfx::ImageSkia drag_image_;
  /external/chromium_org/chrome/browser/media/
desktop_media_list.h 30 gfx::ImageSkia thumbnail;
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 164 gfx::ImageSkia icon_image();
169 void SetImage(const gfx::ImageSkia& image);
172 const gfx::ImageSkia& image_skia,
192 gfx::ImageSkia icon_image_;
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_linux.cc 19 const gfx::ImageSkia& image,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 51 void SendProfileImage(const gfx::ImageSkia& image, bool should_select);
101 void SetImageFromCamera(const gfx::ImageSkia& photo);
118 gfx::ImageSkia previous_image_;
125 gfx::ImageSkia user_photo_;
  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.h 22 class ImageSkia;
50 const gfx::ImageSkia& image,
80 const gfx::ImageSkia& image,
88 const gfx::ImageSkia& image,

Completed in 562 milliseconds

1 2 34 5 6 7 8 91011>>