Searched refs:CaseInsensitive (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFindOptions.h32 CaseInsensitive = 1 << 0, enumerator in enum:blink::FindOptionFlag
H A DEditor.cpp1152 FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? WrapAround : 0) | (startInSelection ? StartInSelection : 0);
H A DTextIterator.cpp67 // Case folding is also done if the CaseInsensitive option is specified.
2006 UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY;
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp121 | (options.matchCase ? 0 : CaseInsensitive)
264 findPlainText(searchStart, searchEnd, searchText, options.matchCase ? 0 : CaseInsensitive, resultStart, resultEnd);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.h245 CaseInsensitive, enumerator in enum:blink::CSSSelector::AttributeMatchType
H A DCSSSelector.cpp713 if (cs->attributeMatchType() == CaseInsensitive)
H A DSelectorChecker.cpp467 bool caseInsensitive = selector.attributeMatchType() == CSSSelector::CaseInsensitive;
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp616 TEST_F(VFSFromYAMLTest, CaseInsensitive) {
/external/chromium_org/third_party/re2/re2/testing/
H A Dre2_test.cc1155 TEST(CaseInsensitive, MatchAndConsume) {
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp602 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) {
/external/regex-re2/re2/testing/
H A Dre2_test.cc1146 TEST(CaseInsensitive, MatchAndConsume) {
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp563 if (!filename.endsWith(".skp", Qt::CaseInsensitive)) {
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp1077 matchType = CSSSelector::CaseInsensitive;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 311 milliseconds