Home | History | Annotate | Download | only in button

Lines Matching defs:Checkbox

5 #include "ui/views/controls/button/checkbox.h"
16 const char Checkbox::kViewClassName[] = "Checkbox";
18 Checkbox::Checkbox(const base::string16& label)
68 // Limit the checkbox height to match the legacy appearance.
73 Checkbox::~Checkbox() {
76 void Checkbox::SetChecked(bool checked) {
81 void Checkbox::Layout() {
93 const char* Checkbox::GetClassName() const {
97 void Checkbox::GetAccessibleState(ui::AXViewState* state) {
104 void Checkbox::OnFocus() {
109 void Checkbox::OnBlur() {
114 const gfx::ImageSkia& Checkbox::GetImage(ButtonState for_state) {
123 void Checkbox::SetCustomImage(bool checked,
133 void Checkbox::NotifyClick(const ui::Event& event) {
138 ui::NativeTheme::Part Checkbox::GetThemePart() const {
142 void Checkbox::GetExtraParams(ui::NativeTheme::ExtraParams* params) const {