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

12 3 4 5 6 7 8 91011>>

  /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/apps/
chrome_apps_client.h 30 // Do any pre app launch checks. Returns true if the app launch should proceed
  /external/chromium_org/extensions/browser/
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
  /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
77 // True if the proceed is chosen.
merge_session_load_page.cc 74 interstitial_page_->Proceed();
125 if (command == "proceed") {
126 interstitial_page_->Proceed();
167 interstitial_page_->Proceed();
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.h 40 void OnBrowserReportCloseable(bool proceed);
54 void OnReportDownloadsCancellable(bool 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/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/extensions/
extension_install_prompt.h 268 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
274 // from the webstore should proceed.
276 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
283 // the webstore should proceed. |show_dialog_callback| is optional and can be
286 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
294 // proceed. This is declared virtual for testing. |show_dialog_callback| is
297 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
305 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
312 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
321 // We *MUST* eventually call either Proceed() or Abort() on |delegate|
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 87 bool proceed,
101 if (proceed) {
107 } else if (!proceed) {
113 if (proceed)
120 if (proceed)
127 if (proceed)
221 "proceed", l10n_util::GetStringUTF16(IDS_SSL_OVERRIDABLE_PAGE_PROCEED));
363 interstitial_page_->Proceed();
400 // 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>
  /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/android_webview/native/
aw_http_auth_handler.cc 39 void AwHttpAuthHandler::Proceed(JNIEnv* env,
45 login_delegate_->Proceed(ConvertJavaStringToUTF16(env, user),
aw_http_auth_handler.h 40 void Proceed(JNIEnv* env, jobject obj, jstring username, jstring password);
  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 69 // to proceed closing the page or not, which sends us back to this method
78 bool proceed) {
79 if (!proceed)
83 if (!proceed)
85 return proceed;
88 if (!proceed) {
258 // We've finished all the unload events and can proceed to close the
284 // We've finished firing all beforeunload events and can proceed with unload
  /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/tools/telemetry/telemetry/core/platform/
linux_platform_backend.py 75 logging.error('You may proceed by manually installing dummynet. See: '
96 logging.error('You may proceed by manually installing avconv via:\n'
  /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
  /external/chromium_org/apps/
apps_client.h 27 // Do any pre app launch checks. Returns true if the app launch should proceed
  /external/chromium_org/chrome/browser/download/
download_crx_util.h 45 // Checks whether an extension download should be allowed to proceed because the

Completed in 1469 milliseconds

12 3 4 5 6 7 8 91011>>