Home
last modified time | relevance | path

Searched refs:ensureShadowRoot (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h95 ShadowRoot* ensureShadowRoot(Element* host, ExceptionState&);
DInternals.idl47 [RaisesException] ShadowRoot ensureShadowRoot(Element host);
DInternals.cpp599 ShadowRoot* Internals::ensureShadowRoot(Element* host, ExceptionState& exceptionState) in ensureShadowRoot() function in WebCore::Internals