Home | History | Annotate | Download | only in style

Lines Matching refs:noninherited_flags

148     , noninherited_flags(o.noninherited_flags)
171 noninherited_flags == o.noninherited_flags &&
199 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
206 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
303 if (box->vertical_align != other->box->vertical_align || noninherited_flags._vertical_align != other->noninherited_flags._vertical_align)
392 noninherited_flags._position != other->noninherited_flags._position ||
393 noninherited_flags._floating != other->noninherited_flags._floating ||
394 noninherited_flags._originalDisplay != other->noninherited_flags._originalDisplay)
398 if (((int)noninherited_flags._effectiveDisplay) >= TABLE) {
402 noninherited_flags._table_layout != other->noninherited_flags._table_layout)
419 if (noninherited_flags._effectiveDisplay == LIST_ITEM) {
429 noninherited_flags._clear != other->noninherited_flags._clear)
433 if (noninherited_flags._overflowX != other->noninherited_flags._overflowX ||
434 noninherited_flags._overflowY != other->noninherited_flags._overflowY)