Home
last modified time | relevance | path

Searched refs:constructionType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGElement.cpp32 inline SVGGElement::SVGGElement(Document& document, ConstructionType constructionType) in SVGGElement() argument
33 : SVGGraphicsElement(SVGNames::gTag, document, constructionType) in SVGGElement()
DSVGGeometryElement.cpp42 …eometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGGeometryElement() argument
43 : SVGGraphicsElement(tagName, document, constructionType) in SVGGeometryElement()
DSVGGraphicsElement.cpp34 …raphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGGraphicsElement() argument
35 : SVGElement(tagName, document, constructionType) in SVGGraphicsElement()
DSVGElement.cpp72 …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/
DDocumentFragment.cpp32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType) in DocumentFragment() argument
33 : ContainerNode(document, constructionType) in DocumentFragment()