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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorCheckerFastPath.h 58 ASSERT(!m_selector->isAttributeSelector());
RuleFeature.cpp 44 else if (selector->isAttributeSelector())
CSSSelector.h 230 bool isAttributeSelector() const;
300 ASSERT(isAttributeSelector());
345 inline bool CSSSelector::isAttributeSelector() const
RuleSet.cpp 74 if (component->isAttributeSelector())
91 if (selector->isAttributeSelector() && !isCommonAttributeSelectorAttribute(selector->attribute()))
102 if (selector->isAttributeSelector())
CSSSelectorList.cpp 160 if (selector->isAttributeSelector() && selector->attribute().prefix() != nullAtom && selector->attribute().prefix() != starAtom)
CSSSelector.cpp 674 } else if (cs->isAttributeSelector()) {
    [all...]
SelectorChecker.cpp 479 if (selector->isAttributeSelector()) {
    [all...]

Completed in 178 milliseconds