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 30 virtual void Proceed(const base::string16& user,
aw_login_delegate.cc 74 void AwLoginDelegate::Proceed(const base::string16& user,
118 Proceed(user, password);
125 Proceed(user, password);
  /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();
126 if (command == "proceed") {
127 interstitial_page_->Proceed();
168 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 156 void OfflineLoadPage::NotifyBlockingPageComplete(bool proceed) {
158 BrowserThread::IO, FROM_HERE, base::Bind(callback_, proceed));
169 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;
232 // If true and the user chooses not to proceed the target NavigationController
241 // Whether the Proceed or DontProceed methods have been called yet.
interstitial_page_impl.cc 591 void InterstitialPageImpl::Proceed() {
612 // Since the user wants to proceed, we'll let any blocked request go through.
794 // User decided to proceed and either the navigation was committed or
    [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 63 // filter on the IO thread had not been updated yet. Proceed with the
202 // proceed on a blocked page.
224 interstitial_page_->Proceed();
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc 213 interstitial_page_->Proceed();
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 158 void OnBlockingPageComplete(bool proceed) {
159 if (proceed)
210 sb_interstitial->interstitial_page_->Proceed();
211 // Proceed() posts a task to update the SafeBrowsingService::Client.
278 // Simulate the user clicking "don't proceed".
285 // We did not proceed, the pending entry should be gone.
311 // Simulate the user clicking "proceed".
348 // Simulate the user clicking "don't proceed".
353 // We did not proceed, we should be back to the first page, the 2nd one should
382 // Simulate the user clicking "proceed"
    [all...]
safe_browsing_blocking_page_test.cc 7 // these urls, and sends "goback" or "proceed" commands and verifies
526 interstitial_page->Proceed();
609 // Simulate the user clicking "proceed", there should be no crash. Since
610 // clicking proceed may do nothing (see comment in MalwareRedirectCanceled
614 SendCommand("\"proceed\"");
718 // If the redirect was from subresource but canceled, "proceed" will continue
727 // Clicking proceed won't do anything if the main request is cancelled
749 EXPECT_EQ(HIDDEN, GetVisibility("proceed"));
753 EXPECT_EQ(VISIBLE, GetVisibility("proceed"));
758 EXPECT_EQ(HIDDEN, GetVisibility("proceed-link"))
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 92 OKED, // Proceed was called.
    [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 405 // If a (blank) login interstitial was displayed, proceed so that the
410 interstitial_page->Proceed();
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
loader.js 205 // Proceed as if the resource had loaded.
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 97 bool proceed,
132 if (proceed) {
141 if (proceed) {
147 } else if (!proceed) {
153 if (proceed)
160 if (proceed)
167 if (proceed)
289 "proceed", l10n_util::GetStringUTF16(IDS_SSL_OVERRIDABLE_PAGE_PROCEED));
514 interstitial_page_->Proceed();
575 // It's possible that callback_ may not exist if the user clicks "Proceed"
    [all...]
ssl_browser_tests.cc 260 interstitial_page->Proceed();
451 // Visits a page with https error and proceed:
477 // Visits a page with https error and don't proceed (and ensure we can still
713 // Proceed anyway.
    [all...]
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 157 for action in ('Show', 'Proceed', 'DontProceed', 'ForcedDontProceed'):
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 238 void Proceed() {
239 interstitial_page_->Proceed();
654 // ui_test_utils::NavigateToURL would proceed before the URL had committed.
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 157 Lookup type zero indicates no lookup to be read. Proceed past

Completed in 1310 milliseconds

1 2