Searched refs:didPushShadowRoot (Results 1 – 4 of 4) sorted by relevance
163 InspectorInstrumentation::didPushShadowRoot(&shadowHost, shadowRoot.get()); in addShadowRoot()
184 void didPushShadowRoot(Element* host, ShadowRoot*);
125 void didPushShadowRoot([Keep] Element* host, ShadowRoot*);
2008 void InspectorDOMAgent::didPushShadowRoot(Element* host, ShadowRoot* root) in didPushShadowRoot() function in blink::InspectorDOMAgent