Searched refs:ConstructionType (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGeometryElement.h45 SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
H A DSVGGElement.h36 explicit SVGGElement(Document&, ConstructionType = CreateSVGElement);
H A DSVGGeometryElement.cpp41 SVGGeometryElement::SVGGeometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
H A DSVGGElement.cpp41 SVGGElement::SVGGElement(Document& document, ConstructionType constructionType)
H A DSVGGraphicsElement.h57 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
H A DSVGElement.h150 SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
H A DSVGGraphicsElement.cpp43 SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
H A DSVGElement.cpp73 SVGElement::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFragment.h45 DocumentFragment(Document*, ConstructionType = CreateContainer);
H A DCharacterData.h54 CharacterData(TreeScope& treeScope, const String& text, ConstructionType type)
H A DDocumentFragment.cpp32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType)
H A DText.h62 Text(TreeScope& treeScope, const String& data, ConstructionType type)
H A DContainerNode.h136 ContainerNode(TreeScope*, ConstructionType = CreateContainer);
176 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type)
H A DNode.h756 enum ConstructionType { enum in class:WebCore::Node
770 Node(TreeScope* treeScope, ConstructionType type)
H A DElement.h528 Element(const QualifiedName& tagName, Document* document, ConstructionType type)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.h95 HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
133 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType type = CreateHTMLElement)

Completed in 2836 milliseconds