Home
last modified time | relevance | path

Searched defs:shouldFoldCase (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSpaceSplitString.h71 … SpaceSplitString(const AtomicString& string, bool shouldFoldCase) { set(string, shouldFoldCase); } in SpaceSplitString()
DSpaceSplitString.cpp156 void SpaceSplitString::set(const AtomicString& inputString, bool shouldFoldCase) in set()
DElementData.h53 …void setClass(const AtomicString& className, bool shouldFoldCase) const { m_classNames.set(classNa… in setClass()
DElement.cpp1100 const bool shouldFoldCase = document().inQuirksMode(); in classAttributeChanged() local
1137 const bool shouldFoldCase = document().inQuirksMode(); in shouldInvalidateDistributionWhenAttributeChanged() local