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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 226 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/
SelectorFilter.cpp 43 identifierHashes.append(element.idForStyleResolution().impl()->existingHash() * IdAttributeSalt);
ElementRuleCollector.cpp 162 collectMatchingRulesForList(matchRequest.ruleSet->idRules(element.idForStyleResolution()), contextFlags, cascadeScope, cascadeOrder, matchRequest, ruleRange);
SelectorChecker.cpp 522 return element.hasID() && element.idForStyleResolution() == selector.value();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 66 const AtomicString& idForStyleResolution() const { return m_idForStyleResolution; }
Element.h 153 const AtomicString& idForStyleResolution() const;
712 inline const AtomicString& Element::idForStyleResolution() const
715 return elementData()->idForStyleResolution();
    [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DescendantInvalidationSet.cpp 54 if (element.hasID() && m_ids && m_ids->contains(element.idForStyleResolution()))
StyleSheetInvalidationAnalysis.cpp 181 if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().impl()))

Completed in 83 milliseconds