/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))
|
/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 | 893 size_t match_index; local 894 while ((match_index = title->find(L'\n', current_index)) != 896 title->replace(match_index, 1, base::string16()); 897 current_index = match_index;
|
/external/chromium_org/chrome/browser/ui/ |
browser.cc | 587 size_t match_index; local 588 while ((match_index = title->find(L'\n', current_index)) != 590 title->replace(match_index, 1, base::string16()); 591 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...] |