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

  /external/chromium/chrome/browser/history/
text_database_unittest.cc 33 const int kTime2 = 2000;
70 Time::FromInternalValue(kTime2), kURL2, kTitle2, kBody2));
140 Time::FromInternalValue(kTime2), kURL2, kTitle2, kBody2));
164 Time::FromInternalValue(kTime2), kURL2, kTitle2, kBody2);
181 db->DeletePageData(Time::FromInternalValue(kTime2), kURL2);
211 EXPECT_TRUE(Time::FromInternalValue(kTime2) == results[1].time);
265 options.begin_time = Time::FromInternalValue((kTime2 - kTime1) / 2 + kTime1);
317 EXPECT_EQ(kTime2, first_time_searched.ToInternalValue());
visit_database_unittest.cc 106 static const int kTime2 = kTime1 + 1;
107 VisitRow visit_info2(1, Time::FromInternalValue(kTime2),
111 static const int kTime3 = kTime2 + 1;

Completed in 2907 milliseconds