Home
last modified time | relevance | path

Searched refs:CreateDocument (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h765 CreateDocument = CreateContainer | InDocumentFlag, enumerator
777 ASSERT(m_treeScope || type == CreateDocument || type == CreateShadowRoot); in Node()
DDocument.cpp375 : ContainerNode(0, CreateDocument) in Document()