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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.h55 enum ShadowRootType { enum in class:blink::FINAL
60 static PassRefPtrWillBeRawPtr<ShadowRoot> create(Document& document, ShadowRootType type)
109 ShadowRootType type() const { return static_cast<ShadowRootType>(m_type); }
131 ShadowRoot(Document&, ShadowRootType);

Completed in 134 milliseconds