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

  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleSheetInvalidationAnalysis.cpp 50 const CSSSelector* scopeSelector = 0;
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->match() == CSSSelector::Id
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 

Completed in 88 milliseconds