Home
last modified time | relevance | path

Searched refs:CreateOther (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DComment.cpp30 : CharacterData(document, text, CreateOther) in Comment()
DDocumentType.cpp32 : Node(document, CreateOther) in DocumentType()
DCharacterData.h58 ASSERT(type == CreateOther || type == CreateText || type == CreateEditingText); in CharacterData()
DProcessingInstruction.cpp40 : CharacterData(document, data, CreateOther) in ProcessingInstruction()
DNode.h757 CreateOther = DefaultNodeFlags, enumerator