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

  /external/webkit/WebCore/dom/
CharacterData.h 46 CharacterData(Document*, const String&, ConstructionType);
ContainerNode.h 78 ContainerNode(Document*, ConstructionType = CreateContainer);
103 inline ContainerNode::ContainerNode(Document* document, ConstructionType type)
Node.h 576 enum ConstructionType { CreateContainer, CreateElement, CreateOther, CreateText, CreateElementZeroRefCount };
577 Node(Document*, ConstructionType);
594 static bool initialRefCount(ConstructionType);
595 static bool isContainer(ConstructionType);
596 static bool isElement(ConstructionType);
597 static bool isText(ConstructionType);
StyledElement.h 76 StyledElement(const QualifiedName&, Document*, ConstructionType);
CharacterData.cpp 33 CharacterData::CharacterData(Document* document, const String& text, ConstructionType type)
Element.h 272 Element(const QualifiedName&, Document*, ConstructionType);
StyledElement.cpp 114 StyledElement::StyledElement(const QualifiedName& name, Document* document, ConstructionType type)
Node.cpp 347 inline bool Node::initialRefCount(ConstructionType type)
362 inline bool Node::isContainer(ConstructionType type)
377 inline bool Node::isElement(ConstructionType type)
392 inline bool Node::isText(ConstructionType type)
407 Node::Node(Document* document, ConstructionType type)
    [all...]
Element.cpp 64 Element::Element(const QualifiedName& tagName, Document* document, ConstructionType type)
    [all...]
  /external/webkit/WebCore/html/
HTMLElement.h 85 HTMLElement(const QualifiedName& tagName, Document*, ConstructionType = CreateElementZeroRefCount);
116 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document, ConstructionType type)

Completed in 2692 milliseconds