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

  /external/webkit/Source/WebCore/dom/
ContainerNode.h 90 ContainerNode(Document*, ConstructionType = CreateContainer);
138 inline ContainerNode::ContainerNode(Document* document, ConstructionType type)
CharacterData.h 50 CharacterData(Document* document, const String& text, ConstructionType type)
TreeScope.h 68 TreeScope(Document*, ConstructionType = CreateContainer);
StyledElement.h 71 StyledElement(const QualifiedName& name, Document* document, ConstructionType type)
TreeScope.cpp 39 TreeScope::TreeScope(Document* document, ConstructionType constructionType)
40 : ContainerNode(0, constructionType)
Node.h 628 enum ConstructionType {
638 Node(Document*, ConstructionType);
Element.h 355 Element(const QualifiedName& tagName, Document* document, ConstructionType type)
Document.h     [all...]

Completed in 102 milliseconds