Home | History | Annotate | Download | only in android

Lines Matching refs:appearance

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