/external/chromium_org/chrome/browser/custom_handlers/ |
register_protocol_handler_permission_request.h | 34 virtual void Cancelled() OVERRIDE;
|
/external/chromium_org/chrome/browser/download/ |
download_permission_request.h | 31 virtual void Cancelled() OVERRIDE;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_final_status.cc | 46 "Cancelled",
|
/external/chromium_org/chrome/browser/safe_browsing/ |
incident_report_uploader.h | 24 UPLOAD_CANCELLED = 3, // The upload was cancelled.
|
/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_dialog_result.h | 22 // A result of the non-cancelled Java-side AutofillDialog invocation.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/_locales/en/ |
messages.json | 214 "message": "Cancelled", 217 "message": "Cancelled", 277 "message": "Cancelled", 280 "message": "Cancelled",
|
/external/chromium_org/chrome/utility/importer/ |
importer.h | 31 bool cancelled() const { return cancelled_; } function in class:Importer
|
safari_importer.mm | 62 if ((items & importer::HISTORY) && !cancelled()) { 67 if ((items & importer::FAVORITES) && !cancelled()) { 72 if ((items & importer::PASSWORDS) && !cancelled()) { 87 if (!bookmarks.empty() && !cancelled()) { 101 if (!favicon_map.empty() && !cancelled()) { 126 while (s.Step() && !cancelled()) { 307 if (!rows.empty() && !cancelled()) {
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_profile_service_provider.h | 41 // reject indicates the user rejected or denied the request; cancelled 42 // means the user cancelled the request without confirming either way. 46 CANCELLED 63 // (success, rejected or cancelled).
|
/external/chromium_org/components/autofill/content/browser/ |
request_autocomplete_manager.h | 30 // Requests that any running interactive autocomplete be cancelled.
|
/external/chromium_org/components/dom_distiller/core/ |
task_tracker.h | 27 // be cancelled when the handle is destroyed. 59 // finishes, the other will be cancelled). 66 // A view request is cancelled by deleting the corresponding ViewerHandle. Once 67 // all view requests are cancelled (and the save callback has been called if
|
/external/chromium_org/content/public/browser/ |
interstitial_page_delegate.h | 26 // Called when the interstitial is proceeded or cancelled. Note that this may
|
resource_dispatcher_host_login_delegate.h | 22 // Notify the login delegate that the request was cancelled.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_pairing_chromeos.cc | 59 BluetoothAgentServiceProvider::Delegate::CANCELLED, ""); 64 BluetoothAgentServiceProvider::Delegate::CANCELLED, 0); 69 BluetoothAgentServiceProvider::Delegate::CANCELLED); 227 BluetoothAgentServiceProvider::Delegate::CANCELLED);
|
/external/chromium_org/net/dns/ |
notify_watcher_mac.h | 14 // After failure the watch is cancelled and will have to be restarted.
|
/external/chromium_org/net/url_request/ |
url_request_status.h | 25 // Request was cancelled programatically.
|
/external/chromium_org/remoting/ios/ui/ |
pin_entry_view_controller.h | 20 // Returns when the user has cancelled the input, effectively closing the
|
/external/chromium_org/ui/base/dragdrop/ |
download_file_interface.h | 47 // download is completed/cancelled/interrupted before returning.
|
/external/chromium_org/win8/test/ |
open_with_dialog_async.h | 24 // is no natural timeout nor a means by which it can be cancelled). Note that
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
VibratorTest.java | 48 public void cancelled() { method in class:VibratorTest
|
/frameworks/base/core/tests/coretests/src/android/view/ |
RunQueueTest.java | 43 assertTrue("The runnable was not cancelled", activity.runnableCancelled);
|
/frameworks/volley/tests/src/com/android/volley/ |
RequestQueueTest.java | 129 assertTrue(req1.cancel_called); // A cancelled 130 assertFalse(req2.cancel_called); // B not cancelled 131 assertTrue(req3.cancel_called); // A cancelled 132 assertFalse(req4.cancel_called); // A added after cancel not cancelled
|
/packages/apps/Mms/src/com/android/mms/util/ |
ItemLoadedCallback.java | 29 * was cancelled.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DelayedLaunchInfo.java | 232 * Set if launch has been cancelled 234 public void setCancelled(boolean cancelled) { 235 this.mCancelled = cancelled; 239 * @return true if launch has been cancelled
|
/frameworks/base/core/java/android/content/ |
AsyncTaskLoader.java | 177 "cancelLoad: still waiting for cancelled task; dropping next"); 193 boolean cancelled = mTask.cancel(false); 194 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); 195 if (cancelled) { 200 return cancelled; 242 if (DEBUG) Log.v(TAG, "Cancelled task is now canceled!");
|