Searched defs:RenderMathMLBlock (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLBlock.h37 class RenderMathMLBlock : public RenderBlock { class in namespace:WebCore
39 RenderMathMLBlock(Node* container);
95 inline RenderMathMLBlock* toRenderMathMLBlock(RenderObject* object)
98 return static_cast<RenderMathMLBlock*>(object);
101 inline const RenderMathMLBlock* toRenderMathMLBlock(const RenderObject* object)
104 return static_cast<const RenderMathMLBlock*>(object);
H A DRenderMathMLBlock.cpp30 #include "RenderMathMLBlock.h"
42 RenderMathMLBlock::RenderMathMLBlock(Node* container) function in class:WebCore::RenderMathMLBlock
47 bool RenderMathMLBlock::isChildAllowed(RenderObject* child, RenderStyle*) const
52 PassRefPtr<RenderStyle> RenderMathMLBlock::makeBlockStyle()
60 int RenderMathMLBlock::nonOperatorHeight() const
68 void RenderMathMLBlock::stretchToHeight(int height)
72 RenderMathMLBlock* block = toRenderMathMLBlock(current);
78 void RenderMathMLBlock::paint(PaintInfo& info, int tx, int ty)

Completed in 68 milliseconds