Home | History | Annotate | Download | only in resolver

Lines Matching defs:parentStyle

104     RenderStyle* parentStyle = state.parentStyle();
105 if (!parentStyle->hasClip())
107 state.style()->setClip(parentStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft());
139 state.style()->setCursor(state.parentStyle()->cursor());
140 state.style()->setCursorList(state.parentStyle()->cursors());
187 EDisplay display = state.parentStyle()->display();
233 state.fontBuilder().setFontSizeValue(value, state.parentStyle(), state.rootElementStyle(), state.style()->effectiveZoom());
308 state.style()->setOutlineStyleIsAuto(state.parentStyle()->outlineStyleIsAuto());
309 state.style()->setOutlineStyle(state.parentStyle()->outlineStyle());
498 else if (state.parentStyle()->textAlign() == TASTART)
499 state.style()->setTextAlign(state.parentStyle()->isLeftToRightDirection() ? LEFT : RIGHT);
500 else if (state.parentStyle()->textAlign() == TAEND)
501 state.style()->setTextAlign(state.parentStyle()->isLeftToRightDirection() ? RIGHT : LEFT);
503 state.style()->setTextAlign(state.parentStyle()->textAlign());
518 state.style()->setTextIndent(state.parentStyle()->textIndent());
520 state.style()->setTextIndentLine(state.parentStyle()->textIndentLine());
575 state.setEffectiveZoom(state.parentStyle() ? state.parentStyle()->effectiveZoom() : RenderStyle::initialZoom());
587 state.setZoom(state.parentStyle()->zoom());
625 if (!state.parentStyle()->hasAspectRatio())
628 state.style()->setAspectRatioDenominator(state.parentStyle()->aspectRatioDenominator());
629 state.style()->setAspectRatioNumerator(state.parentStyle()->aspectRatioNumerator());
758 state.style()->setTextEmphasisFill(state.parentStyle()->textEmphasisFill());
759 state.style()->setTextEmphasisMark(state.parentStyle()->textEmphasisMark());
760 state.style()->setTextEmphasisCustomMark(state.parentStyle()->textEmphasisCustomMark());
908 state.style()->set##Prop(state.parentStyle()->prop()); \
921 state.style()->accessSVGStyle()->set##Prop(state.parentStyle()->svgStyle()->prop()); \
1234 ASSERT(!isInherit || (state.parentNode() && state.parentStyle())); // isInherit -> (state.parentNode() && state.parentStyle())
1241 if (isInherit && !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id))
1242 state.parentStyle()->setHasExplicitlyInheritedProperties();
1317 state.parentStyle()->setUnique();
1450 return state.style()->setTextShadow(cloneShadow(state.parentStyle()->textShadow()));
1451 return state.style()->setBoxShadow(cloneShadow(state.parentStyle()->boxShadow()));
1725 state.style()->setGridDefinitionColumns(state.parentStyle()->gridDefinitionColumns());
1726 state.style()->setNamedGridColumnLines(state.parentStyle()->namedGridColumnLines());
1745 state.style()->setGridDefinitionRows(state.parentStyle()->gridDefinitionRows());
1746 state.style()->setNamedGridRowLines(state.parentStyle()->namedGridRowLines());
1800 state.style()->setNamedGridArea(state.parentStyle()->namedGridArea());
1801 state.style()->setNamedGridAreaRowCount(state.parentStyle()->namedGridAreaRowCount());
1802 state.style()->setNamedGridAreaColumnCount(state.parentStyle()->namedGridAreaColumnCount());
2138 const SVGRenderStyle* svgParentStyle = state.parentStyle()->svgStyle();
2156 const SVGRenderStyle* svgParentStyle = state.parentStyle()->svgStyle();