Home | History | Annotate | Download | only in rendering

Lines Matching defs:appearance

158 static bool supportsFocus(ControlPart appearance)
160 switch (appearance) {
250 return style->appearance() == ButtonPart
251 || style->appearance() == PushButtonPart;
405 if (o->style()->appearance() == SliderThumbHorizontalPart) {
408 } else if (o->style()->appearance() == SliderThumbVerticalPart) {
537 ControlPart appearance = o->style()->appearance();
541 result = (appearance == TextFieldPart || appearance == TextAreaPart || appearance == SearchFieldPart) ? ETS_READONLY : TS_DISABLED;
545 else if (supportsFocus(appearance) && isFocused(o))
565 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent()))
578 ControlPart part = o->style()->appearance();
605 // Classic theme can't represent indeterminate states. Use unchecked appearance.
615 switch (o->style()->appearance()) {
686 // appearance of select element consistent with other browsers.