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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.h150 bool caseSensitive; // file system is definitely case insensitive member in struct:WebCore::ListResult
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp292 static bool attributeValueMatches(const Attribute* attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) argument
355 static bool anyAttributeMatches(Element* element, CSSSelector::Match match, const QualifiedName& selectorAttr, const AtomicString& selectorValue, bool caseSensitive) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DContentSearchUtils.cpp133 RegularExpression createSearchRegex(const String& query, bool caseSensitive, bool isRegex) argument
158 PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex) argument
H A DInspectorDebuggerAgent.cpp368 bool caseSensitive = optionalCaseSensitive ? *optionalCaseSensitive : false; local
H A DInspectorPageAgent.cpp666 bool caseSensitive = optionalCaseSensitive ? *optionalCaseSensitive : false; local
707 bool caseSensitive = optionalCaseSensitive ? *optionalCaseSensitive : false; local
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DCharScanner.hpp485 bool caseSensitive; ///< Is this lexer case sensitive member in class:antlr::CharScanner
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp1131 bool DOMWindow::find(const String& string, bool caseSensitive, bool backwards, bool wrap, bool /*wholeWord*/, bool /*searchInFrames*/, bool /*showDialog*/) const argument
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_frame.cpp497 Eina_Bool ewk_frame_text_search(const Evas_Object* ewkFrame, const char* text, Eina_Bool caseSensitive, Eina_Bool forward, Eina_Bool wrap) argument
506 unsigned int ewk_frame_text_matches_mark(Evas_Object* ewkFrame, const char* string, Eina_Bool caseSensitive, Eina_Bool highlight, unsigned int limit) argument
H A Dewk_view.cpp1510 Eina_Bool ewk_view_text_search(const Evas_Object* ewkView, const char* string, Eina_Bool caseSensitive, Eina_Bool forward, Eina_Bool wrap) argument
1542 unsigned int ewk_view_text_matches_mark(Evas_Object* ewkView, const char* string, Eina_Bool caseSensitive, Eina_Bool highlight, unsigned int limit) argument
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp4347 gboolean webkit_web_view_search_text(WebKitWebView* webView, const gchar* string, gboolean caseSensitive, gboolean forward, gboolean shouldWrap) argument
4369 guint webkit_web_view_mark_text_matches(WebKitWebView* webView, const gchar* string, gboolean caseSensitive, guint limit) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp4698 bool WebPage::findNextString(const char* text, bool forward, bool caseSensitive, bool wrap, bool highlightAllMatches, bool selectActiveMatchOnClear) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c85507 sqlite3RegisterLikeFunctions(sqlite3 *db, int caseSensitive) argument
[all...]

Completed in 333 milliseconds