HomeSort by relevance Sort by last modified time
    Searched refs:baseStyle (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.cpp 85 RefPtr<RenderStyle> baseStyle = makeBlockStyle();
86 baseStyle->setDisplay(INLINE_BLOCK);
87 baseStyle->setPaddingLeft(Length(5 * gRadicalWidth , Percent));
88 block->setStyle(baseStyle.release());
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 92 static RefPtr<CSSMutableStyleDeclaration> getPropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
    [all...]

Completed in 123 milliseconds