HomeSort by relevance Sort by last modified time
    Searched refs:PaddedButton (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/message_center/views/
padded_button.h 21 class PaddedButton : public views::ImageButton {
23 PaddedButton(views::ButtonListener* listener);
24 virtual ~PaddedButton();
34 // will not affect PaddedButton image alignments.
47 DISALLOW_COPY_AND_ASSIGN(PaddedButton);
padded_button.cc 16 PaddedButton::PaddedButton(views::ButtonListener* listener)
25 PaddedButton::~PaddedButton() {
28 void PaddedButton::SetPadding(int horizontal_padding, int vertical_padding) {
35 void PaddedButton::SetNormalImage(int resource_id) {
41 void PaddedButton::SetHoveredImage(int resource_id) {
47 void PaddedButton::SetPressedImage(int resource_id) {
53 gfx::Size PaddedButton::GetPreferredSize() {
58 void PaddedButton::OnPaint(gfx::Canvas* canvas)
    [all...]
notification_view.h 23 class PaddedButton;
101 PaddedButton* expand_button_;
message_view.cc 181 PaddedButton *close = new PaddedButton(this);
notification_view.cc 454 expand_button_ = new PaddedButton(this);

Completed in 870 milliseconds