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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.h 52 inline bool fastRejectSelector(const unsigned* identifierHashes) const;
70 inline bool SelectorFilter::fastRejectSelector(const unsigned* identifierHashes) const
ElementRuleCollector.cpp 280 if (m_canUseFastReject && m_selectorFilter.fastRejectSelector<RuleData::maximumIdentifierCount>(ruleData.descendantSelectorIdentifierHashes()))
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 256 bool fastRejectSelector(const RuleData&) const;

Completed in 596 milliseconds