Home | History | Annotate | Download | only in rendering

Lines Matching refs:appearance

137 static bool supportsFocus(ControlPart appearance)
139 switch (appearance) {
177 return style->appearance() == ButtonPart
178 || style->appearance() == PushButtonPart
179 || style->appearance() == SquareButtonPart;
282 if (style->appearance() == SliderThumbHorizontalPart) {
285 } else if (style->appearance() == SliderThumbVerticalPart) {
414 ControlPart appearance = o->style()->appearance();
418 result = (appearance == TextFieldPart || appearance == TextAreaPart || appearance == SearchFieldPart) ? ETS_READONLY : TS_DISABLED;
422 else if (supportsFocus(appearance) && isFocused(o))
442 else if (supportsFocus(o->style()->appearance()) && isFocused(o))
455 ControlPart part = o->style()->appearance();
482 // Classic theme can't represent indeterminate states. Use unchecked appearance.
492 switch (o->style()->appearance()) {
563 // appearance of select element consistent with other browsers.
659 ControlPart part = style->appearance();