Home | History | Annotate | Download | only in rendering

Lines Matching defs:supportsFocus

353 bool RenderThemeWin::supportsFocus(ControlPart appearance) const
367 return supportsFocus(style->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))