HomeSort by relevance Sort by last modified time
    Searched refs:TextCaseSensitive (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseTextInputType.cpp 44 if (rawPattern.isNull() || value.isEmpty() || !ScriptRegexp(rawPattern, TextCaseSensitive).isValid())
49 int matchOffset = ScriptRegexp(pattern, TextCaseSensitive).match(value, 0, &matchLength);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.cpp 93 return adoptPtr(new ScriptRegexp(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensitive));
InspectorDebuggerAgent.cpp 188 OwnPtr<ScriptRegexp> result = adoptPtr(new ScriptRegexp(patternText, TextCaseSensitive));
304 ScriptRegexp regex(pattern, TextCaseSensitive);
    [all...]
InspectorStyleSheet.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 55 enum TextCaseSensitivity { TextCaseSensitive, TextCaseInsensitive };
737 using WTF::TextCaseSensitive;

Completed in 82 milliseconds