Searched refs:shouldFoldCase (Results 1 – 4 of 4) sorted by relevance
71 … SpaceSplitString(const AtomicString& string, bool shouldFoldCase) { set(string, shouldFoldCase); } in SpaceSplitString() argument75 void set(const AtomicString&, bool shouldFoldCase);
156 void SpaceSplitString::set(const AtomicString& inputString, bool shouldFoldCase) in set() argument164 if (shouldFoldCase && hasNonASCIIOrUpper(string)) in set()
53 …tClass(const AtomicString& className, bool shouldFoldCase) const { m_classNames.set(className, sho… in setClass() argument
1100 const bool shouldFoldCase = document().inQuirksMode(); in classAttributeChanged() local1102 elementData()->setClass(newClassString, shouldFoldCase); in classAttributeChanged()1137 const bool shouldFoldCase = document().inQuirksMode(); in shouldInvalidateDistributionWhenAttributeChanged() local1139 const SpaceSplitString newClasses(newClassString, shouldFoldCase); in shouldInvalidateDistributionWhenAttributeChanged()