Searched refs:constructionType (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGGElement.cpp | 32 inline SVGGElement::SVGGElement(Document& document, ConstructionType constructionType) in SVGGElement() argument 33 : SVGGraphicsElement(SVGNames::gTag, document, constructionType) in SVGGElement()
|
D | SVGGeometryElement.cpp | 42 …eometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGGeometryElement() argument 43 : SVGGraphicsElement(tagName, document, constructionType) in SVGGeometryElement()
|
D | SVGGraphicsElement.cpp | 34 …raphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGGraphicsElement() argument 35 : SVGElement(tagName, document, constructionType) in SVGGraphicsElement()
|
D | SVGElement.cpp | 72 …nt::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGElement() argument 73 : Element(tagName, &document, constructionType) in SVGElement()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentFragment.cpp | 32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType) in DocumentFragment() argument 33 : ContainerNode(document, constructionType) in DocumentFragment()
|