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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 501 ASSERT(documentInternal() || !getFlag(InDocumentFlag));
502 return getFlag(InDocumentFlag);
505 bool isInTreeScope() const { return getFlag(static_cast<NodeFlags>(InDocumentFlag | IsInShadowTreeFlag)); }
725 InDocumentFlag = 1 << 7,
    [all...]
Element.h     [all...]

Completed in 178 milliseconds