HomeSort by relevance Sort by last modified time
    Searched refs:Proceed (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/content/public/browser/
interstitial_page.h 65 // Delegates should call this method when the user has chosen NOT to proceed
71 // Delegates should call this method when the user has chosen to proceed to
74 virtual void Proceed() = 0;
  /external/chromium_org/android_webview/browser/
aw_login_delegate.h 27 virtual void Proceed(const base::string16& user,
aw_login_delegate.cc 70 void AwLoginDelegate::Proceed(const base::string16& user,
  /external/chromium_org/android_webview/native/
aw_http_auth_handler.h 40 void Proceed(JNIEnv* env, jobject obj, jstring username, jstring password);
aw_http_auth_handler.cc 39 void AwHttpAuthHandler::Proceed(JNIEnv* env,
45 login_delegate_->Proceed(ConvertJavaStringToUTF16(env, user),
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page.cc 75 interstitial_page_->Proceed();
127 if (command == "proceed") {
128 interstitial_page_->Proceed();
169 interstitial_page_->Proceed();
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.h 34 void Proceed(JNIEnv* env, jobject obj);
interstitial_page_delegate_android.cc 34 void InterstitialPageDelegateAndroid::Proceed(JNIEnv* env, jobject obj) {
36 page_->Proceed();
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 35 virtual void NotifyBlockingPageComplete(bool proceed) OVERRIDE;
57 void OnBlockingPageComplete(bool proceed) {
58 if (proceed)
88 void TestOfflineLoadPage::NotifyBlockingPageComplete(bool proceed) {
89 test_page_->OnBlockingPageComplete(proceed);
106 // Simulate the user clicking "proceed".
107 interstitial->Proceed();
133 // Simulate the user clicking "don't proceed".
139 // We did not proceed, the pending entry should be gone.
offline_load_page.cc 147 void OfflineLoadPage::NotifyBlockingPageComplete(bool proceed) {
149 BrowserThread::IO, FROM_HERE, base::Bind(callback_, proceed));
160 interstitial_page_->Proceed();
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h 49 PROCEED_ACTION, // "Proceed" was selected.
50 DONT_PROCEED_ACTION // "Don't proceed" was selected.
64 virtual void Proceed() OVERRIDE;
233 // If true and the user chooses not to proceed the target NavigationController
242 // Whether the Proceed or DontProceed methods have been called yet.
interstitial_page_impl.cc 603 void InterstitialPageImpl::Proceed() {
624 // Since the user wants to proceed, we'll let any blocked request go through.
806 // User decided to proceed and either the navigation was committed or
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 117 void OnBlockingPageComplete(bool proceed) {
118 if (proceed)
169 sb_interstitial->interstitial_page_->Proceed();
170 // Proceed() posts a task to update the SafeBrowsingService::Client.
234 // Simulate the user clicking "don't proceed".
241 // We did not proceed, the pending entry should be gone.
267 // Simulate the user clicking "proceed".
304 // Simulate the user clicking "don't proceed".
309 // We did not proceed, we should be back to the first page, the 2nd one should
338 // Simulate the user clicking "proceed"
    [all...]
safe_browsing_blocking_page.cc 87 // but clicked "proceed anyway", we delay the call to
97 const char kProceedCommand[] = "proceed";
315 RecordUserDecision(PROCEED);
316 interstitial_page_->Proceed();
317 // |this| has been deleted after Proceed() returns.
452 // We could have already called Proceed(), in which case we must not notify
465 // The user does not want to proceed, clear the queued unsafe resources
519 case PROCEED:
539 if (decision == PROCEED || decision == DONT_PROCEED) {
613 bool proceed) {
    [all...]
safe_browsing_blocking_page_test.cc 7 // these urls, and sends "goback" or "proceed" commands and verifies
458 interstitial_page->Proceed();
532 // Simulate the user clicking "proceed", there should be no crash. Since
533 // clicking proceed may do nothing (see comment in MalwareRedirectCanceled
537 SendCommand("\"proceed\"");
634 // If the redirect was from subresource but canceled, "proceed" will continue
643 // Clicking proceed won't do anything if the main request is cancelled
660 EXPECT_EQ(HIDDEN, GetVisibility("proceed-link"));
664 EXPECT_EQ(VISIBLE, GetVisibility("proceed-link"));
685 EXPECT_EQ(HIDDEN, GetVisibility("proceed-link"))
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor_browsertest.cc 287 interstitial_page->Proceed();
332 interstitial_page->Proceed();
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 126 // filter on the IO thread had not been updated yet. Proceed with the
265 // proceed on a blocked page.
276 interstitial_page_->Proceed();
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc 214 interstitial_page_->Proceed();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 94 OKED, // Proceed was called.
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 137 bool proceed,
140 if (expired_but_previously_allowed && proceed)
142 else if (expired_but_previously_allowed && !proceed)
144 else if (!expired_but_previously_allowed && proceed)
162 void RecordSSLBlockingPageDetailedStats(bool proceed,
171 expired_but_previously_allowed, proceed, overridable);
173 if (proceed) {
182 if (proceed) {
188 } else if (!proceed) {
194 if (proceed)
    [all...]
ssl_browser_tests.cc 266 interstitial_page->Proceed();
457 // Visits a page with https error and proceed:
490 // Visits a page with https error and don't proceed (and ensure we can still
725 // Proceed anyway.
    [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 406 // If a (blank) login interstitial was displayed, proceed so that the
411 interstitial_page->Proceed();
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 240 void Proceed() {
241 interstitial_page_->Proceed();
656 // ui_test_utils::NavigateToURL would proceed before the URL had committed.
    [all...]
  /external/chromium_org/remoting/webapp/
session_connector_impl.js 377 // Proceed only if the connection hasn't been canceled.
  /external/libvorbis/doc/
03-codebook.tex 157 Lookup type zero indicates no lookup to be read. Proceed past

Completed in 717 milliseconds

1 2