Searched
refs:ImageSkia (Results
351 -
375 of
537) sorted by null
<<11121314151617181920>>
/external/chromium_org/ui/message_center/views/ |
notification_button.cc | 39 void NotificationButton::SetIcon(const gfx::ImageSkia& image) {
|
/external/chromium_org/ui/oak/ |
oak_window.cc | 60 gfx::ImageSkia OakWindow::GetWindowIcon() {
|
/external/chromium_org/ui/views/controls/ |
throbber.cc | 57 void Throbber::SetFrames(const gfx::ImageSkia* frames) {
|
/external/chromium_org/ash/system/tray/ |
hover_highlight_view.cc | 46 void HoverHighlightView::AddIconAndLabel(const gfx::ImageSkia& image, 100 const gfx::ImageSkia* check =
|
system_tray_delegate.h | 36 gfx::ImageSkia image;
|
/external/chromium_org/chrome/browser/history/ |
select_favicon_frames.cc | 203 gfx::ImageSkia SelectFaviconFrames( 213 gfx::ImageSkia multi_image;
|
/external/chromium_org/chrome/browser/thumbnails/ |
simple_thumbnail_crop.cc | 134 copy_size, gfx::ImageSkia::GetMaxSupportedScale())); 187 float max_scale_factor = gfx::ImageSkia::GetMaxSupportedScale();
|
/external/chromium_org/chrome/browser/ui/app_list/ |
extension_app_model_builder.cc | 105 gfx::ImageSkia(), 146 gfx::ImageSkia(),
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
extension_infobar_gtk.cc | 152 const gfx::ImageSkia* icon = NULL; 161 gfx::ImageSkia* drop_image = rb.GetImageSkiaNamed(IDR_APP_DROPARROW);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
speech_recognition_bubble_gtk.cc | 255 gfx::ImageSkia* volume = ResourceBundle::GetSharedInstance(). 277 gfx::ImageSkia image = icon_image();
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
native_app_window_views.h | 133 virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE; 134 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_uninstall_dialog_view.cc | 74 gfx::ImageSkia* icon); 157 gfx::ImageSkia* icon)
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.h | 133 virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE; 134 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_aura.cc | 54 gfx::ImageSkia image = gfx::ImageSkia(gfx::ImageSkiaRep(bitmap_,
|
/external/chromium_org/ui/views/controls/combobox/ |
combobox.cc | 184 std::vector<const gfx::ImageSkia*> GetMenuButtonImages( 190 std::vector<const gfx::ImageSkia*> images; 201 const gfx::ImageSkia& top_image, 202 const gfx::ImageSkia& center_image, 203 const gfx::ImageSkia& bottom_image, 222 const std::vector<const gfx::ImageSkia*>& arrow_button_images, 682 const std::vector<const gfx::ImageSkia*>& arrow_button_images = 721 const std::vector<const gfx::ImageSkia*>& arrow_button_hovered_images =
|
/external/chromium_org/ui/views/examples/ |
button_example.cc | 104 text_button_->SetIcon(gfx::ImageSkia()); 156 *icon_ : gfx::ImageSkia());
|
/external/chromium_org/ui/views/widget/ |
native_widget_aura.h | 83 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon, 84 const gfx::ImageSkia& app_icon) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_private_api.cc | 354 const gfx::ImageSkia& wallpaper) { 403 const gfx::ImageSkia& wallpaper) { 425 scoped_ptr<gfx::ImageSkia> deep_copy(wallpaper_.DeepCopy()); 426 // ImageSkia is not RefCountedThreadSafe. Use a deep copied ImageSkia if 459 scoped_ptr<gfx::ImageSkia> wallpaper) { 527 const gfx::ImageSkia& wallpaper) { 556 scoped_ptr<gfx::ImageSkia> deep_copy(wallpaper.DeepCopy()); 569 const base::FilePath& thumbnail_path, scoped_ptr<gfx::ImageSkia> image) {
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_delegate.cc | 449 gfx::ImageSkia* folder_icon = rb->GetImageSkiaNamed(IDR_BOOKMARK_BAR_FOLDER); 475 const gfx::ImageSkia* icon = image.IsEmpty() ? 480 gfx::ImageSkia* folder_icon =
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.h | 227 gfx::ImageSkia GetOTRAvatarIcon() const; 404 virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE; 405 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
opaque_browser_frame_view_layout_unittest.cc | 101 virtual gfx::ImageSkia GetOTRAvatarIcon() const OVERRIDE { 106 gfx::ImageSkia image(rep); 196 gfx::ImageSkia image(rep);
|
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.h | 35 class ImageSkia; 191 void SetWindowIcons(const gfx::ImageSkia& window_icon, 192 const gfx::ImageSkia& app_icon);
|
/external/chromium_org/ash/drag_drop/ |
drag_image_view.cc | 111 // |widget_size_| is in DIP. ImageSkia::size() also returns the size in DIP. 130 gfx::ImageSkia image_skia(gfx::ImageSkiaRep(scaled, device_scale));
|
/external/chromium_org/ash/shelf/ |
shelf_button.cc | 258 void ShelfButton::SetShadowedImage(const gfx::ImageSkia& image) { 263 void ShelfButton::SetImage(const gfx::ImageSkia& image) { 295 const gfx::ImageSkia& ShelfButton::GetImage() const { 564 const gfx::ImageSkia* image = rb.GetImageNamed(bar_id).ToImageSkia();
|
/external/chromium_org/ash/shell/ |
window_watcher.cc | 116 item.image = gfx::ImageSkia(gfx::ImageSkiaRep(icon_bitmap, 1.0f));
|
Completed in 866 milliseconds
<<11121314151617181920>>