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

  /external/chromium/chrome/browser/history/
in_memory_url_index.h 233 typedef std::map<HistoryID, URLRow> HistoryInfoMap;
402 HistoryInfoMap history_info_map_;
in_memory_url_index_unittest.cc 549 InMemoryURLIndex::HistoryInfoMap history_info_map(
608 for (InMemoryURLIndex::HistoryInfoMap::const_iterator expected =
611 InMemoryURLIndex::HistoryInfoMap::const_iterator actual =
in_memory_url_index.cc 303 HistoryInfoMap::iterator row_pos = history_info_map_.find(row_id);
    [all...]

Completed in 172 milliseconds