HomeSort by relevance Sort by last modified time
    Searched refs:match_index (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/base/i18n/
string_search.cc 40 const string16& in_this, size_t* match_index, size_t* match_length) {
53 if (match_index)
54 *match_index = index;
64 if (match_index)
65 *match_index = static_cast<size_t>(index);
73 size_t* match_index,
76 in_this, match_index, match_length);
string_search.h 16 // Returns true if |in_this| contains |find_this|. If |match_index| or
26 size_t* match_index,
38 // Returns true if |in_this| contains |find_this|. If |match_index| or
42 size_t* match_index,
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos.cc 44 size_t match_index = 0; local
47 name_to_search, &match_index, &match_length) || (match_index != 0))
history_url_provider_unittest.cc     [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 405 self.match_index = None
493 s.append('match_index: ' + str(self.match_index))
    [all...]
  /external/chromium/chrome/browser/history/
history_types.cc 290 size_t match_index = i->second[match]; local
291 if (match_index >= begin && match_index <= end)
  /external/chromium_org/chrome/browser/history/
history_types.cc 236 size_t match_index = i->second[match]; local
237 if (match_index >= begin && match_index <= end)
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 898 size_t match_index; local
899 while ((match_index = title->find(L'\n', current_index)) != string16::npos) {
900 title->replace(match_index, 1, string16());
901 current_index = match_index;
  /external/chromium_org/chrome/browser/ui/
browser.cc 586 size_t match_index; local
587 while ((match_index = title->find(L'\n', current_index)) != string16::npos) {
588 title->replace(match_index, 1, string16());
589 current_index = match_index;
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 861 size_t match_index; local
862 while ((match_index = title->find(L'\n', current_index)) != string16::npos) {
863 title->replace(match_index, 1, string16());
864 current_index = match_index;
    [all...]

Completed in 1380 milliseconds