HomeSort by relevance Sort by last modified time
    Searched refs:case_sensitive (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/ppapi/api/private/
ppp_find_private.idl 22 [in] PP_Bool case_sensitive);
  /external/chromium_org/ppapi/c/private/
ppp_find_private.h 40 PP_Bool case_sensitive);
ppb_pdf.h 123 bool case_sensitive,
  /external/chromium_org/ppapi/cpp/private/
find_private.h 50 virtual bool StartFind(const std::string& text, bool case_sensitive) = 0;
find_private.cc 25 PP_Bool case_sensitive) {
30 text, PP_ToBool(case_sensitive));
pdf.h 40 bool case_sensitive,
pdf.cc 78 bool case_sensitive,
83 term, case_sensitive, results, count);
  /external/chromium_org/ppapi/thunk/
ppb_pdf_api.h 20 bool case_sensitive,
ppb_pdf_thunk.cc 63 bool case_sensitive,
69 enter.functions()->SearchString(string, term, case_sensitive, results, count);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.cc 42 bool case_sensitive) {
75 (last_search_case_sensitive_ == case_sensitive) &&
82 last_search_case_sensitive_ = case_sensitive;
94 options.matchCase = case_sensitive;
find_bar_host_interactive_uitest.cc 36 bool case_sensitive,
43 web_contents, search_str16, forward, case_sensitive, ordinal, NULL);
find_tab_helper.h 32 bool case_sensitive);
  /external/chromium_org/ppapi/proxy/
ppp_find_proxy.cc 20 PP_Bool case_sensitive) {
21 DCHECK(case_sensitive == PP_FALSE);
pdf_resource.h 42 bool case_sensitive,
pdf_resource.cc 62 bool case_sensitive,
76 UCollationStrength strength = case_sensitive ? UCOL_TERTIARY : UCOL_PRIMARY;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
symrec.c 93 int case_sensitive; member in struct:yasm_symtab
139 symtab->case_sensitive = 1;
146 symtab->case_sensitive = sensitive;
161 symrec_new_common(/*@keep@*/ char *name, int case_sensitive)
165 if (!case_sensitive) {
186 yasm_symrec *rec = symrec_new_common(name, symtab->case_sensitive);
191 if (!symtab->case_sensitive) {
205 sym->rec = symrec_new_common(name, symtab->case_sensitive);
280 if (!symtab->case_sensitive) {
  /external/chromium_org/components/url_matcher/
url_matcher_factory_unittest.cc 172 bool case_sensitive,
179 expected_result_for_wrong_case_(ExpectedResult(case_sensitive,
195 static ResultType ExpectedResult(bool case_sensitive,
199 if (case_sensitive)
  /external/chromium_org/pdf/
preview_mode_client.h 60 bool case_sensitive,
preview_mode_client.cc 122 bool case_sensitive,
out_of_process_instance.h 58 virtual bool StartFind(const std::string& text, bool case_sensitive) OVERRIDE;
126 bool case_sensitive,
  /external/chromium_org/base/strings/
string_util.cc 415 bool case_sensitive) {
416 if (case_sensitive)
423 bool StartsWithT(const STR& str, const STR& search, bool case_sensitive) {
424 if (case_sensitive) {
435 bool case_sensitive) {
436 return StartsWithT(str, search, case_sensitive);
440 bool EndsWithT(const STR& str, const STR& search, bool case_sensitive) {
445 if (case_sensitive)
453 bool case_sensitive) {
454 return EndsWithT(str, search, case_sensitive);
    [all...]
string_util.h 318 bool case_sensitive);
321 bool case_sensitive);
326 bool case_sensitive);
329 bool case_sensitive);
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc 290 BOOL case_sensitive = (match_opts & CASE_INSENSITIVE) ? TRUE : FALSE; local
322 case_sensitive)) {
337 case_sensitive)) {
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 73 bool case_sensitive,
pepper_webplugin_impl.cc 244 bool case_sensitive,
246 return instance_->StartFind(search_text, case_sensitive, identifier);

Completed in 813 milliseconds

1 2