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

/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLFenced.h36 class RenderMathMLFenced : public RenderMathMLRow { class in namespace:WebCore
38 RenderMathMLFenced(Element*);
44 virtual const char* renderName() const { return "RenderMathMLFenced"; }
H A DRenderMathMLFenced.cpp30 #include "RenderMathMLFenced.h"
48 RenderMathMLFenced::RenderMathMLFenced(Element* element) function in class:WebCore::RenderMathMLFenced
56 void RenderMathMLFenced::updateFromElement()
85 RenderMathMLOperator* RenderMathMLFenced::createMathMLOperator(UChar uChar, RenderMathMLOperator::OperatorType operatorType)
98 void RenderMathMLFenced::makeFences()
108 void RenderMathMLFenced::addChild(RenderObject* child, RenderObject* beforeChild)
157 void RenderMathMLFenced::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
/macosx-10.9.5/WebCore-7537.78.1/mathml/
H A DMathMLInlineContainerElement.cpp35 #include "RenderMathMLFenced.h"
80 return new (arena) RenderMathMLFenced(this);

Completed in 181 milliseconds