OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
242
if (m_canUseFastReject && m_selectorFilter.
fastRejectSelector
<RuleData::maximumIdentifierCount>(ruleData.descendantSelectorIdentifierHashes()))
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h
297
bool
fastRejectSelector
(const RuleData&) const;
Completed in 1097 milliseconds