HomeSort by relevance Sort by last modified time
    Searched full:proceed (Results 26 - 50 of 1150) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_install_ui.h 56 // proceed. This is declared virtual for testing.
58 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
64 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
118 // The delegate we will call Proceed/Abort on after confirmation UI.
  /external/chromium_org/android_webview/browser/
aw_login_delegate.h 27 virtual void Proceed(const string16& user, const string16& password);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwHttpAuthHandler.java 16 public void proceed(String username, String password) { method in class:AwHttpAuthHandler
  /external/chromium_org/chrome/browser/extensions/
external_provider_interface.h 33 // Return true if the extension install will proceed. Install will not
34 // proceed if the extension is already installed from a higher priority
44 // Return true if the extension install will proceed. Install might not
45 // proceed if the extension is already installed from a higher priority
extension_install_prompt.h 255 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
261 // from the webstore should proceed.
263 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
270 // the webstore should proceed. |show_dialog_callback| is optional and can be
273 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
281 // proceed. This is declared virtual for testing. |show_dialog_callback| is
284 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
292 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
299 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
308 // We *MUST* eventually call either Proceed() or Abort() on |delegate|
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SslErrorHandlerTest.java 44 handler.proceed();
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_load_page.h 39 // Passed a boolean indicating whether or not it is OK to proceed with the
73 // True if the proceed is chosen.
merge_session_load_page.cc 120 if (command == "proceed") {
121 interstitial_page_->Proceed();
144 interstitial_page_->Proceed();
  /external/javassist/src/main/javassist/util/proxy/
MethodHandler.java 34 * @param proceed the forwarder method for invoking the overridden
46 Object invoke(Object self, Method thisMethod, Method proceed,
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 53 // Check again in UI thread and proceed if it's connected.
167 if (command == "proceed") {
168 Proceed();
184 void OfflineLoadPage::Proceed() {
188 InterstitialPage::Proceed();
211 Proceed();
  /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/ui/
unload_controller.cc 43 bool proceed) {
45 if (!proceed)
47 return proceed;
50 if (!proceed) {
170 // We've finished all the unload events and can proceed to close the
189 // We've finished firing all beforeunload events and can proceed with unload
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 7 // these urls, and sends "goback" or "proceed" commands and verifies
247 virtual void OnBlockingPageComplete(bool proceed) {
288 interstitial_page->Proceed();
381 // Simulate the user clicking "proceed", there should be no crash.
382 SendCommand("\"proceed\"");
395 // If the redirect was from subresource but canceled, "proceed" will continue
403 // Clicking proceed won't do anything if the main request is cancelled
425 SendCommand("\"proceed\""); // Simulate the user clicking "proceed"
437 SendCommand("\"takeMeBack\""); // Simulate the user clicking "proceed"
    [all...]
  /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
66 // to proceed on the currently showing interstitial.
99 // report but clicked "proceed anyway", we delay the call to
112 PROCEED,
118 // SBInterstitial[Phishing|Malware|Multiple][Show|Proceed|DontProceed].
145 // Notifies the SafeBrowsingUIManager on the IO thread whether to proceed
149 const UnsafeResourceList& resources, bool proceed);
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 86 bool proceed,
102 if (proceed) {
108 } else if (!proceed) {
114 if (proceed)
121 if (proceed)
128 if (proceed)
234 strings.SetString("proceed",
309 interstitial_page_->Proceed();
350 // It's possible that callback_ may not exist if the user clicks "Proceed"
  /external/chromium/chrome/browser/resources/
safe_browsing_multiple_threat_block.html 102 function proceed() {
103 sendCommand("proceed");
135 <input type="button" name="continue_button" i18n-values="value:continue_button" disabled="true" onclick="proceed();"><br>
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc 41 // Check again on UI thread and proceed if it's connected.
109 void OfflineResourceThrottle::OnBlockingPageComplete(bool proceed) {
112 if (proceed) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 98 "Ask if operation should proceed; return true if the answer is ok"
131 print "proceed", askokcancel("Spam", "Proceed?")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 98 "Ask if operation should proceed; return true if the answer is ok"
131 print "proceed", askokcancel("Spam", "Proceed?")
  /external/chromium_org/chrome/browser/resources/ssl/
roadblock.html 119 // This allows errors to be skippped by typing "proceed" into the page.
121 var sequence = 'proceed';
145 $('proceed-button').hidden = false;
146 $('proceed-button').addEventListener('click', function() {
214 <button i18n-content="proceed" id="proceed-button" hidden></button>
  /external/chromium_org/android_webview/native/
aw_http_auth_handler.cc 39 void AwHttpAuthHandler::Proceed(JNIEnv* env,
45 login_delegate_->Proceed(ConvertJavaStringToUTF16(env, user),
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.cc 34 void InterstitialPageDelegateAndroid::Proceed(JNIEnv* env, jobject obj) {
36 page_->Proceed();
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
InterstitialPageTest.java 67 final String proceedCommand = "PROCEED";
88 proceed();
  /external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1 2 ## In general, the safest way to proceed is to run ./autogen.sh
configure.ac.v0.2 2 ## In general, the safest way to proceed is to run ./autogen.sh

Completed in 7028 milliseconds

12 3 4 5 6 7 8 91011>>