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
30
EXPECT_TRUE(button.
GetImageToPaint
().isNull());
44
EXPECT_FALSE(button.
GetImageToPaint
().isNull());
45
EXPECT_EQ(10, button.
GetImageToPaint
().width());
46
EXPECT_EQ(20, button.
GetImageToPaint
().height());
60
EXPECT_FALSE(button.
GetImageToPaint
().isNull());
61
EXPECT_EQ(10, button.
GetImageToPaint
().width());
62
EXPECT_EQ(20, button.
GetImageToPaint
().height());
75
EXPECT_FALSE(button.
GetImageToPaint
().isNull());
76
EXPECT_EQ(10, button.
GetImageToPaint
().width());
77
EXPECT_EQ(20, button.
GetImageToPaint
().height())
[
all
...]
image_button.h
87
virtual gfx::ImageSkia
GetImageToPaint
();
image_button.cc
105
gfx::ImageSkia img =
GetImageToPaint
();
142
gfx::ImageSkia ImageButton::
GetImageToPaint
() {
text_button.cc
680
const gfx::ImageSkia& icon =
GetImageToPaint
();
726
const gfx::ImageSkia& icon =
GetImageToPaint
();
744
const gfx::ImageSkia& TextButton::
GetImageToPaint
() const {
text_button.h
353
virtual const gfx::ImageSkia&
GetImageToPaint
() const;
/external/chromium_org/ui/message_center/views/
padded_button.cc
63
gfx::ImageSkia image =
GetImageToPaint
();
Completed in 99 milliseconds