Searched refs:checkExactAttribute (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorCheckerFastPath.h57 return SelectorChecker::checkExactAttribute(m_element, m_selector->attribute(), m_selector->value().impl());
H A DSelectorChecker.h94 static bool checkExactAttribute(const Element*, const QualifiedName& selectorAttributeName, const AtomicStringImpl* value);
131 inline bool SelectorChecker::checkExactAttribute(const Element* element, const QualifiedName& selectorAttributeName, const AtomicStringImpl* value) function in class:WebCore::SelectorChecker
H A DSelectorCheckerFastPath.cpp88 return SelectorChecker::checkExactAttribute(element, selector->attribute(), selector->value().impl());

Completed in 64 milliseconds