PaddedButton       66 ui/message_center/views/message_view.cc   PaddedButton *close = new PaddedButton(this);
PaddedButton       23 ui/message_center/views/notification_view.h class PaddedButton;
PaddedButton       16 ui/message_center/views/padded_button.cc PaddedButton::PaddedButton(views::ButtonListener* listener)
PaddedButton       25 ui/message_center/views/padded_button.cc PaddedButton::~PaddedButton() {
PaddedButton       28 ui/message_center/views/padded_button.cc void PaddedButton::SetPadding(int horizontal_padding, int vertical_padding) {
PaddedButton       35 ui/message_center/views/padded_button.cc void PaddedButton::SetNormalImage(int resource_id) {
PaddedButton       41 ui/message_center/views/padded_button.cc void PaddedButton::SetHoveredImage(int resource_id) {
PaddedButton       47 ui/message_center/views/padded_button.cc void PaddedButton::SetPressedImage(int resource_id) {
PaddedButton       53 ui/message_center/views/padded_button.cc gfx::Size PaddedButton::GetPreferredSize() {
PaddedButton       58 ui/message_center/views/padded_button.cc void PaddedButton::OnPaint(gfx::Canvas* canvas) {
PaddedButton       73 ui/message_center/views/padded_button.cc void PaddedButton::OnFocus() {
PaddedButton       78 ui/message_center/views/padded_button.cc gfx::Point PaddedButton::ComputePaddedImagePaintPosition(
PaddedButton       21 ui/message_center/views/padded_button.h class PaddedButton : public views::ImageButton {
PaddedButton       23 ui/message_center/views/padded_button.h   PaddedButton(views::ButtonListener* listener);
PaddedButton       24 ui/message_center/views/padded_button.h   virtual ~PaddedButton();
PaddedButton       47 ui/message_center/views/padded_button.h   DISALLOW_COPY_AND_ASSIGN(PaddedButton);