OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SafeBrowsingBlockingPage
(Results
1 - 4
of
4
) 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
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h
12
// The
SafeBrowsingBlockingPage
is created by the SafeBrowsingUIManager on the
55
class
SafeBrowsingBlockingPage
: public content::InterstitialPageDelegate {
61
virtual ~
SafeBrowsingBlockingPage
();
72
//
SafeBrowsingBlockingPage
objects. Useful for tests.
95
SafeBrowsingBlockingPage
(SafeBrowsingUIManager* ui_manager,
210
// The factory used to instanciate
SafeBrowsingBlockingPage
objects.
212
//
SafeBrowsingBlockingPage
.
219
DISALLOW_COPY_AND_ASSIGN(
SafeBrowsingBlockingPage
);
222
class SafeBrowsingBlockingPageV1 : public
SafeBrowsingBlockingPage
{
251
class SafeBrowsingBlockingPageV2 : public
SafeBrowsingBlockingPage
{
[
all
...]
safe_browsing_blocking_page.cc
5
// Implementation of the
SafeBrowsingBlockingPage
class.
111
base::LazyInstance<
SafeBrowsingBlockingPage
::UnsafeResourceMap>
150
SafeBrowsingBlockingPageFactory*
SafeBrowsingBlockingPage
::factory_ = NULL;
157
virtual
SafeBrowsingBlockingPage
* CreateSafeBrowsingPage(
160
const
SafeBrowsingBlockingPage
::UnsafeResourceList& unsafe_resources)
191
SafeBrowsingBlockingPage
::
SafeBrowsingBlockingPage
(
237
base::Bind(&
SafeBrowsingBlockingPage
::OnGotHistoryCount,
264
bool
SafeBrowsingBlockingPage
::CanShowMalwareDetailsOption() {
269
SafeBrowsingBlockingPage
::~SafeBrowsingBlockingPage()
[
all
...]
Completed in 1382 milliseconds