Home
last modified time | relevance | path

Searched refs:HistoryInfoMap (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_url_index.h233 typedef std::map<HistoryID, URLRow> HistoryInfoMap; typedef
402 HistoryInfoMap history_info_map_;
Din_memory_url_index_unittest.cc549 InMemoryURLIndex::HistoryInfoMap history_info_map( in TEST_F()
608 for (InMemoryURLIndex::HistoryInfoMap::const_iterator expected = in TEST_F()
611 InMemoryURLIndex::HistoryInfoMap::const_iterator actual = in TEST_F()
Din_memory_url_index.cc303 HistoryInfoMap::iterator row_pos = history_info_map_.find(row_id); in UpdateURL()
846 HistoryInfoMap::const_iterator hist_pos = in operator ()()
1038 for (HistoryInfoMap::const_iterator iter = history_info_map_.begin(); in SaveHistoryInfoMap()