HomeSort by relevance Sort by last modified time
    Searched refs:ConstructionType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGeometryElement.h 47 SVGGeometryElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
SVGGElement.cpp 32 inline SVGGElement::SVGGElement(Document& document, ConstructionType constructionType)
33 : SVGGraphicsElement(SVGNames::gTag, document, constructionType)
SVGGElement.h 35 explicit SVGGElement(Document&, ConstructionType = CreateSVGElement);
SVGGeometryElement.cpp 42 SVGGeometryElement::SVGGeometryElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
43 : SVGGraphicsElement(tagName, document, constructionType)
SVGGraphicsElement.h 73 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
SVGElement.h 193 SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
SVGGraphicsElement.cpp 34 SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
35 : SVGElement(tagName, document, constructionType)
SVGElement.cpp 59 SVGElement::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
60 : Element(tagName, &document, constructionType)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 44 DocumentFragment(Document*, ConstructionType = CreateContainer);
DocumentFragment.cpp 32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType)
33 : ContainerNode(document, constructionType)
CharacterData.h 55 CharacterData(TreeScope& treeScope, const String& text, ConstructionType type)
Text.h 64 Text(TreeScope& treeScope, const String& data, ConstructionType type)
ContainerNode.h 204 ContainerNode(TreeScope*, ConstructionType = CreateContainer);
276 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type)
Node.h 727 enum ConstructionType {
741 Node(TreeScope*, ConstructionType);
    [all...]
Element.h 494 Element(const QualifiedName& tagName, Document*, ConstructionType);
    [all...]
Node.cpp 265 Node::Node(TreeScope* treeScope, ConstructionType type)
    [all...]
Element.cpp 142 Element::Element(const QualifiedName& tagName, Document* document, ConstructionType type)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 104 HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
145 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document& document, ConstructionType type = CreateHTMLElement)

Completed in 162 milliseconds