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

  /external/webkit/WebCore/dom/
Comment.cpp 28 : CharacterData(document, text, CreateOther)
DocumentType.cpp 33 : Node(document, CreateOther)
CharacterData.cpp 37 ASSERT(type == CreateOther || type == CreateText);
Node.h 576 enum ConstructionType { CreateContainer, CreateElement, CreateOther, CreateText, CreateElementZeroRefCount };
Node.cpp 352 case CreateOther:
369 case CreateOther:
381 case CreateOther:
398 case CreateOther:
    [all...]
  /external/webkit/WebCore/xml/
XPathNamespace.cpp 37 : Node(ownerElement->document(), CreateOther)

Completed in 43 milliseconds