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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h 67 void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const;
ScopedStyleResolver.cpp 83 void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const
87 if (contents->hasOneClient() || visitedSharedStyleSheetContents.add(contents).isNewEntry)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 687 HashSet<const StyleSheetContents*> visitedSharedStyleSheetContents;
689 (*it)->collectFeaturesTo(features, visitedSharedStyleSheetContents);

Completed in 414 milliseconds