Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp1046 static bool checkSelectorForClassChange(const SpaceSplitString& changedClasses, const Checker& chec… in checkSelectorForClassChange() function
1057 static bool checkSelectorForClassChange(const SpaceSplitString& oldClasses, const SpaceSplitString&… in checkSelectorForClassChange() function
1060 return checkSelectorForClassChange(newClasses, checker); in checkSelectorForClassChange()
1104 …shouldInvalidateStyle = testShouldInvalidateStyle && checkSelectorForClassChange(oldClasses, newCl… in classAttributeChanged()
1107 …shouldInvalidateStyle = testShouldInvalidateStyle && checkSelectorForClassChange(oldClasses, style… in classAttributeChanged()
1140 if (checkSelectorForClassChange(oldClasses, newClasses, featureSet)) in shouldInvalidateDistributionWhenAttributeChanged()
1144 if (checkSelectorForClassChange(oldClasses, featureSet)) in shouldInvalidateDistributionWhenAttributeChanged()