HomeSort by relevance Sort by last modified time
    Searched refs:GetImage (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.h 20 NSImage* GetImage();
bubble_decoration.h 25 NSImage* GetImage();
  /external/chromium_org/ui/views/controls/button/
image_button_unittest.cc 87 EXPECT_TRUE(button.GetImage(Button::STATE_NORMAL).isNull());
88 EXPECT_TRUE(button.GetImage(Button::STATE_HOVERED).isNull());
89 EXPECT_TRUE(button.GetImage(Button::STATE_PRESSED).isNull());
90 EXPECT_TRUE(button.GetImage(Button::STATE_DISABLED).isNull());
98 button.GetImage(Button::STATE_NORMAL).BackedBySameObjectAs(image1));
100 button.GetImage(Button::STATE_HOVERED).BackedBySameObjectAs(image2));
101 EXPECT_TRUE(button.GetImage(Button::STATE_PRESSED).isNull());
102 EXPECT_TRUE(button.GetImage(Button::STATE_DISABLED).isNull());
106 EXPECT_TRUE(button.GetImage(Button::STATE_NORMAL).isNull());
checkbox.h 40 virtual const gfx::ImageSkia& GetImage(ButtonState for_state) OVERRIDE;
image_button.h 39 virtual const gfx::ImageSkia& GetImage(ButtonState state) const;
122 virtual const gfx::ImageSkia& GetImage(ButtonState state) const OVERRIDE;
label_button_unittest.cc 32 EXPECT_TRUE(button.GetImage(Button::STATE_NORMAL).isNull());
33 EXPECT_TRUE(button.GetImage(Button::STATE_HOVERED).isNull());
34 EXPECT_TRUE(button.GetImage(Button::STATE_PRESSED).isNull());
35 EXPECT_TRUE(button.GetImage(Button::STATE_DISABLED).isNull());
label_button.h 29 // GetImage returns the image for STATE_NORMAL if the state's image is empty.
30 virtual const gfx::ImageSkia& GetImage(ButtonState for_state);
image_button.cc 36 const gfx::ImageSkia& ImageButton::GetImage(ButtonState state) const {
189 const gfx::ImageSkia& ToggleImageButton::GetImage(ButtonState state) const {
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
image_decoration.h 19 NSImage* GetImage();
bubble_decoration.h 23 NSImage* GetImage();
button_decoration.h 50 NSImage* GetImage();
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 32 const SkBitmap& image = image_view()->GetImage();
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 71 if (GetImage().isNull())
75 if (GetImage().size() == widget_size_) {
76 canvas->DrawImageInt(GetImage(), 0, 0);
90 gfx::ImageSkiaRep image_rep = GetImage().GetRepresentation(
  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.h 57 const SkBitmap& GetImage() const;
take_photo_view.cc 255 const SkBitmap& TakePhotoView::GetImage() const {
256 return user_image_->GetImage();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 36 const gfx::ImageSkia& image = image_view()->GetImage();
  /external/chromium/chrome/browser/history/
top_sites_cache.h 41 Images* GetImage(const GURL& url);
top_sites_cache.cc 35 Images* TopSitesCache::GetImage(const GURL& url) {
  /external/chromium_org/chrome/browser/history/
top_sites_cache.h 32 Images* GetImage(const GURL& url);
top_sites_cache.cc 27 Images* TopSitesCache::GetImage(const GURL& url) {
  /external/chromium_org/ui/views/controls/
image_view.h 48 const gfx::ImageSkia& GetImage();
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 26 GdkPixbuf* GetImage(int resource_id) {
61 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(GetImage(normal_id_));
62 surfaces_[GTK_STATE_ACTIVE]->UsePixbuf(GetImage(pressed_id_));
63 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(GetImage(hover_id_));
65 surfaces_[GTK_STATE_INSENSITIVE]->UsePixbuf(GetImage(disabled_id_));
password_generation_bubble_gtk.cc 32 GdkPixbuf* GetImage(int resource_id) {
73 GTK_ENTRY(text_field_), GTK_ENTRY_ICON_SECONDARY, GetImage(IDR_RELOAD));
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc 65 const SkBitmap& image = take_photo_view_->GetImage();
  /external/chromium_org/ash/system/tray/
tray_notification_view.cc 90 return icon_->GetImage();

Completed in 1618 milliseconds

1 2