Home | History | Annotate | Download | only in rendering

Lines Matching defs:appearance

380 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
382 switch (appearance) {
394 return supportsFocus(style->appearance());
400 switch (o->style()->appearance()) {
412 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
447 ControlPart appearance = o->style()->appearance();
450 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
454 else if (supportsFocus(appearance) && isFocused(o))
468 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent()))
484 else if (supportsFocus(o->style()->appearance()) && isFocused(o))
509 switch (o->style()->appearance()) {
560 switch (o->style()->appearance()) {
638 } else if ((o->style()->appearance() == SliderThumbHorizontalPart ||
639 o->style()->appearance() == SliderThumbVerticalPart) &&
665 if (o->style()->appearance() == DefaultButtonPart) {
815 if (o->style()->appearance() == SliderHorizontalPart) {
818 } else if (o->style()->appearance() == SliderVerticalPart) {
838 ControlPart part = o->style()->appearance();