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

12 3 4 5

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Parser.java 87 || token.getTokenType() == CANCEL
TokenTypes.java 46 public static final int CANCEL = START + 9;
  /frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 93 // cancel alarms first
95 .putExtra(WakeUpCall.CANCEL, "true");
  /external/chromium_org/google_apis/drive/
request_sender_unittest.cc 23 CANCEL,
108 virtual void Cancel() OVERRIDE {
110 *finish_reason_ = CANCEL;
151 // It is safe to run the cancel closure even after the request is finished.
152 // It is just no-op. The TestRequest::Cancel method is not called.
170 EXPECT_EQ(CANCEL, finish_reason);
  /external/chromium_org/printing/
printing_context_android.cc 106 // TODO(cimamoglu): Differentiate between FAILED And CANCEL.
200 return CANCEL;
210 return CANCEL;
220 return CANCEL;
227 void PrintingContextAndroid::Cancel() {
printing_context.cc 48 return abort_printing_ ? CANCEL : FAILED;
printing_context_win.cc 181 // - Apply then Cancel, the settings are reset and reinitialized with the new
182 // settings. CANCEL is returned.
183 // - Cancel, the settings are not changed, the previous setting, if it was
184 // initialized before, are kept. CANCEL is returned.
444 return CANCEL;
456 return CANCEL;
467 return CANCEL;
479 void PrintingContextWin::Cancel() {
583 // If the user clicked OK or Apply then Cancel, but not only Cancel
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 134 CANCEL
162 user_response_ = CANCEL;
282 EXPECT_EQ(this->CANCEL, this->user_response());
350 EXPECT_EQ(this->CANCEL, this->user_response());
427 EXPECT_EQ(this->CANCEL, this->user_response());
485 EXPECT_EQ(this->CANCEL, this->user_response());
665 EXPECT_EQ(this->CANCEL, this->user_response());
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 64 case CANCEL:
221 // cancel the blocked requests. We cannot do that on
326 // interstitial will have no effect. Also cancel any blocked requests
334 TakeActionOnResourceDispatcher(CANCEL);
346 TakeActionOnResourceDispatcher(CANCEL);
609 // If this is a new navigation, the old page is going away, so we cancel any
614 TakeActionOnResourceDispatcher(CANCEL);
642 // page and we won't return to the original page, so we cancel blocked
647 TakeActionOnResourceDispatcher(CANCEL);
671 // Otherwise, cancel the pending, possibly dangerous navigations
    [all...]
interstitial_page_impl.h 34 CANCEL
200 // Used to block/resume/cancel requests for the RenderViewHost hidden by this
266 // Whether the ResourceDispatcherHost has been notified to cancel/resume the
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 428 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL);
466 ping.cancel();
499 private PushObserver pushObserver = PushObserver.CANCEL;
556 streamErrorCode = ErrorCode.CANCEL;
774 boolean cancel = pushObserver.onRequest(streamId, requestHeaders);
776 if (cancel) {
777 frameWriter.rstStream(streamId, ErrorCode.CANCEL);
792 boolean cancel = pushObserver.onHeaders(streamId, requestHeaders, inFinished);
794 if (cancel) frameWriter.rstStream(streamId, ErrorCode.CANCEL);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 181 selection_type_(CANCEL),
274 dialog->selection_type_ = CANCEL;
289 case CANCEL:
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
conflict_dialog.js 81 CANCEL: 'cancel',
116 this.hideWithResult_(ConflictDialog.Result.CANCEL);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java 82 // NOTE2: Do no call finish() in onFactoryReset() upon CANCEL.
154 case CANCEL:
184 case CANCEL:
202 ActionBehavior.CANCEL).getKey())
217 ActionBehavior.CANCEL).getKey())
261 .setNegativeButton(android.R.string.cancel, this).show();
  /external/chromium_org/chrome/browser/ui/views/download/
download_danger_prompt_views.cc 49 virtual bool Cancel() OVERRIDE;
129 case CANCEL:
131 Cancel();
171 bool DownloadDangerPromptViews::Cancel() {
173 RunDone(CANCEL);
213 Cancel();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.java 160 case CANCEL:
192 mActions.add(ActionType.CANCEL.toAction(mResources));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityActivity.java 119 mActions.add(ActionBehavior.CANCEL.toAction(ActionBehavior.getOffKey(
163 case CANCEL:
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 264 this.cancel();
276 this.cancel();
370 this.cancel();
592 if (method.equals(Request.CANCEL)) {
593 // Cancel is handled as a special case because it
595 // that it is trying to cancel.
596 transactionMatches = this.getMethod().equals(Request.CANCEL)
619 // a CANCEL request, which is not deemed
633 // Issue #96: special case handling for a CANCEL request -
635 // be CANCEL for it to have a chance at matching
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java 49 DONE, CANCEL
170 * cancel the form and discard the results.
438 case CANCEL:
484 actions.add(new Action.Builder().key(Key.CANCEL.name())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 145 #define CANCEL 3 /* Capability to be cancelled in following tc's */
  /frameworks/base/core/java/android/app/
Dialog.java 111 private static final int CANCEL = 0x44;
610 cancel(); method
635 * The default implementation will cancel the dialog when a touch
640 cancel(); method
1127 public void cancel() { method in class:Dialog
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigurationActivity.java 234 ActionBehavior.CANCEL).getKey();
372 case CANCEL:
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 53 static enum State {WAIT, DONE, CANCEL}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
Draw9PatchEditor.java 219 if (dialog.open() == Window.CANCEL) {

Completed in 838 milliseconds

12 3 4 5