Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:history

15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/history/in_memory_url_index.h"
20 namespace history {
22 } // namespace history
25 // the history system) which quickly (and synchronously) provides matching
27 // history.
58 const history::ScoredHistoryMatch& history_match,
61 // Returns the index that should be used for history lookups.
62 history::InMemoryURLIndex* GetIndex();
65 void set_index(history::InMemoryURLIndex* index) {
73 scoped_ptr<history::InMemoryURLIndex> index_for_testing_;