Searched defs:SafeBrowsingBlockingPage (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h12 // The SafeBrowsingBlockingPage is created by the SafeBrowsingService on the UI
45 class SafeBrowsingBlockingPage : public InterstitialPage { class in inherits: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* CreateSafeBrowsingPag
[all...]
H A Dsafe_browsing_blocking_page.cc5 // 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( function in class:SafeBrowsingBlockingPage
154 bool SafeBrowsingBlockingPage::CanShowMalwareDetailsOption() {
159 SafeBrowsingBlockingPage
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h12 // The SafeBrowsingBlockingPage is created by the SafeBrowsingUIManager on the
54 class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate { class in inherits:content::InterstitialPageDelegate
60 virtual ~SafeBrowsingBlockingPage();
71 // SafeBrowsingBlockingPage objects. Useful for tests.
94 SafeBrowsingBlockingPage(SafeBrowsingUIManager* ui_manager,
203 // The factory used to instanciate SafeBrowsingBlockingPage objects.
205 // SafeBrowsingBlockingPage.
208 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPage);
211 class SafeBrowsingBlockingPageV1 : public SafeBrowsingBlockingPage {
240 class SafeBrowsingBlockingPageV2 : public SafeBrowsingBlockingPage {
[all...]
H A Dsafe_browsing_blocking_page.cc5 // Implementation of the SafeBrowsingBlockingPage class.
118 base::LazyInstance<SafeBrowsingBlockingPage::UnsafeResourceMap>
142 SafeBrowsingBlockingPageFactory* SafeBrowsingBlockingPage::factory_ = NULL;
149 virtual SafeBrowsingBlockingPage* CreateSafeBrowsingPage(
152 const SafeBrowsingBlockingPage::UnsafeResourceList& unsafe_resources)
179 SafeBrowsingBlockingPage::SafeBrowsingBlockingPage( function in class:SafeBrowsingBlockingPage
238 bool SafeBrowsingBlockingPage::CanShowMalwareDetailsOption() {
243 SafeBrowsingBlockingPage::~SafeBrowsingBlockingPage() {
[all...]

Completed in 74 milliseconds