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

1 2 3 4 5

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 27 CANCEL,
download_danger_prompt_browsertest.cc 28 expected_action_(DownloadDangerPrompt::CANCEL),
110 // Clicking the Cancel button should invoke the CANCEL action.
111 SetUpExpectations(DownloadDangerPrompt::CANCEL);
112 SimulatePromptAction(DownloadDangerPrompt::CANCEL);
download_request_limiter_unittest.cc 61 CANCEL,
103 case CANCEL:
104 host->Cancel();
213 } else if (action == DownloadRequestLimiterTest::CANCEL) {
294 testing_action_ = CANCEL;
331 testing_action_ = CANCEL;
381 testing_action_ = CANCEL;
405 // InfoBarService, and we want to test that it will Cancel() instead of
download_shelf_context_menu.cc 102 case CANCEL:
182 case CANCEL:
183 download_item_->Cancel(true /* Cancelled by user */);
248 case CANCEL:
300 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
322 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
354 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
download_shelf_context_menu.h 32 CANCEL, // Cancel the download.
download_danger_prompt.cc 85 case CANCEL: Cancel(); break;
88 Cancel();
100 Cancel();
210 RunDone(CANCEL);
  /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/nist-sip/java/javax/sip/message/
Request.java 9 String CANCEL = "CANCEL";
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ActionType.java 35 ActionBehavior.CANCEL },
39 ActionBehavior.CANCEL },
43 ActionBehavior.CANCEL },
48 ActionBehavior.CANCEL },
51 ActionBehavior.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_linux.cc 149 return CANCEL;
159 return CANCEL;
169 return CANCEL;
176 void PrintingContextLinux::Cancel() {
printing_context_no_system_dialog.cc 105 return CANCEL;
115 return CANCEL;
125 return CANCEL;
132 void PrintingContextNoSystemDialog::Cancel() {
printing_context.h 31 CANCEL,
92 virtual void Cancel() = 0;
129 // Did the user cancel the print job.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
ErrorCode.java 33 CANCEL(8, 5, -1),
PushObserver.java 66 PushObserver CANCEL = new PushObserver() {
  /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.
  /frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeUpCall.java 42 static final String CANCEL = "CANCEL";
47 boolean cancel = intent.hasExtra(CANCEL);
48 if (!cancel) {
84 // cancel alarms
86 am.cancel(PendingIntent.getBroadcast(context, 0, intent, 0));
  /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?")
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
ActionBehavior.java 32 CANCEL(R.string.settings_cancel);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
ActionType.java 31 CANCEL(R.string.title_cancel),
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 117 CANCEL = 0,
  /external/chromium_org/remoting/protocol/
jingle_messages.h 39 CANCEL,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
multi_profile_share_dialog.js 63 CANCEL: 'cancel'
94 fulfill(MultiProfileShareDialog.Result.CANCEL);

Completed in 525 milliseconds

1 2 3 4 5