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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.h141 inline const ShadowRoot* toShadowRoot(const Node* node) function in namespace:WebCore
147 inline ShadowRoot* toShadowRoot(Node* node) function in namespace:WebCore
149 return const_cast<ShadowRoot*>(toShadowRoot(static_cast<const Node*>(node)));

Completed in 138 milliseconds