Searched defs:ImageButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dimage_button.cc21 const char ImageButton::kViewClassName[] = "ImageButton";
24 // ImageButton, public:
26 ImageButton::ImageButton(ButtonListener* listener) function in class:views::ImageButton
39 ImageButton::~ImageButton() {
42 const gfx::ImageSkia& ImageButton::GetImage(ButtonState state) const {
46 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) {
51 void ImageButton
[all...]
H A Dimage_button.h24 class VIEWS_EXPORT ImageButton : public CustomButton { class in namespace:views
40 explicit ImageButton(ButtonListener* listener);
41 virtual ~ImageButton();
124 DISALLOW_COPY_AND_ASSIGN(ImageButton);
131 // A toggle-able ImageButton. It swaps out its graphics when toggled.
134 class VIEWS_EXPORT ToggleImageButton : public ImageButton {
142 // Like ImageButton::SetImage(), but to set the graphics used for the
150 // Overridden from ImageButton:

Completed in 50 milliseconds