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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.h 56 bool isRegisteredInShadowRoot() const
HTMLStyleElement.cpp 247 if (isRegisteredInShadowRoot())
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleInvalidationAnalysis.cpp 108 return ownerElement->isRegisteredInShadowRoot() ? ownerElement->containingShadowRoot()->shadowHost() : ownerElement->parentNode();

Completed in 80 milliseconds