Lines Matching refs:master

144       EXPECT_TRUE(found) << "URL " << i << "not found in master.";
314 // This tests that the master correctly resizes its tables when it gets too
479 VisitedLinkMaster* master() const { return visited_link_master_.get(); }
628 // add some URLs to master.
629 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster();
631 master->AddURL(GURL("http://acidtests.org/"));
632 master->AddURL(GURL("http://google.com/"));
633 master->AddURL(GURL("http://chromium.org/"));
635 master->AddURL(GURL("http://acidtests.org/"));
649 master->AddURL(GURL("http://google.com/chrome/"));
650 master->AddURL(GURL("http://webkit.org/"));
651 master->AddURL(GURL("http://acid3.acidtests.org/"));
660 master->AddURL(GURL("http://acidtests.org/"));
669 master->AddURL(GURL("http://build.chromium.org/"));
670 master->DeleteAllURLs();
681 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster();
685 master->AddURL(GURL("http://acidtests.org/"));
686 master->AddURL(GURL("http://google.com/"));
687 master->AddURL(GURL("http://chromium.org/"));
695 master->DeleteAllURLs();
705 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster();
712 master->AddURL(GURL("http://acidtests.org/"));
713 master->AddURL(GURL("http://google.com/"));
714 master->AddURL(GURL("http://chromium.org/"));
734 master->AddURL(TestURL(i));
751 VisitedLinkMaster* master = profile_->GetVisitedLinkMaster();
754 master->AddURL(GURL("http://acidtests.org/"));
755 master->AddURL(GURL("http://google.com/"));
756 master->AddURL(GURL("http://chromium.org/"));
762 master->DeleteURLs(deleted_urls);