Home | History | Annotate | Download | only in style

Lines Matching refs:affectedByFocus

222                 && affectedByFocus == other.affectedByFocus
268 unsigned affectedByFocus : 1;
322 noninherited_flags.affectedByFocus = false;
369 bool affectedByFocus() const { return noninherited_flags.affectedByFocus; }
374 void setAffectedByFocus() { noninherited_flags.affectedByFocus = true; }