Home | History | Annotate | Download | only in android

Lines Matching refs:new_row1

1021   URLRow new_row1;
1022 ASSERT_TRUE(history_db_.GetRowForURL(row1.url(), &new_row1));
1023 EXPECT_EQ(5, new_row1.visit_count());
1025 ASSERT_TRUE(history_db_.GetVisitsForURL(new_row1.id(), &visits));
1099 URLRow new_row1;
1100 ASSERT_TRUE(history_db_.GetRowForURL(row1.url(), &new_row1));
1101 EXPECT_EQ(11, new_row1.visit_count());
1102 EXPECT_EQ(update_row1.last_visit_time(), new_row1.last_visit());
1104 ASSERT_TRUE(history_db_.GetVisitsForURL(new_row1.id(), &visits));