/external/chromium_org/google_apis/gaia/ |
oauth2_token_service.h | 44 // Note in this case, the actual network requests are not canceled and the 326 // Called when a number of fetchers need to be canceled.
|
/external/chromium_org/net/dns/ |
mock_host_resolver.cc | 120 "complete or canceled."; 204 return; // was canceled
|
/external/chromium_org/net/url_request/ |
url_fetcher.h | 61 // be canceled and no callback will occur. 206 // its status set to CANCELED, and its response code set to the relevant 3xx
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/ |
JniInterface.java | 162 Log.i("jniiface", "User canceled connection initiation"); 228 Log.i("jniiface", "User canceled pin entry prompt");
|
/frameworks/base/core/java/android/transition/ |
Transition.java | 129 // Track all animators in use in case the transition gets canceled and needs to 248 * then the old animation is canceled since the new transition will start a new [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 107 CAMHAL_LOGDA("Auto focus got canceled before doAutoFocus could be called"); 437 case OMX_FocusStatusOff: // AF got canceled
|
/packages/apps/ContactsCommon/res/values/ |
strings.xml | 496 <!-- The title shown when exporting vCard is canceled (probably by a user) 497 The argument is file name the user canceled importing. 499 <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string> 547 <!-- The title shown when reading vCard is canceled (probably by a user) 549 <string name="reading_vcard_canceled_title">Reading vCard data canceled</string> 556 <!-- The title shown when importing vCard is canceled (probably by a user) 557 The argument is file name the user canceled importing. 559 <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string> [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupOptions.java | 171 authenticatorResponse.onError(AccountManager.ERROR_CODE_CANCELED, "canceled"); 288 LogUtils.d(Logging.LOG_TAG, "addAccount was canceled");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 619 AdtPlugin.printErrorToConsole(project, "Launch canceled!"); [all...] |
/bionic/libc/include/sys/ |
_errdefs.h | 162 __BIONIC_ERRDEF( ECANCELED , 125, "Operation Canceled" )
|
/development/ndk/platforms/android-3/include/sys/ |
_errdefs.h | 161 __BIONIC_ERRDEF( ECANCELED , 125, "Operation Canceled" )
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ZoomActivity.java | 43 * Hold a reference to the current animator, so that it can be canceled mid-way.
|
/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.cc | 212 // The request could be canceled by renderer at this stage.
|
/external/chromium/chrome/browser/ui/ |
shell_dialogs.h | 172 // Informs the |listener_| that the file seleciton dialog was canceled. Moved
|
/external/chromium/chrome/common/extensions/ |
extension_localization_peer_unittest.cc | 145 IsURLRequestEqual(net::URLRequestStatus::CANCELED), "", base::Time()));
|
/external/chromium/net/base/ |
directory_lister.cc | 230 // If canceled is set, we need to report some kind of error,
|
/external/chromium/net/url_request/ |
url_request_test_util.cc | 195 request->status().status() == net::URLRequestStatus::CANCELED);
|
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer.cc | 226 // but then canceled the drag we may need to inform the original layout
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_reloader.h | 101 // This is called when the current provisional main frame load is canceled.
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_time_tracker.cc | 235 // Canceled requests won't actually hit the network, so we can't compare
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store.cc | 85 if (canceled()) {
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
api_util_interface.h | 180 // the deletion operation is canceled and the |callback| with
|
/external/chromium_org/chrome/browser/ui/ |
fast_unload_controller.h | 77 // will be canceled. Returns true if Unload handlers should be fired. When the
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 115 bool DraggedTabControllerGtk::EndDrag(bool canceled) { 116 return EndDragImpl(canceled ? CANCELED : NORMAL); 672 if (type == CANCELED) { [all...] |
/external/chromium_org/chrome/common/extensions/api/devtools/ |
panels.json | 80 "description": "Fired upon a search action (start of a new search, search result navigation, or search being canceled).",
|