Searched defs:caseSensitive (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFTPDirectoryParser.h150 bool caseSensitive; // file system is definitely case insensitive member in struct:WebCore::ListResult
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DContentSearchUtilities.cpp132 JSC::Yarr::RegularExpression createSearchRegex(const String& query, bool caseSensitive, bool isRegex) argument
157 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>> searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DSelectorChecker.cpp296 static bool attributeValueMatches(const Attribute& attribute, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) argument
359 static bool anyAttributeMatches(Element* element, const CSSSelector* selector, const QualifiedName& selectorAttr, bool caseSensitive) argument
449 bool caseSensitive local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DSegmentedString.h377 inline LookAheadResult lookAheadInline(const String& string, bool caseSensitive) argument
388 LookAheadResult lookAheadSlowCase(const String& string, bool caseSensitive) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharScanner.hpp485 bool caseSensitive; ///< Is this lexer case sensitive member in class:antlr::CharScanner
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.cpp401 bool caseSensitive = optionalCaseSensitive ? *optionalCaseSensitive : false; local
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringImpl.cpp1355 ALWAYS_INLINE static bool equalInner(const StringImpl* stringImpl, unsigned startOffset, const char* matchString, unsigned matchLength, bool caseSensitive) argument
1402 bool StringImpl::endsWith(StringImpl* matchString, bool caseSensitive) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorPageAgent.cpp581 bool caseSensitive = optionalCaseSensitive ? *optionalCaseSensitive : false; local
624 bool caseSensitive = optionalCaseSensitive ? *optionalCaseSensitive : false; local
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindow.cpp1178 bool DOMWindow::find(const String& string, bool caseSensitive, bool backwards, bool wrap, bool /*wholeWord*/, bool /*searchInFrames*/, bool /*showDialog*/) const argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c85507 sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive) argument
[all...]

Completed in 319 milliseconds