Searched refs:GetImageToPaint (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dimage_button_unittest.cc30 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());
H A Dimage_button.h83 virtual gfx::ImageSkia GetImageToPaint();
H A Dimage_button.cc97 gfx::ImageSkia img = GetImageToPaint();
131 gfx::ImageSkia ImageButton::GetImageToPaint() { function in class:views::ImageButton
H A Dtext_button.cc642 const gfx::ImageSkia& icon = GetImageToPaint();
701 const gfx::ImageSkia& icon = GetImageToPaint();
719 const gfx::ImageSkia& TextButton::GetImageToPaint() const { function in class:views::TextButton
H A Dtext_button.h343 virtual const gfx::ImageSkia& GetImageToPaint() const;
/external/chromium_org/ui/message_center/views/
H A Dpadded_button.cc63 gfx::ImageSkia image = GetImageToPaint();

Completed in 232 milliseconds