Searched refs:otherRoot (Results 1 – 1 of 1) sorted by relevance
218 ShadowRoot* otherRoot = other->youngestShadowRoot(); in hasSameStyles() local219 while (root || otherRoot) { in hasSameStyles()220 if (!root || !otherRoot) in hasSameStyles()224 StyleSheetList* otherList = otherRoot->styleSheets(); in hasSameStyles()234 otherRoot = otherRoot->olderShadowRoot(); in hasSameStyles()