/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...] |
/prebuilts/gcc/linux-x86/host/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),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
echo_client.py | 163 expected_value, case_sensitive=False): 169 sensitiveness in this comparison by case_sensitive parameter. This function 176 if ((case_sensitive and value != expected_value) or 177 (not case_sensitive and value.lower() != expected_value.lower())): [all...] |
/external/regex-re2/re2/ |
re2.h | 516 // case_sensitive (true) match is case-sensitive (regexp can override 614 bool case_sensitive() const { return case_sensitive_; } function in class:re2::RE2::Options [all...] |
re2.cc | 157 if (!case_sensitive()) [all...] |
/external/libvpx/libvpx/examples/includes/geshi/ |
geshi.php | 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/ceres-solver/internal/ceres/gmock/ |
gmock.h | [all...] |