HomeSort by relevance Sort by last modified time
    Searched refs:containingShadow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.h 51 ElementShadow* containingShadow() const;
120 inline ElementShadow* ElementShadow::containingShadow() const
ElementShadow.cpp 342 for (ElementShadow* shadow = this; shadow; shadow = shadow->containingShadow()) {

Completed in 67 milliseconds