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

  /external/chromium/chrome/browser/history/
in_memory_url_index.h 212 typedef URLID HistoryID;
213 typedef std::set<HistoryID> HistoryIDSet;
233 typedef std::map<HistoryID, URLRow> HistoryInfoMap;
238 class AddHistoryMatch : public std::unary_function<HistoryID, void> {
244 void operator()(const HistoryID history_id);
304 void AddWordToIndex(const string16& uni_word, HistoryID history_id);
308 void UpdateWordHistory(WordID word_id, HistoryID history_id);
312 void AddWordHistory(const string16& uni_word, HistoryID history_id);
in_memory_url_index.cc 170 HistoryID history_id = static_cast<HistoryID>(row.id());
171 DCHECK_LT(row.id(), std::numeric_limits<HistoryID>::max());
530 HistoryID history_id) {
538 void InMemoryURLIndex::UpdateWordHistory(WordID word_id, HistoryID history_id) {
548 HistoryID history_id) {
    [all...]

Completed in 2330 milliseconds