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

1 2

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 27 CANCEL,
download_shelf_context_menu.h 32 CANCEL, // Cancel the download.
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
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
PushObserver.java 66 PushObserver CANCEL = new PushObserver() {
ErrorCode.java 33 CANCEL(8, 5, -1),
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 117 CANCEL = 0,
  /external/chromium_org/printing/
printing_context.h 44 CANCEL,
105 virtual void Cancel() = 0;
144 // Did the user cancel the print job.
  /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/nist-sip/java/javax/sip/message/
Request.java 9 String CANCEL = "CANCEL";
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h 34 CANCEL
201 // Used to block/resume/cancel requests for the RenderViewHost hidden by this
267 // Whether the ResourceDispatcherHost has been notified to cancel/resume the
  /external/chromium_org/google_apis/drive/
request_sender_unittest.cc 24 CANCEL,
109 virtual void Cancel() OVERRIDE {
111 *finish_reason_ = CANCEL;
152 // It is safe to run the cancel closure even after the request is finished.
153 // It is just no-op. The TestRequest::Cancel method is not called.
171 EXPECT_EQ(CANCEL, finish_reason);
  /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/remoting/protocol/
jingle_messages.h 39 CANCEL,
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 122 CANCEL: 2
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 61 CANCEL, // The prompt will always cancel.
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 52 * that create responses and generate cancel requests from incoming orignial requests without the
55 * Bystrom. Szabo Barna noticed a contact in a cancel request - this is a pointless header for
56 * cancel. Antonis Kyardis contributed bug fixes. Jeroen van Bemmel noted that method names are
90 // given cancel request
118 putName(Request.CANCEL);
744 * Creates a default SIPResquest message that would cancel this request. Note that tag
748 * @return A CANCEL SIPRequest constructed according to RFC3261 section 9.1
757 // A CANCEL request SHOULD NOT be sent to cancel a request other than
761 throw new SipException("Attempt to create CANCEL for " + this.getMethod())
774 SIPRequest cancel = new SIPRequest(); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 46 public static final int CANCEL = START + 9;
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 63 private static final int CANCEL = 0x44;
736 * 1. Cancel the dialog.
776 d.setCancelMessage(new MockDismissCancelHandler(d, ht.getLooper()).obtainMessage(CANCEL,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 100 CANCEL,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 950 milliseconds

1 2