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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 491 ASSERT(documentInternal() || (nodeType() == DOCUMENT_TYPE_NODE && !inDocument()));
492 return documentInternal();
501 ASSERT(documentInternal() || !getFlag(InDocumentFlag));
    [all...]
ContainerNode.cpp 120 if (Document* document = documentInternal())
    [all...]
Node.cpp 354 if (Document* document = documentInternal())
    [all...]
Document.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 83 willBeDeletedFrom(documentInternal());

Completed in 113 milliseconds