Home | History | Annotate | Download | only in history

Lines Matching refs:url_row3

1080   URLRow url_row3;
1081 EXPECT_TRUE(backend_->db_->GetRowForURL(url3, &url_row3) == 0);
1086 EXPECT_FALSE(backend_->db_->GetRowForURL(url3, &url_row3) == 0);
1087 EXPECT_TRUE(url_row3.visit_count() == 0);