Home | History | Annotate | Download | only in style

Lines Matching refs:noninherited_flags

157     , noninherited_flags(o.noninherited_flags)
180 && noninherited_flags == o.noninherited_flags
206 return PUBLIC_PSEUDOID_MASK & noninherited_flags._pseudoBits;
213 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
220 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
327 if (m_box->verticalAlign() != other->m_box->verticalAlign() || noninherited_flags._vertical_align != other->noninherited_flags._vertical_align)
425 || noninherited_flags._position != other->noninherited_flags._position
426 || noninherited_flags._floating != other->noninherited_flags._floating
427 || noninherited_flags._originalDisplay != other->noninherited_flags._originalDisplay)
431 if (((int)noninherited_flags
435 || noninherited_flags._table_layout != other->noninherited_flags._table_layout)
452 if (noninherited_flags._effectiveDisplay == LIST_ITEM) {
462 || noninherited_flags._clear != other->noninherited_flags._clear
463 || noninherited_flags._unicodeBidi != other->noninherited_flags._unicodeBidi)
475 if (noninherited_flags._overflowX != other->noninherited_flags._overflowX
476 || noninherited_flags._overflowY != other->noninherited_flags._overflowY)