Home | History | Annotate | Download | only in android

Lines Matching refs:appearance

197 bool RenderThemeAndroid::supportsFocus(ControlPart appearance)
199 switch (appearance) {
366 if (o->style()->appearance() == MediaSliderThumbPart) {
488 && style->appearance() != TextFieldPart
489 && style->appearance() != SearchFieldPart
490 && style->appearance() != TextAreaPart
491 && style->appearance() != CheckboxPart
492 && style->appearance() != RadioPart
493 && style->appearance() != PushButtonPart
494 && style->appearance() != SquareButtonPart
495 && style->appearance() != ButtonPart
496 && style->appearance() != ButtonBevelPart
497 && style->appearance() != MenulistPart
498 && style->appearance() != MenulistButtonPart;