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

1 23 4 5 6 7 8 91011>>

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
simple_form.html 29 <input type="button" name="Cancel" value="Cancel" onclick="document.location='/';return false;" />
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.h 21 // be invoked with the result. In order to cancel the callback, just destroy the
42 void Cancel();
  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.h 18 // infobar allowing them to cancel.
36 virtual bool Cancel();
  /external/chromium/chrome/browser/importer/
external_process_importer_host.h 28 virtual void Cancel() OVERRIDE;
57 // conditions on import cancel.
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 25 <button type="reset" id="autofill-edit-credit-card-cancel-button"
26 i18n-content="cancel"></button>
import_data_overlay.html 34 <button id="import-data-cancel" i18n-content="cancel"></button>
  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 43 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
51 bool MockConfirmInfoBarDelegate::Cancel() {
infobar_controller.h 48 // Called when someone clicks on the OK or Cancel buttons. Subclasses
51 - (void)cancel:(id)sender;
80 // Removes the OK and Cancel buttons and resizes the textfield to use the
101 // Called when the OK and Cancel buttons are clicked.
103 - (IBAction)cancel:(id)sender;
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.cc 37 void AltErrorPageResourceFetcher::Cancel() {
38 fetcher_->Cancel();
  /frameworks/base/core/java/android/webkit/
JsPromptResult.java 24 * WebView. The client can call cancel() to cancel the dialog or confirm() with
SslErrorHandler.java 39 * Cancel this request and all pending requests for the WebView that had
42 public void cancel() {} method in class:SslErrorHandler
  /packages/apps/Browser/res/layout/
import_bookmarks_dialog.xml 42 <Button android:id="@+id/cancel"
45 android:text="@android:string/cancel"
  /packages/apps/Browser/res/layout-sw600dp/
pick_bookmark.xml 31 <Button android:id="@+id/cancel"
34 android:text="@android:string/cancel"
  /packages/apps/Email/res/layout/
account_shortcut_picker.xml 29 <!-- TODO selectableItemBackground is a placeholder for the new "cancel" style -->
31 android:id="@+id/cancel"
  /packages/apps/Gallery2/res/menu/
crop.xml 17 <item android:id="@+id/cancel"
18 android:title="@android:string/cancel"
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Future.java 21 // - Once cancel() is called, isCancelled() always returns true. It is a sticky
30 public void cancel(); method in interface:Future
  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 145 mDropTargetBarFadeInAnim.cancel();
146 mDropTargetBarFadeOutAnim.cancel();
147 mQSBSearchBarFadeInAnim.cancel();
148 mQSBSearchBarFadeOutAnim.cancel();
193 mDropTargetBarFadeOutAnim.cancel();
196 mQSBSearchBarFadeInAnim.cancel();
209 mDropTargetBarFadeInAnim.cancel();
212 mQSBSearchBarFadeOutAnim.cancel();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 56 * Cancel a system notification.
61 * Cancel all system notifications.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
operation.h 44 /** Cancel the operation. Beware! This will not necessarily cancel the execution of the operation on the server side. */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
CollectingOutputReceiver.java 42 * Cancel the output collection
44 public void cancel() { method in class:CollectingOutputReceiver
IShellOutputReceiver.java 40 * Cancel method to stop the execution of the remote shell command.
41 * @return true to cancel the execution of the command.
  /external/chromium/chrome/browser/download/
download_shelf.cc 55 case CANCEL:
76 case CANCEL:
98 case CANCEL:
140 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
160 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 53 selectionKey.cancel();
67 public void cancel() { method in class:SelectionKeyTest.MockSelectionKey
131 selectionKey.cancel();
182 selectionKey.cancel();
243 * @tests java.nio.channels.SelectionKey#cancel()
246 selectionKey.cancel();
318 selectionKey.cancel();
  /cts/tests/res/layout/
using_views_layout.xml 36 android:id="@+id/cancel"
48 android:layout_toLeftOf="@id/cancel"
49 android:layout_alignTop="@id/cancel"
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 41 notes = "Test cancel()",
42 method = "cancel",
53 mVibrator.cancel();

Completed in 1181 milliseconds

1 23 4 5 6 7 8 91011>>