Searched refs:Proceed (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_load_page.cc75 interstitial_page_->Proceed();
128 interstitial_page_->Proceed();
169 interstitial_page_->Proceed();
/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.h27 virtual void Proceed(const base::string16& user,
H A Daw_login_delegate.cc70 void AwLoginDelegate::Proceed(const base::string16& user, function in class:android_webview::AwLoginDelegate
/external/chromium_org/android_webview/native/
H A Daw_http_auth_handler.h40 void Proceed(JNIEnv* env, jobject obj, jstring username, jstring password);
H A Daw_http_auth_handler.cc39 void AwHttpAuthHandler::Proceed(JNIEnv* env, function in class:android_webview::AwHttpAuthHandler
45 login_delegate_->Proceed(ConvertJavaStringToUTF16(env, user),
/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.h34 void Proceed(JNIEnv* env, jobject obj);
H A Dinterstitial_page_delegate_android.cc34 void InterstitialPageDelegateAndroid::Proceed(JNIEnv* env, jobject obj) { function in class:content::InterstitialPageDelegateAndroid
36 page_->Proceed();
/external/chromium_org/content/public/browser/
H A Dinterstitial_page.h74 virtual void Proceed() = 0;
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc107 interstitial->Proceed();
H A Doffline_load_page.cc160 interstitial_page_->Proceed();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc169 sb_interstitial->interstitial_page_->Proceed();
170 // Proceed() posts a task to update the SafeBrowsingService::Client.
424 // Proceed through the 1st interstitial.
480 // Proceed through the 1st interstitial.
495 // Proceed through the 2nd interstitial.
529 // Proceed, then navigate back.
582 sb_interstitial->interstitial_page_->Proceed();
584 // Proceed() and DontProceed() post a task to update the
H A Dsafe_browsing_blocking_page.cc316 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
H A Dsafe_browsing_blocking_page_test.cc458 interstitial_page->Proceed();
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor_browsertest.cc287 interstitial_page->Proceed();
332 interstitial_page->Proceed();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc126 // filter on the IO thread had not been updated yet. Proceed with the
276 interstitial_page_->Proceed();
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc214 interstitial_page_->Proceed();
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h49 PROCEED_ACTION, // "Proceed" was selected.
64 virtual void Proceed() OVERRIDE;
242 // Whether the Proceed or DontProceed methods have been called yet.
H A Dinterstitial_page_impl.cc603 void InterstitialPageImpl::Proceed() { function in class:content::InterstitialPageImpl
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc94 OKED, // Proceed was called.
1630 interstitial->Proceed();
1688 interstitial->Proceed();
1746 interstitial->Proceed();
1938 // Test that after Proceed is called and an interstitial is still shown, no more
1963 interstitial->Proceed();
2012 interstitial2->Proceed();
2047 interstitial1->Proceed();
2069 interstitial2->Proceed();
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc561 interstitial_page_->Proceed();
639 // It's possible that callback_ may not exist if the user clicks "Proceed"
H A Dssl_browser_tests.cc266 interstitial_page->Proceed();
725 // Proceed anyway.
887 // Proceed through the SSL interstitial. This doesn't use
896 tab->GetInterstitialPage()->Proceed();
1668 // Navigate to an unsafe site. Proceed with interstitial page to indicate
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.cc411 interstitial_page->Proceed();
H A Dlogin_prompt_browsertest.cc1282 // An overrideable SSL interstitial is now being displayed. Proceed through
1284 contents->GetInterstitialPage()->Proceed();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc240 void Proceed() { function in class:__anon5034::TestInterstitialPage
241 interstitial_page_->Proceed();
1921 interstitial->Proceed();
/external/libvorbis/doc/
H A D03-codebook.tex157 Lookup type zero indicates no lookup to be read. Proceed past

Completed in 5926 milliseconds

12