Home | History | Annotate | Download | only in login

Lines Matching full:button

18 #include "views/controls/button/menu_button.h"
19 #include "views/controls/button/native_button.h"
174 void CorrectMenuButtonFontSize(views::MenuButton* button) {
175 if (button)
176 button->SetFont(button->font().DeriveFont(kFontSizeCorrectionDelta));
179 void CorrectNativeButtonFontSize(views::NativeButton* button) {
180 if (button)
181 button->set_font(button->font().DeriveFont(kFontSizeCorrectionDelta));