Searched refs:idForStyleResolution (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp226 if (candidate.hasID() && m_features.hasSelectorForId(candidate.idForStyleResolution()))
262 if (parent->hasID() && m_features.hasSelectorForId(parent->idForStyleResolution()))
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.cpp43 identifierHashes.append(element.idForStyleResolution().impl()->existingHash() * IdAttributeSalt);
H A DElementRuleCollector.cpp162 collectMatchingRulesForList(matchRequest.ruleSet->idRules(element.idForStyleResolution()), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
H A DSelectorChecker.cpp522 return element.hasID() && element.idForStyleResolution() == selector.value();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementData.h66 const AtomicString& idForStyleResolution() const { return m_idForStyleResolution; } function in class:blink::ElementData
H A DElement.h153 const AtomicString& idForStyleResolution() const;
712 inline const AtomicString& Element::idForStyleResolution() const function in class:blink::Element
715 return elementData()->idForStyleResolution();
H A DElement.cpp966 AtomicString oldId = elementData()->idForStyleResolution();
1063 AtomicString oldId = elementData()->idForStyleResolution();
2979 // if the idForStyleResolution and the className need different casing.
3198 if (hasID() && document().ensureStyleResolver().hasRulesForId(idForStyleResolution()))
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DDescendantInvalidationSet.cpp54 if (element.hasID() && m_ids && m_ids->contains(element.idForStyleResolution()))
H A DStyleSheetInvalidationAnalysis.cpp181 if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().impl()))

Completed in 261 milliseconds