Home | History | Annotate | Download | only in rendering

Lines Matching refs:appearance

118 static bool supportsFocus(ControlPart appearance)
120 switch (appearance) {
210 return style->appearance() == ButtonPart
211 || style->appearance() == PushButtonPart;
365 if (o->style()->appearance() == SliderThumbHorizontalPart) {
368 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
491 ControlPart appearance = o->style()->appearance();
494 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
498 else if (supportsFocus(appearance) && isFocused(o))
512 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent()))
525 ControlPart part = o->style()->appearance();
560 switch (o->style()->appearance()) {
626 // appearance of select element consistent with other browsers.