OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MathMLInlineContainerElement
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/mathml/
MathMLInlineContainerElement.h
35
class
MathMLInlineContainerElement
: public MathMLElement {
37
static PassRefPtr<
MathMLInlineContainerElement
> create(const QualifiedName& tagName, Document*);
40
MathMLInlineContainerElement
(const QualifiedName& tagName, Document*);
MathMLInlineContainerElement.cpp
31
#include "
MathMLInlineContainerElement
.h"
47
MathMLInlineContainerElement
::
MathMLInlineContainerElement
(const QualifiedName& tagName, Document* document)
52
PassRefPtr<
MathMLInlineContainerElement
>
MathMLInlineContainerElement
::create(const QualifiedName& tagName, Document* document)
54
return adoptRef(new
MathMLInlineContainerElement
(tagName, document));
57
RenderObject*
MathMLInlineContainerElement
::createRenderer(RenderArena* arena, RenderStyle*)
MathMLMathElement.cpp
38
:
MathMLInlineContainerElement
(tagName, document)
52
MathMLInlineContainerElement
::insertedIntoDocument();
MathMLMathElement.h
31
#include "
MathMLInlineContainerElement
.h"
35
class MathMLMathElement : public
MathMLInlineContainerElement
{
Completed in 500 milliseconds