OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InMemoryIndex
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_history_backend.h
74
history::InMemoryURLIndex*
InMemoryIndex
() const { return index_.get(); }
history.cc
227
history::InMemoryURLIndex* HistoryService::
InMemoryIndex
() {
233
return in_memory_backend_->
InMemoryIndex
();
history.h
160
history::InMemoryURLIndex*
InMemoryIndex
();
[
all
...]
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc
189
return history_service->
InMemoryIndex
();
/external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc
315
return history_service->
InMemoryIndex
();
/external/chromium_org/chrome/browser/history/
history_service.h
168
history::InMemoryURLIndex*
InMemoryIndex
() const {
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.cc
483
history::InMemoryURLIndex* index = history_service->
InMemoryIndex
();
Completed in 273 milliseconds