Home
last modified time | relevance | path

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

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