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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 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
    [all...]
safe_browsing_blocking_page.cc 5 // Implementation of the SafeBrowsingBlockingPage class.
92 SafeBrowsingBlockingPageFactory* SafeBrowsingBlockingPage::factory_ = NULL;
94 static base::LazyInstance<SafeBrowsingBlockingPage::UnsafeResourceMap>
102 SafeBrowsingBlockingPage* CreateSafeBrowsingPage(
105 const SafeBrowsingBlockingPage::UnsafeResourceList& unsafe_resources) {
106 return new SafeBrowsingBlockingPage(service, tab_contents,
122 SafeBrowsingBlockingPage::SafeBrowsingBlockingPage(
154 bool SafeBrowsingBlockingPage::CanShowMalwareDetailsOption() {
159 SafeBrowsingBlockingPage::~SafeBrowsingBlockingPage()
    [all...]

Completed in 25 milliseconds