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 467 bool isInShadowTree() const { return getFlag(IsInShadowTreeFlag); }
468 bool isInTreeScope() const { return getFlag(static_cast<NodeFlags>(InDocumentFlag | IsInShadowTreeFlag)); }
689 IsInShadowTreeFlag = 1 << 11,
732 CreateShadowRoot = CreateContainer | IsDocumentFragmentFlag | IsInShadowTreeFlag,
    [all...]
Element.h 783 setFlag(IsInShadowTreeFlag);
    [all...]

Completed in 3025 milliseconds