/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.js | 204 * Called by the browser when loading a trace file was canceled. 230 * Called by the browser when saving a trace file was canceled.
|
/external/chromium/net/url_request/ |
url_request_job_manager.cc | 111 (request->status().status() == URLRequestStatus::CANCELED) || 131 (request->status().status() == URLRequestStatus::CANCELED) ||
|
url_request_job.h | 64 // complete notifications (including "canceled") should be sent from a 68 // this call, nor is it obliged to fail with "canceled" unless not all data 70 // complete and can succeed before the canceled notification can be 207 // that we were canceled. 276 // Called in response to a redirect that was not canceled to follow the
|
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 93 * the same id has already been posted by your application and has not yet been canceled, it 109 * canceled, it will be replaced by the updated information.
|
/frameworks/base/core/java/android/nfc/tech/ |
NfcA.java | 109 * not be called from the main application thread. A blocked call will be canceled with 117 * @throws IOException if there is an I/O failure, or this operation is canceled
|
NfcB.java | 104 * not be called from the main application thread. A blocked call will be canceled with 112 * @throws IOException if there is an I/O failure, or this operation is canceled
|
NfcF.java | 108 * not be called from the main application thread. A blocked call will be canceled with 116 * @throws IOException if there is an I/O failure, or this operation is canceled
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
AccountPromptUtils.java | 109 // The account creation process was canceled 119 Log.e(TAG, "Account setup error: account creation process canceled");
|
/packages/apps/Mms/src/org/w3c/dom/events/ |
Event.java | 102 * used to signify that the event is to be canceled, meaning any default 105 * <code>preventDefault</code> method is called the event is canceled.
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiAPITest.java | 119 // Canceled. 139 // Canceled.
|
/external/chromium/base/synchronization/ |
waitable_event_watcher_posix.cc | 20 // Since the wait can be canceled, we have a thread-safe Flag object which is 21 // set when the wait has been canceled. At each stage in the above, we check the 22 // flag before going onto the next stage. Since the wait may only be canceled in 61 // If the callback has been canceled, we don't enqueue the task, we just 91 // the event is canceled.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.h | 73 // Complete the current drag session. If the drag session was canceled 74 // because the user pressed Escape or something interrupted it, |canceled| 77 void EndDrag(bool canceled); 93 // The drag session was canceled (alt-tab during drag, escape ...) 94 CANCELED,
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
MainActivity.java | 212 boolean canceled; 216 canceled = true; 222 if (canceled)
|
/external/chromium/chrome/browser/resources/ |
imageburner.html | 274 statusTextDiv.textContent = statuses['canceled']; 409 downloadStatuses['canceled'] = 417 burnStatuses['canceled'] = localStrings.getString('burnStatusCanceled');
|
/external/webkit/Source/WebCore/inspector/front-end/ |
NetworkManager.js | 203 loadingFailed: function(identifier, time, localizedDescription, canceled) 210 resource.canceled = canceled;
|
/external/webkit/Source/WebCore/page/ |
EventSource.cpp | 238 int canceled = error.isCancellation(); local 239 if (((m_state == CONNECTING) && !canceled) || ((m_state == OPEN) && canceled))
|
/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 186 * there is no guarantee that the operation will be canceled. They still may 190 * @param token The token representing the operation to be canceled. 191 * If multiple operations have the same token they will all be canceled.
|
AsyncTaskLoader.java | 154 // one being canceled; just drop it. 185 * Called if the task was canceled before it was completed. Gives the class a chance 217 if (DEBUG) Slog.v(TAG, "Cancelled task is now canceled!");
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
ViewPropertyAnimatorTest.java | 52 private boolean mCanceled; // trackes whether we've canceled the animator 161 // yet canceled or ended 320 * Verifies that canceling a started animation after it has already been canceled
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetConfigure.java | 55 // Set the result to CANCELED. This will cause the widget host to cancel
|
/external/chromium/chrome/browser/automation/ |
automation_tab_helper.h | 88 // immediately. Note that scheduled loads may be canceled.
|
/external/chromium/chrome/browser/ |
browser_signin.h | 54 // progress already it will be canceled in favor of this one.
|
/external/chromium/chrome/browser/chromeos/cros/ |
syslogs_library.cc | 92 if (request->canceled())
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_model.cc | 133 AddRef(); // Balanced in Accepted() and Canceled()
|
/external/chromium/chrome/browser/history/ |
top_sites_backend.cc | 102 if (request->canceled())
|