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

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLBlock.cpp 30 #include "RenderMathMLBlock.h"
42 RenderMathMLBlock::RenderMathMLBlock(Node* container)
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)
RenderMathMLBlock.h 37 class RenderMathMLBlock : public RenderBlock {
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);

Completed in 1034 milliseconds