/external/chromium/chrome/browser/ui/find_bar/ |
find_tab_helper.cc | 33 bool case_sensitive) { 60 (last_search_case_sensitive_ == case_sensitive) && 67 last_search_case_sensitive_ = case_sensitive; 77 case_sensitive,
|
find_tab_helper.h | 27 bool case_sensitive);
|
find_bar_host_browsertest.cc | 124 bool case_sensitive, 128 forward, case_sensitive, ordinal); [all...] |
/external/chromium/base/ |
string_util.cc | 564 bool case_sensitive) { 565 if (case_sensitive) 572 bool StartsWithT(const STR& str, const STR& search, bool case_sensitive) { 573 if (case_sensitive) { 584 bool case_sensitive) { 585 return StartsWithT(str, search, case_sensitive); 590 bool case_sensitive) { 591 return StartsWithT(str, search, case_sensitive); 596 bool EndsWithT(const STR& str, const STR& search, bool case_sensitive) { 601 if (case_sensitive) { [all...] |
string_util.h | 358 bool case_sensitive); 361 bool case_sensitive); 364 bool case_sensitive); 369 bool case_sensitive); 372 bool case_sensitive); 375 bool case_sensitive);
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.h | 177 EAPI Eina_Bool ewk_frame_text_search(const Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool forward, Eina_Bool wrap); 179 EAPI unsigned int ewk_frame_text_matches_mark(Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned int limit);
|
ewk_view.h | 362 EAPI Eina_Bool ewk_view_text_search(const Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool forward, Eina_Bool wrap); 364 EAPI unsigned int ewk_view_text_matches_mark(Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned int limit);
|
ewk_frame.cpp | 746 * @param case_sensitive if search should be case sensitive or not. 752 Eina_Bool ewk_frame_text_search(const Evas_Object* o, const char* string, Eina_Bool case_sensitive, Eina_Bool forward, Eina_Bool wrap) 758 return sd->frame->editor()->findString(WTF::String::fromUTF8(string), forward, case_sensitive, wrap, true); 766 * @param case_sensitive if match should be case sensitive or not. 772 unsigned int ewk_frame_text_matches_mark(Evas_Object* o, const char* string, Eina_Bool case_sensitive, Eina_Bool highlight, unsigned int limit) 779 return sd->frame->editor()->countMatchesForText(WTF::String::fromUTF8(string), case_sensitive, limit, true); [all...] |
ewk_view.cpp | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesf.h | 838 int case_sensitive; member in class:Enumeration_Field 843 list,case_sensitive,non_unique_matches)); 851 case_sensitive(case_sens ? -1 : 0), 867 case_sensitive(rhs.case_sensitive),
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.h | 235 gboolean case_sensitive, 242 gboolean case_sensitive,
|
/external/bluetooth/glib/glib/ |
gscanner.h | 138 guint case_sensitive : 1; member in struct:_GScannerConfig
|
/external/libvpx/examples/includes/geshi/ |
geshi.php | 1487 function add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) { variable 3293 $case_sensitive = $this->language_data['CASE_SENSITIVE'][$k]; variable [all...] |
/external/chromium/testing/gmock/include/gmock/ |
gmock-matchers.h | 895 bool case_sensitive) 896 : string_(str), expect_eq_(expect_eq), case_sensitive_(case_sensitive) {} [all...] |
/external/zlib/ |
make_vms.com | 205 $ write optf "case_sensitive=YES" 684 $! 0.02 20041109 Fix option file for shareable images with case_sensitive=YES
|