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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 504 bool isInShadowTree() const { return getFlag(IsInShadowTreeFlag); }
505 bool isInTreeScope() const { return getFlag(static_cast<NodeFlags>(InDocumentFlag | IsInShadowTreeFlag)); }
749 IsInShadowTreeFlag = 1 << 25,
    [all...]
Element.h     [all...]

Completed in 97 milliseconds