Searched refs:kTypeCheckbox (Results 1 – 4 of 4) sorted by relevance
33 const char kTypeCheckbox[] = "checkbox"; variable
37 extern const char kTypeCheckbox[];
98 return keys::kTypeCheckbox; in type()
179 } else if (control_info->type() == keys::kTypeCheckbox) { in DescribeControl()