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/
DSVGGeometryElement.cpp41 …eometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGGeometryElement() argument
42 : SVGGraphicsElement(tagName, document, constructionType) in SVGGeometryElement()
DSVGGElement.cpp41 SVGGElement::SVGGElement(Document& document, ConstructionType constructionType) in DEFINE_ANIMATED_BOOLEAN()
42 : SVGGraphicsElement(SVGNames::gTag, document, constructionType) in DEFINE_ANIMATED_BOOLEAN()
DSVGGraphicsElement.cpp43 …raphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in DEFINE_ANIMATED_TRANSFORM_LIST()
44 : SVGElement(tagName, document, constructionType) in DEFINE_ANIMATED_TRANSFORM_LIST()
DSVGElement.cpp73 …nt::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) in SVGElement() argument
74 : 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()