Searched refs:RenderMathMLFraction (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLFraction.h36 class RenderMathMLFraction : public RenderMathMLBlock { class in namespace:WebCore
38 RenderMathMLFraction(Element*);
55 virtual const char* renderName() const { return "RenderMathMLFraction"; }
60 inline RenderMathMLFraction* toRenderMathMLFraction(RenderObject* object)
63 return static_cast<RenderMathMLFraction*>(object);
66 inline const RenderMathMLFraction* toRenderMathMLFraction(const RenderObject* object)
69 return static_cast<const RenderMathMLFraction*>(object);
H A DRenderMathMLFraction.cpp31 #include "RenderMathMLFraction.h"
46 RenderMathMLFraction::RenderMathMLFraction(Element* element) function in class:WebCore::RenderMathMLFraction
52 void RenderMathMLFraction::fixChildStyle(RenderObject* child)
60 void RenderMathMLFraction::updateFromElement()
92 void RenderMathMLFraction::addChild(RenderObject* child, RenderObject* /* beforeChild */)
112 void RenderMathMLFraction::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
121 RenderMathMLOperator* RenderMathMLFraction::unembellishedOperator()
132 void RenderMathMLFraction::layout()
143 void RenderMathMLFraction
[all...]
/macosx-10.9.5/WebCore-7537.78.1/mathml/
H A DMathMLInlineContainerElement.cpp36 #include "RenderMathMLFraction.h"
74 return new (arena) RenderMathMLFraction(this);

Completed in 125 milliseconds