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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorCheckerFastPath.h 57 return SelectorChecker::checkExactAttribute(m_element, m_selector->attribute(), m_selector->value().impl());
SelectorChecker.h 120 static bool checkExactAttribute(const Element&, const QualifiedName& selectorAttributeName, const StringImpl* value);
168 inline bool SelectorChecker::checkExactAttribute(const Element& element, const QualifiedName& selectorAttributeName, const StringImpl* value)
SelectorCheckerFastPath.cpp 88 return SelectorChecker::checkExactAttribute(element, selector->attribute(), selector->value().impl());

Completed in 26 milliseconds