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

  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 32 entry.all_timestamps.insert(entry.time.ToInternalValue());
127 EXPECT_EQ(3u, results[0].all_timestamps.size());
128 EXPECT_EQ(1u, results[1].all_timestamps.size());
history_ui.cc 275 all_timestamps.insert(time.ToInternalValue());
331 for (std::set<int64>::const_iterator it = all_timestamps.begin();
332 it != all_timestamps.end(); ++it) {
691 entry->all_timestamps.insert(
692 it->all_timestamps.begin(), it->all_timestamps.end());
    [all...]
history_ui.h 76 std::set<int64> all_timestamps; member in struct:BrowsingHistoryHandler::HistoryEntry

Completed in 290 milliseconds