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

  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 423 restored_data->history_id_word_map_.size());
458 rebuilt_data->history_id_word_map_.size());
487 data_copy->history_id_word_map_ = history_id_word_map_;
509 history_id_word_map_.clear();
    [all...]
in_memory_url_index_unittest.cc 305 EXPECT_FALSE(data.history_id_word_map_.empty());
316 EXPECT_TRUE(data.history_id_word_map_.empty());
347 EXPECT_EQ(expected.history_id_word_map_.size(),
348 actual.history_id_word_map_.size());
360 ExpectMapOfContainersIdentical(expected.history_id_word_map_,
361 actual.history_id_word_map_);
    [all...]
url_index_private_data.h 372 HistoryIDWordMap history_id_word_map_; member in class:history::URLIndexPrivateData

Completed in 464 milliseconds