HomeSort by relevance Sort by last modified time
    Searched full:canceled (Results 101 - 125 of 555) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/
icon_manager.cc 67 if (client_request.request->canceled()) {
  /external/chromium/chrome/browser/password_manager/
password_store.cc 24 if (canceled()) {
password_store.h 43 // PasswordStoreConsumer. However, if the request is canceled after the
48 // provide a destructor, which cleans up after canceled requests by deleting
  /external/chromium/chrome/browser/printing/
printer_query.cc 24 // The job should be finished (or at least canceled) when it is destroyed.
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 60 CANCELED // DontProceed was called.
104 *state_ = CANCELED;
699 // not canceled.
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 59 // We can be canceled for two interesting reasons:
72 // The tab was added back yet we weren't canceled. This shouldn't happen.
360 bool BaseTabStrip::EndDrag(bool canceled) {
364 drag_controller_->EndDrag(canceled);
  /external/chromium/chrome/common/extensions/
extension_localization_peer.cc 79 net::URLRequestStatus status(net::URLRequestStatus::CANCELED,
  /external/webkit/Source/WebCore/dom/
DocumentParser.h 78 // stopParsing() is used when a load is canceled/stopped.
  /external/webkit/Source/WebCore/html/
HTMLFormElement.h 144 // event was not canceled to the specified vector. Returns true if there
  /external/webkit/Source/WebCore/platform/android/
PopupMenuAndroid.cpp 47 // -2 is a special value signaling that the popup was canceled.
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl 88 @param notification The Notification to be canceled.
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 84 * Returns this channel's set of canceled selection keys.
  /packages/apps/Contacts/src/com/android/contacts/vcard/
CancelActivity.java 46 * Type of the process to be canceled. Only used for choosing appropriate title/message.
ImportProcessor.java 126 Log.i(LOG_TAG, "Canceled before actually handling parameter (" + request.uri + ")");
191 Log.i(LOG_TAG, "vCard import has been canceled (uri: " + uri + ")");
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
EmailAsyncTaskTests.java 75 // Check if they're canceled
  /packages/apps/Exchange/res/values/
strings.xml 50 <!-- Message subject for a canceled meeting email. This is followed by a
54 Canceled:
107 specific instance of a recurring meeting has been canceled -->
109 This event has been canceled
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DropGesture.java 60 * canceled OR the data is about to be dropped.
  /external/chromium/chrome/browser/download/
save_package.cc 229 if (!finished_ && !canceled()) {
274 if (!canceled()) {
520 DCHECK(canceled());
632 // Because we might have canceled this saving job before,
657 DCHECK(canceled());
691 // Inform the DownloadItem we have canceled whole save page job.
726 if (canceled())
756 // Because we might have canceled this saving job before,
780 if (canceled()) {
820 if (canceled()) {
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
online_attempt_unittest.cc 132 // and then come back on the IO thread saying they've been canceled.
159 // and then come back on the IO thread saying they've been canceled.
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 161 * not be called from the main application thread. A blocked call will be canceled with
169 * @throws IOException if there is an I/O failure, or this operation is canceled
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 229 msg = "Call was canceled";
324 msg = "Operation canceled";
  /sdk/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java 83 * @return Null if canceled by the user. Otherwise the possibly-empty input string.
84 * @null Return value is null if dialog was canceled by the user.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 444 throw new SyncException(SyncError.CANCELED);
534 throw new SyncException(SyncError.CANCELED);
582 // check if we're canceled
584 throw new SyncException(SyncError.CANCELED);
652 // check if we're canceled
654 throw new SyncException(SyncError.CANCELED);
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 327 * audio waveform must be canceled.
377 * @throws CancellationException if export is canceled by calling
436 * canceled.
488 * in progress, the extraction is canceled and the file is deleted.
645 * audio waveform is in progress, the extraction is canceled and the file is
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_controller.mm 39 // autoclose is canceled. An autoclose can only be scheduled in response to a
41 // resulting autoclose is canceled, subsequent mouse exited events will NOT
414 // view, or if an item is added to the shelf, the timer will be canceled.

Completed in 1784 milliseconds

1 2 3 45 6 7 8 91011>>