Searched refs:TextCaseSensitive (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseTextInputType.cpp58 if (rawPattern.isNull() || value.isEmpty() || !ScriptRegexp(rawPattern, TextCaseSensitive).isValid())
63 int matchOffset = ScriptRegexp(pattern, TextCaseSensitive).match(value, 0, &matchLength);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DContentSearchUtils.cpp94 return adoptPtr(new ScriptRegexp(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensitive));
H A DInspectorDebuggerAgent.cpp214 OwnPtr<ScriptRegexp> result = adoptPtr(new ScriptRegexp(patternText, TextCaseSensitive));
327 ScriptRegexp regex(pattern, TextCaseSensitive);
H A DInspectorStyleSheet.cpp1277 ScriptRegexp comment("/\\*[^]*?\\*/", TextCaseSensitive, MultilineEnabled);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.h55 enum TextCaseSensitivity { TextCaseSensitive, TextCaseInsensitive }; enumerator in enum:WTF::TextCaseSensitivity
751 using WTF::TextCaseSensitive;

Completed in 8300 milliseconds