/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.cc | 98 // is canceled. 237 bool canceled = (result == GTK_DRAG_RESULT_USER_CANCELLED); local 238 EndDrag(canceled); 375 void TabGtk::EndDrag(bool canceled) { 393 delegate_->EndDrag(canceled);
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareUltralight.java | 149 * not be called from the main application thread. A blocked call will be canceled with 157 * @throws IOException if there is an I/O failure, or the operation is canceled 174 * not be called from the main application thread. A blocked call will be canceled with 182 * @throws IOException if there is an I/O failure, or the operation is canceled 207 * not be called from the main application thread. A blocked call will be canceled with
|
TagTechnology.java | 159 * from the main application thread. A blocked call will be canceled with 168 * @throws IOException if there is an I/O failure, or connect is canceled 177 * from the main application thread. A blocked call will be canceled with 185 * @throws IOException if there is an I/O failure, or connect is canceled 192 * <p>Also causes all blocked I/O operations on other thread to be canceled and
|
Ndef.java | 249 * not be called from the main application thread. A blocked call will be canceled with 254 * @throws IOException if there is an I/O failure, or the operation is canceled 291 * not be called from the main application thread. A blocked call will be canceled with 298 * @throws IOException if there is an I/O failure, or the operation is canceled 355 * not be called from the main application thread. A blocked call will be canceled with 362 * @throws IOException if there is an I/O failure, or the operation is canceled
|
/external/chromium/net/base/ |
cert_verifier.cc | 112 bool canceled() const { return !callback_; } function in class:net::CertVerifierRequest 199 bool canceled; local 202 canceled = canceled_; 203 if (!canceled) { 209 if (canceled) 271 if ((*i)->canceled()) {
|
cert_verifier.h | 73 // canceled, and their completion callbacks will not be called. 109 // After a request is canceled, its completion callback will not be called. 189 // certificate verification is canceled, and the completion callback will
|
cert_verifier_unittest.cc | 226 // Tests that the callback of a canceled request is never made. 247 // completion, so that the task of the canceled request (which runs on a 260 // Tests that a canceled request is not leaked.
|
/external/protobuf/src/google/protobuf/ |
service.h | 225 // canceled. The RPC system may cancel it immediately, may wait awhile and 227 // canceled, the "done" callback will still be called and the RpcController 242 // If true, indicates that the client canceled the RPC, so the server may 247 // Asks that the given callback be called when the RPC is canceled. The 249 // being canceled, the callback will be called after completion. If the RPC 250 // has already been canceled when NotifyOnCancel() is called, the callback
|
/frameworks/support/v4/java/android/support/v4/content/ |
AsyncTaskLoader.java | 139 // one being canceled; just drop it. 170 * Called if the task was canceled before it was completed. Gives the class a chance 202 if (DEBUG) Log.v(TAG, "Cancelled task is now canceled!");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ResizeGesture.java | 118 public void end(ControlPoint pos, boolean canceled) { 119 super.end(pos, canceled); 121 if (!canceled) {
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
AddRssItem.java | 55 setResult(RESULT_CANCELED, (new Intent()).setAction("Canceled" + v.getId()));
|
/external/chromium/chrome/browser/chromeos/login/ |
mock_url_fetchers.h | 19 // canceled, and fails the test if it is not
|
online_attempt.cc | 91 LOG(ERROR) << "Login attempt canceled!?!? Trying again."; 95 LOG(ERROR) << "Login attempt canceled again? Already retried...";
|
/external/chromium/chrome/browser/download/ |
save_item.h | 24 CANCELED
|
base_file.cc | 97 // Don't close the file if we're not done (finished or canceled). 138 // We don't need to re-open the file if we're done (finished or canceled).
|
/external/chromium/chrome/browser/geolocation/ |
access_token_store.cc | 41 if (request->canceled())
|
/external/chromium/chrome/browser/renderer_host/ |
download_throttling_resource_handler.h | 28 // are delegated to it. If the download is not allowed the request is canceled.
|
/external/qemu/proxy/ |
proxy_common.h | 71 * this is only necessary when the socket connection must be canceled before
|
/external/webkit/Source/WebCore/notifications/ |
NotificationPresenter.h | 60 // Requests that a notification that has already been shown be canceled.
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 36 * that the sync has been canceled. 295 * Indicates that a sync operation has been canceled. This will be invoked on a separate 313 * Indicates that a sync operation has been canceled. This will be invoked on a separate 319 * @param thread the Thread of the sync that is to be canceled.
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
AnimatorSetEventsTest.java | 52 * Tests that an AnimatorSet can be correctly canceled during the delay of one of
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
InstallApk.java | 80 Toast.makeText(this, "Install canceled!", Toast.LENGTH_SHORT).show(); 88 Toast.makeText(this, "Uninstall canceled!", Toast.LENGTH_SHORT).show();
|
/external/bluetooth/glib/gio/fam/ |
fam-helper.c | 220 * if there are many monitors being canceled */ 254 * if there are many monitors being canceled */
|
/external/chromium/chrome/browser/chromeos/ |
version_loader.cc | 139 if (request->canceled()) 184 if (request->canceled())
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_runner.cc | 225 // Task is Canceled. 226 DVLOG(1) << "WebSocketExperiment Task is canceled.";
|