HomeSort by relevance Sort by last modified time
    Searched refs:CANCEL (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
SoftTextDialogInputListener.java 41 public static int CANCEL = 1;
  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 27 CANCEL,
download_danger_prompt_browsertest.cc 29 expected_action_(DownloadDangerPrompt::CANCEL),
117 // Clicking the Cancel button should invoke the CANCEL action.
118 SetUpExpectations(DownloadDangerPrompt::CANCEL);
119 SimulatePromptAction(DownloadDangerPrompt::CANCEL);
150 SetUpExpectations(DownloadDangerPrompt::CANCEL);
download_shelf_context_menu.cc 87 case CANCEL:
137 case CANCEL:
138 download_item_->Cancel(true /* Cancelled by user */);
200 case CANCEL:
252 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
272 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
304 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
download_request_limiter_unittest.cc 25 CANCEL,
53 case CANCEL:
54 host->Cancel();
217 testing_action_ = CANCEL;
254 testing_action_ = CANCEL;
304 testing_action_ = CANCEL;
324 // InfoBarService, and we want to test that it will Cancel() instead of
download_danger_prompt.cc 80 case CANCEL: Cancel(); break;
83 Cancel();
95 Cancel();
158 RunDone(CANCEL);
162 RunDone(CANCEL);
download_shelf_context_menu.h 31 CANCEL, // Cancel the download.
  /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);
download_shelf.h 57 CANCEL, // Cancel the download.
79 // A model to control the cancel behavior.
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ConfirmationCallback.java 32 public static final int CANCEL = 2;
75 if (defaultOption != YES && defaultOption != NO && defaultOption != CANCEL) {
80 if (defaultOption != OK && defaultOption != CANCEL) {
134 if (defaultOption != YES && defaultOption != NO && defaultOption != CANCEL) {
139 if (defaultOption != OK && defaultOption != CANCEL) {
221 if (selection != YES && selection != NO && selection != CANCEL) {
226 if (selection != OK && selection != CANCEL) {
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 44 CANCEL
62 user_response_ = CANCEL;
133 EXPECT_EQ(CANCEL, user_response());
  /external/nist-sip/java/javax/sip/message/
Request.java 9 String CANCEL = "CANCEL";
  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 35 * <tr><td>404</td><td>item-not-found</td><td>CANCEL</td></tr>
36 * <tr><td>409</td><td>conflict</td><td>CANCEL</td></tr>
37 * <tr><td>501</td><td>feature-not-implemented</td><td>CANCEL</td></tr>
41 * <tr><td>405</td><td>not-allowed</td><td>CANCEL</td></tr>
47 * <tr><td>404</td><td>remote-server-not-found</td><td>CANCEL</td></tr>
49 * <tr><td>502</td><td>remote-server-error</td><td>CANCEL</td></tr>
51 * <tr><td>503</td><td>service-unavailable</td><td>CANCEL</td></tr>
55 * <tr><td>408</td><td>request-timeout</td><td>CANCEL</td></tr>
297 * <li>XMPPError.Type.CANCEL - do not retry (the error is unrecoverable)
305 CANCEL,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 49 CANCEL
61 user_response_ = CANCEL;
137 EXPECT_EQ(CANCEL, user_response());
  /external/chromium_org/printing/
printing_context_gtk.cc 117 return CANCEL;
127 return CANCEL;
137 return CANCEL;
144 void PrintingContextGtk::Cancel() {
printing_context_no_system_dialog.cc 116 return CANCEL;
126 return CANCEL;
136 return CANCEL;
143 void PrintingContextNoSystemDialog::Cancel() {
printing_context.cc 42 return abort_printing_ ? CANCEL : FAILED;
printing_context.h 31 CANCEL,
88 virtual void Cancel() = 0;
125 // Did the user cancel the print job.
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_context_menu_gtk.cc 51 case CANCEL:
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 30 * This class provides several utilities to cancel bitmap decoding.
33 * decoding if another thread wants to cancel it, it calls the function
40 private static enum State {CANCEL, ALLOW}
48 if (mState == State.CANCEL) {
49 s = "Cancel";
105 boolean result = (status.mState != State.CANCEL);
115 status.mState = State.CANCEL;
123 // Since our cancel request can arrive MediaProvider earlier than getThumbnail request,
124 // we use mThumbRequesting flag to make sure our request does cancel the request.
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
example.js 25 common.naclModule.postMessage('CANCEL');
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 49 CANCEL = "cancel"
112 if s == CANCEL:
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 49 CANCEL = "cancel"
112 if s == CANCEL:
133 print "yes/no/cancel", askyesnocancel("Spam", "Want it?")
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 110 CANCEL = 0,
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 75 CANCEL
99 user_response_ = CANCEL;
195 EXPECT_EQ(CANCEL, user_response());
256 EXPECT_EQ(CANCEL, user_response());
327 EXPECT_EQ(CANCEL, user_response());
382 EXPECT_EQ(CANCEL, user_response());
546 EXPECT_EQ(CANCEL, user_response());

Completed in 413 milliseconds

1 2 3 4 5