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

  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.h 63 history::InMemoryURLIndex* GetIndex();
72 void SetIndexForTesting(history::InMemoryURLIndex* index);
77 scoped_ptr<history::InMemoryURLIndex> index_for_testing_;
history_quick_provider.cc 31 using history::InMemoryURLIndex;
93 history::InMemoryURLIndex::String16Vector terms(
94 InMemoryURLIndex::WordVectorFromString16(term_string, false));
163 InMemoryURLIndex::OffsetsFromTermMatches(history_match.url_matches);
168 InMemoryURLIndex::ReplaceOffsetsInTermMatches(history_match.url_matches,
180 history::InMemoryURLIndex* HistoryQuickProvider::GetIndex() {
193 history::InMemoryURLIndex* index) {
history_quick_provider_unittest.cc 150 history::InMemoryURLIndex* index =
151 new history::InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy")));
  /external/chromium/chrome/browser/history/
in_memory_history_backend.h 33 class InMemoryURLIndex;
47 // as the directory where the InMemoryURLIndex's cache is kept. |db| is
48 // used for building the InMemoryURLIndex. |languages| gives the
74 history::InMemoryURLIndex* InMemoryIndex() const { return index_.get(); }
100 scoped_ptr<history::InMemoryURLIndex> index_;
in_memory_url_index_unittest.cc 120 InMemoryURLIndex::String16Vector Make1Term(const char* term) {
121 InMemoryURLIndex::String16Vector terms;
126 InMemoryURLIndex::String16Vector Make2Terms(const char* term_1,
128 InMemoryURLIndex::String16Vector terms;
134 scoped_ptr<InMemoryURLIndex> url_index_;
163 url_index_.reset(new InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy"))));
175 url_index_.reset(new InMemoryURLIndex);
186 url_index_.reset(new InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy"))));
188 InMemoryURLIndex::String16Vector terms;
246 url_index_.reset(new InMemoryURLIndex(FilePath(FILE_PATH_LITERAL("/dummy"))))
    [all...]
in_memory_url_index.cc 50 const size_t InMemoryURLIndex::kNoCachedResultForTerm = -1;
75 struct InMemoryURLIndex::TermCharWordSet {
137 InMemoryURLIndex::InMemoryURLIndex(const FilePath& history_dir)
143 InMemoryURLIndex::InMemoryURLIndex()
147 InMemoryURLIndex::~InMemoryURLIndex() {}
151 bool InMemoryURLIndex::Init(history::URLDatabase* history_db,
158 void InMemoryURLIndex::ShutDown()
    [all...]
in_memory_url_index.h 84 // InMemoryURLIndex class: One will quickly notice that no effort is made to
96 class InMemoryURLIndex {
101 explicit InMemoryURLIndex(const FilePath& history_dir);
102 ~InMemoryURLIndex();
192 InMemoryURLIndex();
240 AddHistoryMatch(const InMemoryURLIndex& index,
249 const InMemoryURLIndex& index_;
384 // the InMemoryURLIndex was last populated.
405 DISALLOW_COPY_AND_ASSIGN(InMemoryURLIndex);
in_memory_history_backend.cc 48 index_.reset(new InMemoryURLIndex(history_dir));
history.h 55 class InMemoryURLIndex;
160 history::InMemoryURLIndex* InMemoryIndex();
    [all...]
history.cc 227 history::InMemoryURLIndex* HistoryService::InMemoryIndex() {

Completed in 1638 milliseconds