HomeSort by relevance Sort by last modified time
    Searched full:end_word_starts (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 273 WordStarts::const_iterator end_word_starts = word_starts.end(); local
279 while ((next_word_starts != end_word_starts) &&
287 ((next_word_starts != end_word_starts) &&
321 WordStarts::const_iterator end_word_starts = local
355 while ((next_word_starts != end_word_starts) &&
359 const bool at_word_boundary = (next_word_starts != end_word_starts) &&
396 end_word_starts = word_starts.title_word_starts_.end();
406 while ((next_word_starts != end_word_starts) &&
412 DCHECK(next_word_starts != end_word_starts);

Completed in 914 milliseconds