Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:SafeBrowsingBlockingPage

12 // The SafeBrowsingBlockingPage is created by the SafeBrowsingService on the UI
45 class SafeBrowsingBlockingPage : public InterstitialPage {
50 virtual ~SafeBrowsingBlockingPage();
62 // SafeBrowsingBlockingPage objects. Usefull for tests.
80 SafeBrowsingBlockingPage(SafeBrowsingService* service,
156 // The factory used to instanciate SafeBrowsingBlockingPage objects.
158 // SafeBrowsingBlockingPage.
161 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPage);
164 // Factory for creating SafeBrowsingBlockingPage. Useful for tests.
169 virtual SafeBrowsingBlockingPage* CreateSafeBrowsingPage(
172 const SafeBrowsingBlockingPage::UnsafeResourceList& unsafe_resources) = 0;