Home
last modified time | relevance | path

Searched refs:InMemoryIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_history_backend.h74 history::InMemoryURLIndex* InMemoryIndex() const { return index_.get(); } in InMemoryIndex() function
Dhistory.cc227 history::InMemoryURLIndex* HistoryService::InMemoryIndex() { in InMemoryIndex() function in HistoryService
233 return in_memory_backend_->InMemoryIndex(); in InMemoryIndex()
Dhistory.h160 history::InMemoryURLIndex* InMemoryIndex();
/external/chromium/chrome/browser/autocomplete/
Dhistory_quick_provider.cc189 return history_service->InMemoryIndex(); in GetIndex()