Home
last modified time | relevance | path

Searched refs:elementPseudoId (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp660 PseudoId elementPseudoId = element->pseudoId(); in getMatchedStylesForNode() local
661 if (elementPseudoId) { in getMatchedStylesForNode()
681 …List> matchedRules = styleResolver.pseudoCSSRulesForElement(element, elementPseudoId, StyleResolve… in getMatchedStylesForNode()
685 if (!elementPseudoId && !asBool(excludePseudo)) { in getMatchedStylesForNode()
701 if (!elementPseudoId && !asBool(excludeInherited)) { in getMatchedStylesForNode()
1328 static inline bool matchesPseudoElement(const CSSSelector* selector, PseudoId elementPseudoId) in matchesPseudoElement() argument
1337 return selectorPseudoId == elementPseudoId; in matchesPseudoElement()
1354 PseudoId elementPseudoId = element->pseudoId(); in buildArrayForMatchedRuleList() local
1358 if (elementPseudoId) in buildArrayForMatchedRuleList()
1359 matched = matchesPseudoElement(selector, elementPseudoId); // Modifies |selector|. in buildArrayForMatchedRuleList()