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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.h49 ShadowRoot* youngestShadowRoot() const { return m_shadowRoots.head(); } function in class:blink::FINAL
103 return youngestShadowRoot()->host();
106 inline ShadowRoot* Node::youngestShadowRoot() const function in class:blink::Node
110 return toElement(this)->youngestShadowRoot();
113 inline ShadowRoot* Element::youngestShadowRoot() const function in class:blink::Element
116 return shadow->youngestShadowRoot();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp546 // FIXME: Internals::shadowRoot() in tests should be converted to youngestShadowRoot() or oldestShadowRoot().
548 return youngestShadowRoot(host);
551 ShadowRoot* Internals::youngestShadowRoot(Element* host) function in class:blink::Internals
555 return shadow->youngestShadowRoot();

Completed in 3045 milliseconds