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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.h225 bool matchesPseudoElement() const;
305 inline bool CSSSelector::matchesPseudoElement() const function in class:WebCore::CSSSelector
H A DCSSParserValues.cpp203 if (m_selector->selectorList() || m_selector->matchesPseudoElement())
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp1593 static inline bool matchesPseudoElement(const CSSSelector* selector, PseudoId elementPseudoId) function in namespace:WebCore
1598 PseudoId selectorPseudoId = selector->matchesPseudoElement() ? CSSSelector::pseudoId(selector->pseudoType()) : NOPSEUDO;
1624 matched = matchesPseudoElement(selector, elementPseudoId); // Modifies |selector|.

Completed in 70 milliseconds