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

  /external/chromium/chrome/browser/history/
text_database.h 47 Snippet::MatchPositions title_match_positions; member in struct:history::TextDatabase::Match
text_database_unittest.cc 219 EXPECT_EQ(0U, results[0].title_match_positions.size());
220 EXPECT_EQ(0U, results[1].title_match_positions.size());
221 EXPECT_EQ(0U, results[2].title_match_positions.size());
text_database.cc 353 &match.title_match_positions);
355 &match.title_match_positions);
history_types.h 347 // If this is a title match, title_match_positions contains an entry for
350 const Snippet::MatchPositions& title_match_positions() const { function in class:history::URLResult
history_backend.cc     [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 204 return !result.title_match_positions().empty();
233 const Snippet::MatchPositions& title_matches = result.title_match_positions();

Completed in 65 milliseconds