HomeSort by relevance Sort by last modified time
    Searched full:history_id (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
in_memory_url_index_cache.proto 49 repeated int64 history_id = 3 [packed=true];
58 required int64 history_id = 1;
in_memory_url_index.cc 170 HistoryID history_id = static_cast<HistoryID>(row.id()); local
179 history_info_map_[history_id] = new_row;
191 AddWordToIndex(*word_iter, history_id);
530 HistoryID history_id) {
533 UpdateWordHistory(word_pos->second, history_id);
535 AddWordHistory(uni_word, history_id);
538 void InMemoryURLIndex::UpdateWordHistory(WordID word_id, HistoryID history_id) {
542 history_id_set.insert(history_id);
548 HistoryID history_id) {
553 history_id_set.insert(history_id);
1067 HistoryID history_id = iter->history_id(); local
    [all...]
in_memory_url_index.h 232 // A map from history_id to the history's URL and title.
244 void operator()(const HistoryID history_id);
303 // history item identified by |history_id| to the index.
304 void AddWordToIndex(const string16& uni_word, HistoryID history_id);
307 // |history_id| to set for |word_id| in the word_id_history_map_.
308 void UpdateWordHistory(WordID word_id, HistoryID history_id);
311 // |history_id| as the initial element of the word's set.
312 void AddWordHistory(const string16& uni_word, HistoryID history_id);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 158 static final int HISTORY_ID = 2001;
217 matcher.addURI(authority, "history/#", HISTORY_ID);
    [all...]

Completed in 149 milliseconds