OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROCEED
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h
25
// decides to
proceed
in the first interstitial, we display all queued unsafe
56
// to
proceed
on the currently showing interstitial.
70
virtual void
Proceed
();
87
PROCEED
,
107
// SBInterstitial[Phishing|Malware|Multiple][Show|
Proceed
|DontProceed].
125
// Notifies the SafeBrowsingService on the IO thread whether to
proceed
or not
129
bool
proceed
);
safe_browsing_blocking_page.cc
72
"<a href=\"\" onclick=\"sendCommand('
proceed
'); return false;\" "
84
static const char* const kProceedCommand = "
proceed
";
428
Proceed
();
492
void SafeBrowsingBlockingPage::
Proceed
() {
493
RecordUserAction(
PROCEED
);
512
InterstitialPage::
Proceed
();
522
// We could have already called
Proceed
(), in which case we must not notify
536
// The user does not want to
proceed
, clear the queued unsafe resources
585
case
PROCEED
:
586
action.append("
Proceed
");
[
all
...]
/external/chromium/chrome/browser/ssl/
ssl_blocking_page.cc
32
PROCEED
,
80
strings.SetString("
proceed
",
118
Proceed
();
124
void SSLBlockingPage::
Proceed
() {
125
RecordSSLBlockingPageStats(
PROCEED
);
131
InterstitialPage::
Proceed
();
/external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.cc
45
PROCEED
,
118
auto_confirm_for_tests = should_proceed ?
PROCEED
: ABORT;
209
if (auto_confirm_for_tests ==
PROCEED
|| has_no_warnings ||
/external/chromium_org/chrome/browser/extensions/
bundle_installer.cc
38
PROCEED
,
94
g_auto_approve_for_test = auto_approve ?
PROCEED
: ABORT;
267
if (g_auto_approve_for_test ==
PROCEED
) {
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h
25
// decides to
proceed
in the first interstitial, we display all queued unsafe
67
// to
proceed
on the currently showing interstitial.
100
// report but clicked "
proceed
anyway", we delay the call to
113
PROCEED
,
119
// SBInterstitial[Phishing|Malware|Multiple][Show|
Proceed
|DontProceed].
152
// Notifies the SafeBrowsingUIManager on the IO thread whether to
proceed
156
const UnsafeResourceList& resources, bool
proceed
);
safe_browsing_blocking_page.cc
88
// but clicked "
proceed
anyway", we delay the call to
99
const char kProceedCommand[] = "
proceed
";
343
interstitial_page_->
Proceed
();
344
// |this| has been deleted after
Proceed
() returns.
457
RecordUserAction(
PROCEED
);
485
// We could have already called
Proceed
(), in which case we must not notify
496
// The user does not want to
proceed
, clear the queued unsafe resources
565
case
PROCEED
:
628
if (event ==
PROCEED
|| event == DONT_PROCEED) {
632
if (event ==
PROCEED
) {
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/management/
management_api.cc
74
PROCEED
,
557
Finish(auto_confirm_for_test ==
PROCEED
);
566
auto_confirm_for_test = should_proceed ?
PROCEED
: ABORT;
Completed in 79 milliseconds