Home | History | Annotate | Download | only in rendering

Lines Matching refs:appearance

353 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
355 switch (appearance) {
367 return supportsFocus(style->appearance());
373 switch (o->style()->appearance()) {
385 state = (o->style()->appearance() == RadioPart) ? DFCS_BUTTONRADIO : DFCS_BUTTONCHECK;
408 ControlPart appearance = o->style()->appearance();
411 else if (isReadOnlyControl(o) && (TextFieldPart == appearance || TextAreaPart == appearance || SearchFieldPart == appearance))
415 else if (supportsFocus(appearance) && isFocused(o))
429 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent()))
445 else if (supportsFocus(o->style()->appearance()) && isFocused(o))
457 switch (o->style()->appearance()) {
504 switch (o->style()->appearance()) {
575 } else if ((o->style()->appearance() == SliderThumbHorizontalPart ||
576 o->style()->appearance() == SliderThumbVerticalPart) &&
602 if (o->style()->appearance() == DefaultButtonPart) {
728 if (o->style()->appearance() == SliderHorizontalPart) {
731 } else if (o->style()->appearance() == SliderVerticalPart) {
751 if (o->style()->appearance() == SliderThumbVerticalPart) {
754 } else if (o->style()->appearance() == SliderThumbHorizontalPart) {
759 else if (o->style()->appearance() == MediaSliderThumbPart)