HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 201 - 225 of 2626) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Music/res/layout-keyshidden/
create_playlist.xml 63 <Button android:id="@+id/cancel"
65 android:text="@string/cancel"
  /packages/apps/Stk/res/values/
strings.xml 32 <!-- Cancel button used to dismiss a message dialog and terminate the current SIM session-->
33 <string name="button_cancel">Cancel</string>
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDialog.java 35 * A JFace dialog is perfect if you want a typical "OK | cancel" workflow, with the OK and
36 * cancel things all handled for you using a predefined layout. If you want a different set
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.mm 147 // Called when someone clicks on the cancel button.
148 - (void)cancel:(id)sender {
149 // Subclasses must override this method if they do not hide the cancel button.
395 // Called when someone clicks on the "Cancel" button.
396 - (IBAction)cancel:(id)sender {
397 if (delegate_ && delegate_->AsConfirmInfoBarDelegate()->Cancel())
401 // Confirm infobars can have OK and/or cancel buttons, depending on
413 << "Cancel button expected to be on the right of the Ok button in nib";
421 // Update and position the Cancel button if needed. Otherwise, hide it.
428 // Position the cancel button to the left of the Close button
    [all...]
mock_confirm_infobar_delegate.h 39 virtual bool Cancel() OVERRIDE;
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 103 * trying to load the resource. The default behavior is to send the cancel
107 * @param cancelMsg The message to send if the host wants to cancel
110 * a redirect loop, it will cancel the load.
190 * resource. The host application must call either handler.cancel() or
192 * response to future SSL errors. The default behavior is to cancel the
202 handler.cancel();
218 * has to call either handler.cancel() or handler.proceed() as the
220 * default behavior is to cancel, returning no client certificate.
231 handler.cancel();
236 * default behavior is to cancel the request
    [all...]
  /external/bluetooth/bluez/cups/
cups.h 30 CUPS_BACKEND_CANCEL = 5, /* Job failed, cancel job */
  /external/chromium/base/synchronization/
cancellation_flag.h 15 // CancellationFlag allows one thread to cancel jobs executed on some worker
  /external/chromium/chrome/browser/chromeos/cros/
syslogs_library.h 29 // Returns the request handle. Call CancelRequest(Handle) to cancel
  /external/chromium/chrome/browser/download/
download_file.h 46 // Handle for informing the ResourceDispatcherHost of a UI based cancel.
download_request_infobar_delegate.cc 25 host_->Cancel();
  /external/chromium/chrome/browser/importer/
importer.cc 15 void Importer::Cancel() {
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.h 44 void Cancel();
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 25 virtual void Cancel();
setup_flow_login_step.h 23 virtual void Cancel();
setup_flow_register_step.h 24 virtual void Cancel();
setup_flow_start_host_step.h 26 virtual void Cancel();
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 121 // and the button bar is a hbox holding the 2 buttons (try again and cancel).
196 // Message text and the Try Again + Cancel buttons are visible, hide the
206 // Heading text, icon and cancel button are visible, hide the Try Again
223 // The text label and cancel button are hidden in this mode, but we want
  /external/chromium/chrome/browser/ssl/
ssl_cert_error_handler.h 20 // thread and allows us to cancel/continue a request it is associated with.
  /external/chromium/chrome/browser/sync/resources/
gaia_login.html 165 <input id="gaia-cancel" type="button"
166 name="cancel"
167 i18n-values="value:cancel">
201 <div id="cancel-space-no-captcha" colspan="2">
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 27 bool ConfirmInfoBarDelegate::Cancel() {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.mm 36 // must cause a cancel.
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.h 60 - (IBAction)cancel:(id)sender;
extension_uninstall_dialog_cocoa.mm 30 // Clear the key equivalent (currently 'Return') because cancel is the default
  /external/chromium/chrome/browser/ui/
input_window_dialog.h 27 // Callback for when the user clicks the Cancel button.

Completed in 658 milliseconds

1 2 3 4 5 6 7 891011>>