OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RenderMathMLOperator
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.h
36
class
RenderMathMLOperator
: public RenderMathMLBlock {
38
RenderMathMLOperator
(Node* container);
39
RenderMathMLOperator
(Node* container, UChar operatorChar);
57
inline
RenderMathMLOperator
* toRenderMathMLOperator(RenderMathMLBlock* block)
60
return static_cast<
RenderMathMLOperator
*>(block);
63
inline const
RenderMathMLOperator
* toRenderMathMLOperator(const RenderMathMLBlock* block)
66
return static_cast<const
RenderMathMLOperator
*>(block);
RenderMathMLOperator.cpp
31
#include "
RenderMathMLOperator
.h"
41
RenderMathMLOperator
::
RenderMathMLOperator
(Node* container)
48
RenderMathMLOperator
::
RenderMathMLOperator
(Node* container, UChar operatorChar)
55
bool
RenderMathMLOperator
::isChildAllowed(RenderObject*, RenderStyle*) const
63
void
RenderMathMLOperator
::stretchToHeight(int height)
73
void
RenderMathMLOperator
::layout()
125
void
RenderMathMLOperator
::updateFromElement()
283
RefPtr<RenderStyle>
RenderMathMLOperator
::createStackableStyle(int size, int topRelative
[
all
...]
Completed in 38 milliseconds