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

1 2 3 4 5 6

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 27 CANCEL,
download_danger_prompt_browsertest.cc 31 expected_action_(DownloadDangerPrompt::CANCEL),
120 // Clicking the Cancel button should invoke the CANCEL action.
121 SetUpExpectations(DownloadDangerPrompt::CANCEL);
122 SimulatePromptAction(DownloadDangerPrompt::CANCEL);
download_request_limiter_unittest.cc 62 CANCEL,
104 case CANCEL:
105 host->Cancel();
214 } else if (action == DownloadRequestLimiterTest::CANCEL) {
295 testing_action_ = CANCEL;
332 testing_action_ = CANCEL;
382 testing_action_ = CANCEL;
406 // 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.
  /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) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ActionType.java 35 ActionBehavior.CANCEL },
39 ActionBehavior.CANCEL },
43 ActionBehavior.CANCEL },
47 ActionBehavior.CANCEL },
51 ActionBehavior.CANCEL },
56 ActionBehavior.CANCEL },
59 ActionBehavior.CANCEL },
  /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_linux.cc 149 return CANCEL;
159 return CANCEL;
169 return CANCEL;
176 void PrintingContextLinux::Cancel() {
printing_context_no_system_dialog.cc 107 return CANCEL;
117 return CANCEL;
127 return CANCEL;
134 void PrintingContextNoSystemDialog::Cancel() {
printing_context.h 44 CANCEL,
105 virtual void Cancel() = 0;
144 // 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/base/tests/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?")
  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc 78 ExtensionInstallPrompt::CANCEL;
98 ExtensionInstallPrompt::CANCEL;
115 ExtensionInstallPrompt::CANCEL;
125 ExtensionInstallPrompt::CANCEL;
  /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/safe_browsing/
safe_browsing_blocking_page_unittest.cc 93 CANCEL
121 user_response_ = CANCEL;
238 EXPECT_EQ(CANCEL, user_response());
306 EXPECT_EQ(CANCEL, user_response());
383 EXPECT_EQ(CANCEL, user_response());
441 EXPECT_EQ(CANCEL, user_response());
621 EXPECT_EQ(CANCEL, user_response());
  /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,

Completed in 710 milliseconds

1 2 3 4 5 6