OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasrightmostselectormatchinghtmlbasedonrulehash
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h
82
bool
hasRightmostSelectorMatchingHTMLBasedOnRuleHash
() const { return m_hasRightmostSelectorMatchingHTMLBasedOnRuleHash; }
ElementRuleCollector.cpp
270
if (ruleData.
hasRightmostSelectorMatchingHTMLBasedOnRuleHash
() && m_context.element()->isHTMLElement()) {
Completed in 101 milliseconds