Searched refs:ConstructionType (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.h | 95 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/ |
D | SVGGeometryElement.h | 45 SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
|
D | SVGGElement.h | 36 explicit SVGGElement(Document&, ConstructionType = CreateSVGElement);
|
D | SVGGeometryElement.cpp | 41 …VGGeometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionT… in SVGGeometryElement()
|
D | SVGGElement.cpp | 41 SVGGElement::SVGGElement(Document& document, ConstructionType constructionType) in DEFINE_ANIMATED_BOOLEAN()
|
D | SVGGraphicsElement.h | 57 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
|
D | SVGGraphicsElement.cpp | 43 …VGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionT… in DEFINE_ANIMATED_TRANSFORM_LIST()
|
D | SVGElement.h | 150 SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
|
D | SVGElement.cpp | 73 SVGElement::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType construct… in SVGElement()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentFragment.h | 45 DocumentFragment(Document*, ConstructionType = CreateContainer);
|
D | DocumentFragment.cpp | 32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType) in DocumentFragment()
|
D | Text.h | 62 Text(TreeScope& treeScope, const String& data, ConstructionType type) in Text()
|
D | CharacterData.h | 54 CharacterData(TreeScope& treeScope, const String& text, ConstructionType type) in CharacterData()
|
D | ContainerNode.h | 136 ContainerNode(TreeScope*, ConstructionType = CreateContainer); 176 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type) in ContainerNode()
|
D | Node.h | 756 enum ConstructionType { enum 770 Node(TreeScope* treeScope, ConstructionType type) in Node()
|
D | Element.h | 528 Element(const QualifiedName& tagName, Document* document, ConstructionType type) in Element()
|