Home | History | Annotate | Download | only in style

Lines Matching refs:inherited_flags

147     , inherited_flags(o.inherited_flags)
156 inherited_flags = inheritParent->inherited_flags;
170 return inherited_flags == o.inherited_flags &&
237 return inherited_flags != other->inherited_flags ||
389 inherited_flags._box_direction != other->inherited_flags._box_direction ||
390 inherited_flags._visuallyOrdered != other->inherited_flags._visuallyOrdered ||
391 inherited_flags._htmlHacks != other->inherited_flags._htmlHacks ||
399 if (inherited_flags._border_collapse != other->inherited_flags._border_collapse ||
400 inherited_flags._empty_cells != other->inherited_flags._empty_cells ||
401 inherited_flags._caption_side != other->inherited_flags._caption_side ||
407 if (inherited_flags._border_collapse &&
420 if (inherited_flags._list_style_type != other->inherited_flags._list_style_type ||
421 inherited_flags._list_style_position != other->inherited_flags._list_style_position)
425 if (inherited_flags._text_align != other->inherited_flags._text_align ||
426 inherited_flags._text_transform != other->inherited_flags._text_transform ||
427 inherited_flags._direction != other->inherited_flags._direction ||
428 inherited_flags._white_space != other->inherited_flags._white_space ||
497 inherited_flags._visibility != other->inherited_flags._visibility ||
498 inherited_flags._text_decorations != other->inherited_flags._text_decorations ||
499 inherited_flags._force_backgrounds_to_white != other->inherited_flags._force_backgrounds_to_white ||