Home
last modified time | relevance | path

Searched refs:containingShadow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.h51 ElementShadow* containingShadow() const;
120 inline ElementShadow* ElementShadow::containingShadow() const in containingShadow() function
DElementShadow.cpp342 for (ElementShadow* shadow = this; shadow; shadow = shadow->containingShadow()) { in willAffectSelector()