TextCaseSensitive 44 Source/core/html/forms/BaseTextInputType.cpp if (rawPattern.isNull() || value.isEmpty() || !ScriptRegexp(rawPattern, TextCaseSensitive).isValid()) TextCaseSensitive 49 Source/core/html/forms/BaseTextInputType.cpp int matchOffset = ScriptRegexp(pattern, TextCaseSensitive).match(value, 0, &matchLength); TextCaseSensitive 95 Source/core/inspector/ContentSearchUtils.cpp return adoptPtr(new ScriptRegexp(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensitive)); TextCaseSensitive 185 Source/core/inspector/InspectorDebuggerAgent.cpp OwnPtr<ScriptRegexp> result = adoptPtr(new ScriptRegexp(patternText, TextCaseSensitive)); TextCaseSensitive 301 Source/core/inspector/InspectorDebuggerAgent.cpp ScriptRegexp regex(pattern, TextCaseSensitive); TextCaseSensitive 1169 Source/core/inspector/InspectorStyleSheet.cpp ScriptRegexp comment("/\\*[^]*?\\*/", TextCaseSensitive, MultilineEnabled); TextCaseSensitive 737 Source/wtf/text/StringImpl.h using WTF::TextCaseSensitive;