Searched defs:isDocumentFragment (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h271 bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); } function in class:blink::Node
272 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }

Completed in 78 milliseconds