Searched defs:scopeSelector (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DStyleSheetInvalidationAnalysis.cpp50 const CSSSelector* scopeSelector = 0; local
55 scopeSelector = current;
56 else if (current->match() == CSSSelector::Class && (!scopeSelector || scopeSelector->match() != CSSSelector::Id))
57 scopeSelector = current;
60 // scopeSelector. Currently requests full style recalc.
66 if (!scopeSelector)
68 ASSERT(scopeSelector->match() == CSSSelector::Class || scopeSelector->match() == CSSSelector::Id);
69 if (scopeSelector
[all...]

Completed in 201 milliseconds