Home
last modified time | relevance | path

Searched refs:match_index (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_types.cc290 size_t match_index = i->second[match]; in AdjustResultMap() local
291 if (match_index >= begin && match_index <= end) in AdjustResultMap()
/external/chromium/chrome/browser/ui/
Dbrowser.cc861 size_t match_index; in FormatTitleForDisplay() local
862 while ((match_index = title->find(L'\n', current_index)) != string16::npos) { in FormatTitleForDisplay()
863 title->replace(match_index, 1, string16()); in FormatTitleForDisplay()
864 current_index = match_index; in FormatTitleForDisplay()