Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleFeature.cpp124 bool foundCombinator = false; in invalidationSetModeForSelector() local
131 if (!foundCombinator) { in invalidationSetModeForSelector()
160 return foundCombinator ? UseLocalStyleChange : UseSubtreeStyleChange; in invalidationSetModeForSelector()
168 if (!foundUniversal && !foundCombinator) { in invalidationSetModeForSelector()
175 return foundCombinator ? UseLocalStyleChange : UseSubtreeStyleChange; in invalidationSetModeForSelector()
178 foundCombinator = true; in invalidationSetModeForSelector()