Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.cpp218 ShadowRoot* otherRoot = other->youngestShadowRoot(); in hasSameStyles() local
219 while (root || otherRoot) { in hasSameStyles()
220 if (!root || !otherRoot) in hasSameStyles()
224 StyleSheetList* otherList = otherRoot->styleSheets(); in hasSameStyles()
234 otherRoot = otherRoot->olderShadowRoot(); in hasSameStyles()