Home | History | Annotate | Download | only in style

Lines Matching refs:inherited

80     , inherited(defaultStyle()->inherited)
115 inherited.init();
143 , inherited(o.inherited)
155 inherited = inheritParent->inherited;
178 inherited == o.inherited
238 inherited != other->inherited ||
383 if (inherited->indent != other->inherited->indent ||
384 inherited->line_height != other->inherited->line_height ||
385 inherited->list_style_image != other->inherited->list_style_image ||
386 inherited->font != other->inherited->font ||
387 inherited->horizontal_border_spacing != other->inherited->horizontal_border_spacing ||
388 inherited->vertical_border_spacing != other->inherited->vertical_border_spacing ||
454 if (inherited->m_effectiveZoom != other->inherited->m_effectiveZoom)
496 if (inherited->color != other->inherited->color ||
544 if (!inherited.access()->cursorData)
545 inherited.access()->cursorData = CursorList::create();
546 inherited.access()->cursorData->append(data);
551 inherited.access()->cursorData = other;
556 if (inherited->cursorData)
557 inherited.access()->cursorData = 0;