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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 45 DocumentFragment(Document*, ConstructionType = CreateContainer);
CharacterData.h 54 CharacterData(TreeScope* treeScope, const String& text, ConstructionType type)
DocumentFragment.cpp 32 DocumentFragment::DocumentFragment(Document* document, ConstructionType constructionType)
33 : ContainerNode(document, constructionType)
Text.h 60 Text(TreeScope* treeScope, const String& data, ConstructionType type)
ContainerNode.h 135 ContainerNode(TreeScope*, ConstructionType = CreateContainer);
188 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type)
Node.h     [all...]
Element.h 648 Element(const QualifiedName& tagName, Document* document, ConstructionType type)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGElement.h 36 SVGGElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
SVGGElement.cpp 41 SVGGElement::SVGGElement(const QualifiedName& tagName, Document* document, ConstructionType constructionType)
42 : SVGGraphicsElement(tagName, document, constructionType)
SVGGraphicsElement.h 54 SVGGraphicsElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
SVGGraphicsElement.cpp 43 SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document* document, ConstructionType constructionType)
44 : SVGElement(tagName, document, constructionType)
SVGElement.h 138 SVGElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
SVGElement.cpp 73 SVGElement::SVGElement(const QualifiedName& tagName, Document* document, ConstructionType constructionType)
74 : Element(tagName, document, constructionType)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 99 HTMLElement(const QualifiedName& tagName, Document*, ConstructionType);
153 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document, ConstructionType type = CreateHTMLElement)

Completed in 288 milliseconds