OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetImageToPaint
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/controls/button/
image_button_unittest.cc
29
EXPECT_TRUE(button.
GetImageToPaint
().isNull());
43
EXPECT_FALSE(button.
GetImageToPaint
().isNull());
44
EXPECT_EQ(10, button.
GetImageToPaint
().width());
45
EXPECT_EQ(20, button.
GetImageToPaint
().height());
59
EXPECT_FALSE(button.
GetImageToPaint
().isNull());
60
EXPECT_EQ(10, button.
GetImageToPaint
().width());
61
EXPECT_EQ(20, button.
GetImageToPaint
().height());
74
EXPECT_FALSE(button.
GetImageToPaint
().isNull());
75
EXPECT_EQ(10, button.
GetImageToPaint
().width());
76
EXPECT_EQ(20, button.
GetImageToPaint
().height())
[
all
...]
image_button.h
70
virtual gfx::ImageSkia
GetImageToPaint
();
image_button.cc
91
gfx::ImageSkia img =
GetImageToPaint
();
109
gfx::ImageSkia ImageButton::
GetImageToPaint
() {
text_button.cc
670
const gfx::ImageSkia& icon =
GetImageToPaint
();
716
const gfx::ImageSkia& icon =
GetImageToPaint
();
734
const gfx::ImageSkia& TextButton::
GetImageToPaint
() const {
text_button.h
368
virtual const gfx::ImageSkia&
GetImageToPaint
() const;
/external/chromium_org/ui/message_center/views/
message_view.cc
122
gfx::ImageSkia image =
GetImageToPaint
();
Completed in 1381 milliseconds