Home | History | Annotate | Download | only in rendering

Lines Matching full:focused

634     bool focused = isFocused(o) && o->style()->outlineStyleIsAuto();
635 if (focused != oldFocused)
636 [cell setShowsFirstResponder:focused];