/packages/apps/Settings/src/com/android/settings/ |
ChooseLockPattern.java | 187 Cancel(R.string.cancel, true), 188 CancelDisabled(R.string.cancel, false), 237 LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled, 251 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled, 255 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled, 259 LeftButtonMode.Cancel, RightButtonMode.Confirm, ID_EMPTY_MESSAGE, false); 367 } else if (mUiStage.leftMode == LeftButtonMode.Cancel) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
scache.h | 85 /** Finish the sample upload, the stream name will become the sample name. You cancel a samp 98 /** Remove a sample from the sample cache. Returns an operation object which may be used to cancel the operation while it is running */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
klm_prot.x | 127 /* klm_granted=> the cancel request fails due to lock is already granted */ 128 /* klm_denied=> the cancel request successfully aborts
|
/development/samples/ApiDemos/res/layout/ |
table_layout_10.xml | 52 <Button android:id="@+id/cancel"
|
/external/bluetooth/glib/gio/ |
gfilemonitor.h | 68 gboolean (* cancel) (GFileMonitor *monitor); member in struct:_GFileMonitorClass
|
/external/chromium/base/files/ |
file_path_watcher_win.cc | 29 virtual void Cancel() OVERRIDE; 31 // Deletion of the FilePathWatcher will call Cancel() to dispose of this 33 // cleanup thread, in case it quits before Cancel() is called. 97 void FilePathWatcherImpl::Cancel() {
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view.h | 43 // This method is called when the view should cancel any active drag (e.g.
|
/external/chromium/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.h | 47 virtual bool Cancel();
|
/external/chromium/chrome/browser/chromeos/options/ |
take_photo_dialog.h | 35 virtual bool Cancel();
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 63 bool RegisterProtocolHandlerInfoBarDelegate::Cancel() {
|
/external/chromium/chrome/browser/download/ |
save_types.h | 58 // Handle for informing the ResourceDispatcherHost of a UI based cancel.
|
/external/chromium/chrome/browser/importer/ |
importer.h | 32 virtual void Cancel();
|
/external/chromium/chrome/browser/remoting/ |
setup_flow_get_status_step.cc | 29 void SetupFlowGetStatusStep::Cancel() {
|
setup_flow_register_step.cc | 24 void SetupFlowRegisterStep::Cancel() {
|
setup_flow_start_host_step.cc | 29 void SetupFlowStartHostStep::Cancel() {
|
/external/chromium/chrome/browser/resources/chromeos/ |
sim_unlock.html | 38 <button id="enter-pin-dismiss" i18n-content="cancel"></button> 54 <button id="pin-no-tries-dismiss" i18n-content="cancel"></button> 74 <button id="enter-puk-dismiss" i18n-content="cancel"></button> 113 <button id="choose-pin-dismiss" i18n-content="cancel"></button>
|
/external/chromium/chrome/browser/resources/options/ |
certificate_restore_overlay.js | 64 * Cancel the restore operation.
|
/external/chromium/chrome/browser/sync/resources/ |
setting_up.html | 63 <input id="cancelButton" type="button" i18n-values="value:cancel"
|
/external/chromium/chrome/browser/ui/cocoa/ |
animatable_view.h | 17 // animate to a new height, set a new height immediately, or cancel any running
|
repost_form_warning_mac.mm | 37 warning_->Cancel();
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller.h | 54 - (IBAction)cancel:(id)sender;
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller_unittest.mm | 104 // are hooked up, and that the dialog calls cancel when cancel is pressed. 155 // Test that cancel calls our delegate. 156 [controller cancel:nil];
|
/external/chromium/chrome/browser/ui/gtk/ |
back_forward_button_gtk.h | 42 // sufficiently down the screen, cancel the timer and immediately show the
|
first_run_dialog.h | 76 // User response (accept or cancel) is returned through this.
|
repost_form_warning_gtk.cc | 81 controller_->Cancel();
|