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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 88 button_icon_ = gfx::ImageSkia();
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 62 static gfx::ImageSkia* kDownloadImage = NULL;
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 59 virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE;
browser_non_client_frame_view_ash.h 64 virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_test_util_views.cc 50 gfx::ImageSkia icon = GetContainer(browser_)->GetBrowserActionViewAt(index)->
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.h 76 const gfx::ImageSkia& image,
  /external/chromium_org/content/test/
test_web_contents_view.cc 27 const gfx::ImageSkia& image,
test_web_contents_view.h 30 const gfx::ImageSkia& image,
  /external/chromium_org/ui/app_list/
app_list_item_model.cc 22 void AppListItemModel::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 50 gfx::ImageSkia GetDragImage();
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 59 void SetDragImageOnDataObject(const gfx::ImageSkia& image_skia,
os_exchange_data_provider_win.h 185 virtual void SetDragImage(const gfx::ImageSkia& image,
187 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
197 gfx::ImageSkia drag_image_;
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_api.cc 117 const gfx::ImageSkia& wallpaper) {
147 scoped_ptr<gfx::ImageSkia> deep_copy(wallpaper.DeepCopy());
160 const base::FilePath& thumbnail_path, scoped_ptr<gfx::ImageSkia> image) {
  /external/chromium_org/chrome/browser/task_manager/
panel_resource_provider.cc 41 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
94 gfx::ImageSkia PanelResource::GetIcon() const {
96 return icon.IsEmpty() ? gfx::ImageSkia() : *icon.ToImageSkia();
  /external/chromium_org/content/public/browser/
content_browser_client.cc 108 gfx::ImageSkia* ContentBrowserClient::GetDefaultFavicon() {
109 static gfx::ImageSkia* empty = new gfx::ImageSkia();
  /external/chromium_org/ui/gfx/
canvas.cc 55 DrawImageInt(ImageSkia(image_rep), 0, 0);
351 void Canvas::DrawImageInt(const ImageSkia& image, int x, int y) {
356 void Canvas::DrawImageInt(const ImageSkia& image, int x, int y, uint8 a) {
362 void Canvas::DrawImageInt(const ImageSkia& image,
382 void Canvas::DrawImageInt(const ImageSkia& image,
397 void Canvas::DrawImageInt(const ImageSkia& image,
467 void Canvas::DrawImageInPath(const ImageSkia& image,
546 void Canvas::TileImageInt(const ImageSkia& image,
554 void Canvas::TileImageInt(const ImageSkia& image,
564 void Canvas::TileImageInt(const ImageSkia& image
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 335 gfx::ImageSkia closed_icon_;
336 gfx::ImageSkia open_icon_;
339 std::vector<gfx::ImageSkia> icons_;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h 25 class ImageSkia;
123 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
124 const gfx::ImageSkia& app_icon) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 41 virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE;
42 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
80 gfx::ImageSkia PanelStackWindow::GetWindowAppIcon() {
86 return gfx::ImageSkia();
89 gfx::ImageSkia PanelStackWindow::GetWindowIcon() {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc 197 user_photo_ = gfx::ImageSkia();
262 void ChangePictureOptionsHandler::SendProfileImage(const gfx::ImageSkia& image,
372 const gfx::ImageSkia& photo) {
410 SendProfileImage(*content::Details<const gfx::ImageSkia>(details).ptr(),
431 user_photo_ = gfx::ImageSkia::CreateFrom1xBitmap(decoded_image);
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 33 gfx::ImageSkia left_arrow;
34 gfx::ImageSkia top_arrow;
35 gfx::ImageSkia right_arrow;
36 gfx::ImageSkia bottom_arrow;
289 gfx::ImageSkia* BubbleBorder::GetArrowImage() const {
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 231 const gfx::ImageSkia& icon,
277 gfx::ImageSkia(), type, ui::NORMAL_SEPARATOR);
283 gfx::ImageSkia(), SUBMENU, ui::NORMAL_SEPARATOR);
288 const gfx::ImageSkia& icon) {
303 AppendMenuItemImpl(0, string16(), string16(), string16(), gfx::ImageSkia(),
309 const gfx::ImageSkia& icon) {
319 const gfx::ImageSkia& icon,
367 void MenuItemView::SetIcon(const gfx::ImageSkia& icon, int item_id) {
373 void MenuItemView::SetIcon(const gfx::ImageSkia& icon) {
771 gfx::ImageSkia check = GetMenuCheckImage(IsSelected())
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 138 gfx::ImageSkia CreateImage(int width, int height) {
142 gfx::ImageSkia image = gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
158 bool ImageIsNearColor(gfx::ImageSkia image, SkColor expected_color) {
443 gfx::ImageSkia image = CreateImage(640, 480);
606 gfx::ImageSkia image = CreateImage(640, 480);
614 gfx::ImageSkia resized_image = controller_->GetWallpaper();
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 443 const gfx::ImageSkia* src_image = image.ToImageSkia();
476 explicit ThemeImageSource(const gfx::ImageSkia& source) : source_(source) {
492 const gfx::ImageSkia source_;
585 TabBackgroundImageSource(const gfx::ImageSkia& image_to_tint,
586 const gfx::ImageSkia& overlay,
601 gfx::ImageSkia bg_tint =
615 const gfx::ImageSkia image_to_tint_;
616 const gfx::ImageSkia overlay_;
667 gfx::ImageSkia* image_skia =
668 const_cast<gfx::ImageSkia*>(it->second.ToImageSkia())
    [all...]
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 172 const gfx::ImageSkia* leading = leading_images_[orientation][state];
173 const gfx::ImageSkia* middle = middle_images_[orientation][state];
174 const gfx::ImageSkia* trailing = trailing_images_[orientation][state];
236 const gfx::ImageSkia* leading_images_[kNumOrientations][kNumStates];
237 const gfx::ImageSkia* middle_images_[kNumOrientations][kNumStates];
238 const gfx::ImageSkia* trailing_images_[kNumOrientations][kNumStates];

Completed in 4729 milliseconds

<<11121314151617181920>>