Home | History | Annotate | Download | only in rendering

Lines Matching full:focused

563     bool focused = isFocused(o) && o->style()->outlineStyleIsAuto();
564 if (focused != oldFocused)
565 [cell setShowsFirstResponder:focused];