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

  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 225 explicit HistoryItemFactorGreater(const HistoryInfoMap& history_info_map);
231 const history::HistoryInfoMap& history_info_map_;
376 HistoryInfoMap history_info_map_;
in_memory_url_index_types.h 173 typedef std::map<HistoryID, HistoryInfoMapValue> HistoryInfoMap;
url_index_private_data.cc 294 HistoryInfoMap::iterator row_pos = history_info_map_.find(row_id);
343 HistoryInfoMap::iterator row_pos = history_info_map_.find(url_id);
385 HistoryInfoMap::iterator pos = std::find_if(
    [all...]
in_memory_url_index_unittest.cc 363 for (HistoryInfoMap::const_iterator expected_info =
366 HistoryInfoMap::const_iterator actual_info =
    [all...]
  /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 38 milliseconds