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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index_cache.proto 49 repeated int64 history_id = 3 [packed=true];
63 required int64 history_id = 1;
78 required int64 history_id = 1;
url_index_private_data.cc 702 HistoryID history_id = static_cast<HistoryID>(row_id); local
703 DCHECK_LT(history_id, std::numeric_limits<HistoryID>::max());
711 history_info_map_[history_id].url_row = new_row;
716 word_starts_map_[history_id] = word_starts;
743 HistoryID history_id = static_cast<HistoryID>(row.id()); local
757 AddWordToIndex(*word_iter, history_id);
763 HistoryID history_id) {
766 UpdateWordHistory(word_pos->second, history_id);
768 AddWordHistory(term, history_id);
772 HistoryID history_id) {
832 HistoryID history_id = static_cast<HistoryID>(row.id()); local
840 HistoryID history_id = static_cast<HistoryID>(row.id()); local
1163 HistoryID history_id = iter->history_id(); local
1205 HistoryID history_id = iter->history_id(); local
    [all...]
url_index_private_data.h 208 void operator()(const HistoryID history_id);
275 // history item identified by |history_id| to the index.
276 void AddWordToIndex(const base::string16& uni_word, HistoryID history_id);
279 // |history_id| as the initial element of the word's set.
280 void AddWordHistory(const base::string16& uni_word, HistoryID history_id);
283 // |history_id| to set for |word_id| in the word_id_history_map_.
284 void UpdateWordHistory(WordID word_id, HistoryID history_id);
286 // Adds |word_id| to |history_id|'s entry in the history/word map,
288 void AddToHistoryIDWordMap(HistoryID history_id, WordID word_id);
in_memory_url_index_types.h 161 // A map from history_id to the history's URL and title.
164 // A map from history_id to URL and page title word start metrics.
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 160 static final int HISTORY_ID = 2001;
219 matcher.addURI(authority, "history/#", HISTORY_ID);
    [all...]

Completed in 259 milliseconds