/external/chromium/chrome/browser/ui/cocoa/ |
html_dialog_window_controller.mm | 182 // way to do this is to implement (void)cancel:(int)sender, but 190 // TODO(thakis): It would be nice to get cancel: to work somehow. 279 // TODO(akalin): Figure out why implementing (void)cancel:(id)sender
|
animatable_view.mm | 12 // the caller to start and cancel the animation as desired.
|
/external/chromium/net/base/ |
host_resolver.h | 34 // HostResolver (which will automatically cancel the single request when it 127 // Opaque type used to cancel a request. 219 void Cancel();
|
/external/chromium/net/disk_cache/ |
file_posix.cc | 79 // |cancel| is true if the actual task posted to the thread is still 83 bool cancel); 136 bool cancel) {
|
/external/chromium/net/proxy/ |
init_proxy_resolver.cc | 50 Cancel(); 289 void InitProxyResolver::Cancel() { 299 proxy_script_fetcher_->Cancel();
|
/external/chromium/net/socket/ |
client_socket_handle.h | 156 // Resets the state of the ClientSocketHandle. |cancel| indicates whether or 157 // not to try to cancel the request with the ClientSocketPool. Does not 159 void ResetInternal(bool cancel);
|
/external/qemu/hw/ |
usb.h | 215 static inline void usb_defer_packet(USBPacket *p, USBCallback *cancel, 218 p->cancel_cb = cancel; 230 /* Cancel an active packet. The packed must have been deferred with
|
/external/webkit/Source/WebKit/efl/ |
CMakeListsEfl.txt | 150 ${WEBKIT_DIR}/efl/DefaultTheme/widget/search/cancel/cancel_normal_button.png 151 ${WEBKIT_DIR}/efl/DefaultTheme/widget/search/cancel/cancel_normal_button2.png 152 ${WEBKIT_DIR}/efl/DefaultTheme/widget/search/cancel/search_cancel.edc
|
/external/wpa_supplicant_6/wpa_supplicant/ |
scan.c | 239 * then don't cancel the scan and reschedule. Some drivers do 269 * wpa_supplicant_cancel_scan - Cancel a scheduled scan request 272 * This function is used to cancel a scan request scheduled with
|
/libcore/luni/src/main/java/java/util/concurrent/ |
AbstractExecutorService.java | 179 f.cancel(true); 225 f.cancel(true); 276 f.cancel(true);
|
ScheduledThreadPoolExecutor.java | 111 * leads to overrides of shutdown methods to remove and cancel 123 * False if should cancel/suppress periodic tasks on shutdown. 128 * False if should cancel non-periodic tasks on shutdown. 133 * True if ScheduledFutureTask.cancel should remove from queue 249 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ScheduledThreadPoolExecutor.ScheduledFutureTask 250 boolean cancelled = super.cancel(mayInterruptIfRunning); 262 cancel(false); 290 * is being added, cancel and remove it if required by state and 303 task.cancel(false); 319 task.cancel(false) [all...] |
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
ExportProcessor.java | 246 if (DEBUG) Log.d(LOG_TAG, "send cancel notification"); 266 public synchronized boolean cancel(boolean mayInterruptIfRunning) { method in class:ExportProcessor 267 if (DEBUG) Log.d(LOG_TAG, "received cancel request");
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxFinder.java | 40 * or call {@link #cancel}, and that's it. The instance can't be re-used. 104 * Cancel the operation. It's safe to call it multiple times, or even if the operation is 107 public void cancel() { method in class:MailboxFinder
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoProcessOutgoingCallPermissionTest.java | 52 // TODO: add back to LargeTest when test can cancel initiated call
|
/cts/tests/tests/view/src/android/view/cts/ |
View_IdsTest.java | 58 Button buttonCancel = (Button) activity.findViewById(R.id.cancel);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotificationDisplay.java | 69 .cancel(R.layout.status_bar_notifications);
|
StatusBarNotifications.java | 143 mNotificationManager.cancel(R.layout.status_bar_notifications); 209 // We use a layout id because it is a unique number. We use it later to cancel. 236 // we use a string id because is a unique number. we use it later to cancel the 267 // number. we use it later to cancel the notification
|
/external/chromium/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.cc | 84 bool AutofillCCInfoBarDelegate::Cancel() {
|
/external/chromium/chrome/browser/download/ |
base_file.h | 49 void Cancel();
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.h | 47 // Cancel the external import process.
|
/external/chromium/chrome/browser/printing/ |
print_job.cc | 150 void PrintJob::Cancel() { 163 worker_->Cancel(); 165 // Make sure a Cancel() is broadcast. 234 // No need to cancel since the worker already canceled itself.
|
/external/chromium/chrome/browser/resources/ |
active_downloads.html | 272 return 'Cancel'; 506 * contains items for Open, Pause/Resume and Cancel. 530 this.cancel = this.createChild_('div', 'menuitem', menudiv, 531 localStrings.getString('cancel'), function() { 536 this.cancel.style.display = 'none'; 606 // Menu has Pause/Cancel. Open hidden. 609 this.cancel.style.display = ''; 650 // Menu has Open. Pause/Cancel hidden. 653 this.cancel.style.display = 'none';
|
/external/chromium/chrome/browser/resources/options/ |
certificate_backup_overlay.js | 70 * Cancel the Backup operation.
|
clear_browser_data_overlay.html | 66 <button id="clearBrowserDataDismiss" i18n-content="cancel"></button>
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bubble_controller.h | 63 - (IBAction)cancel:(id)sender;
|