OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImage
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.h
20
NSImage*
GetImage
();
bubble_decoration.h
25
NSImage*
GetImage
();
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
image_decoration.h
19
NSImage*
GetImage
();
bubble_decoration.h
24
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/ui/views/controls/button/
image_button_unittest.cc
88
EXPECT_TRUE(button.
GetImage
(Button::STATE_NORMAL).isNull());
89
EXPECT_TRUE(button.
GetImage
(Button::STATE_HOVERED).isNull());
90
EXPECT_TRUE(button.
GetImage
(Button::STATE_PRESSED).isNull());
91
EXPECT_TRUE(button.
GetImage
(Button::STATE_DISABLED).isNull());
99
button.
GetImage
(Button::STATE_NORMAL).BackedBySameObjectAs(image1));
101
button.
GetImage
(Button::STATE_HOVERED).BackedBySameObjectAs(image2));
102
EXPECT_TRUE(button.
GetImage
(Button::STATE_PRESSED).isNull());
103
EXPECT_TRUE(button.
GetImage
(Button::STATE_DISABLED).isNull());
107
EXPECT_TRUE(button.
GetImage
(Button::STATE_NORMAL).isNull());
checkbox.h
40
virtual const gfx::ImageSkia&
GetImage
(ButtonState for_state) OVERRIDE;
image_button.h
44
virtual const gfx::ImageSkia&
GetImage
(ButtonState state) const;
151
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
35
//
GetImage
returns the image for STATE_NORMAL if the state's image is empty.
36
virtual const gfx::ImageSkia&
GetImage
(ButtonState for_state);
image_button.cc
42
const gfx::ImageSkia& ImageButton::
GetImage
(ButtonState state) const {
230
const gfx::ImageSkia& ToggleImageButton::
GetImage
(ButtonState state) const {
/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/ash/drag_drop/
drag_image_view.cc
108
if (
GetImage
().isNull())
112
if (
GetImage
().size() == widget_size_) {
113
canvas->DrawImageInt(
GetImage
(), 0, 0);
124
gfx::ImageSkiaRep image_rep =
GetImage
().GetRepresentation(device_scale);
/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/ui/views/controls/
image_view.h
50
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_org/chrome/browser/history/
top_sites_cache.h
56
Images*
GetImage
(const GURL& url);
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view_unittest.cc
100
gfx::ImageSkia actual_normal = button->
GetImage
(Button::STATE_NORMAL);
101
gfx::ImageSkia actual_hovered = button->
GetImage
(Button::STATE_HOVERED);
102
gfx::ImageSkia actual_pressed = button->
GetImage
(Button::STATE_PRESSED);
/external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.cc
65
const SkBitmap& image = take_photo_view_->
GetImage
();
/external/chromium_org/ash/shelf/
shelf_button.h
51
const gfx::ImageSkia&
GetImage
() const;
/external/chromium_org/ash/system/tray/
tray_notification_view.cc
91
return icon_->
GetImage
();
Completed in 1193 milliseconds
1
2
3