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

  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseTextInputType.cpp 44 if (rawPattern.isNull() || value.isEmpty() || !RegularExpression(rawPattern, TextCaseSensitive).isValid())
49 int matchOffset = RegularExpression(pattern, TextCaseSensitive).match(value, 0, &matchLength);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.cpp 94 return adoptPtr(new RegularExpression(regexSource, caseSensitive ? TextCaseSensitive : TextCaseInsensitive));
149 RegularExpression regex(pattern, TextCaseSensitive, MultilineEnabled);
150 RegularExpression deprecatedRegex(deprecatedPattern, TextCaseSensitive, MultilineEnabled);
InspectorDebuggerAgent.cpp 170 OwnPtr<RegularExpression> result = adoptPtr(new RegularExpression(patternText, TextCaseSensitive));
255 RegularExpression regex(pattern, TextCaseSensitive);
    [all...]
InspectorStyleSheet.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 54 enum TextCaseSensitivity { TextCaseSensitive, TextCaseInsensitive };
741 using WTF::TextCaseSensitive;
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 141 using WTF::TextCaseSensitive;
    [all...]

Completed in 293 milliseconds