Home | History | Annotate | Download | only in page

Lines Matching defs:shadowTreeElement

1911     Node* shadowTreeElement = referenceNode->shadowTreeRootNode();
1912 if (!shadowTreeElement)
1915 Element* shadowTreeParentElement = shadowTreeElement->shadowHost();
1960 SVGElement* shadowTreeElement = instance->shadowTreeElement();
1961 if (!shadowTreeElement->inDocument() || m_lastNodeUnderMouse == shadowTreeElement)
1964 m_lastNodeUnderMouse = shadowTreeElement;