Searched refs:shouldFoldCase (Results 1 – 4 of 4) sorted by relevance
33 … SpaceSplitString(const AtomicString& string, bool shouldFoldCase) { set(string, shouldFoldCase); } in SpaceSplitString() argument37 void set(const AtomicString&, bool shouldFoldCase);
63 …tClass(const AtomicString& className, bool shouldFoldCase) const { m_classNames.set(className, sho… in setClass() argument
154 void SpaceSplitString::set(const AtomicString& inputString, bool shouldFoldCase) in set() argument162 if (shouldFoldCase && hasNonASCIIOrUpper(string)) in set()
1040 const bool shouldFoldCase = document().inQuirksMode(); in classAttributeChanged() local1042 elementData()->setClass(newClassString, shouldFoldCase); in classAttributeChanged()1076 const bool shouldFoldCase = document().inQuirksMode(); in shouldInvalidateDistributionWhenAttributeChanged() local1078 const SpaceSplitString newClasses(newClassString, shouldFoldCase); in shouldInvalidateDistributionWhenAttributeChanged()