Searched refs:InMemoryIndex (Results 1 – 4 of 4) sorted by relevance
74 history::InMemoryURLIndex* InMemoryIndex() const { return index_.get(); } in InMemoryIndex() function
227 history::InMemoryURLIndex* HistoryService::InMemoryIndex() { in InMemoryIndex() function in HistoryService233 return in_memory_backend_->InMemoryIndex(); in InMemoryIndex()
160 history::InMemoryURLIndex* InMemoryIndex();
189 return history_service->InMemoryIndex(); in GetIndex()