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

  /external/chromium_org/chrome/browser/history/
visit_database_unittest.cc 108 static const int kTime2 = kTime1 + 1;
109 VisitRow visit_info2(1, Time::FromInternalValue(kTime2),
113 static const int kTime3 = kTime2 + 1;
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 514 static const base::Time kTime2 = base::Time::FromInternalValue(120);
535 entry2->SetTimestamp(kTime2);
578 EXPECT_EQ(kTime2, session_tab.navigations[1].timestamp());
606 entry2->SetTimestamp(kTime2);
676 entry2->SetTimestamp(kTime2);
707 entry2->SetTimestamp(kTime2);
749 EXPECT_EQ(kTime2, session_tab.navigations[1].timestamp());
    [all...]

Completed in 299 milliseconds