/external/webkit/WebKit/mac/WebView/ |
WebUIDelegate.h | 139 @method cancel 142 - (void)cancel; 369 @result YES if the user hit OK, NO if the user chose Cancel. 372 two buttons, e.g. "OK" and "Cancel". 386 two buttons, e.g. "OK" and "Cancel", and an area to type text. 396 @result YES if the user hit OK, NO if the user chose Cancel. 399 two buttons, e.g. "OK" and "Cancel".
|
WebResourceLoadDelegate.h | 89 cancel on the challenge when done. 98 @abstract Cancel authentication for a given request 99 @param challenge The NSURLAuthenticationChallenge for which to cancel authentication
|
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 193 Log.d(LOG_TAG, "action: cancel");
195 cancel();
method 207 notificationManager.cancel(NOTIFICATION_ID_NEW_MESSAGES);
262 private void cancel() {
method in class:MailService 265 alarmMgr.cancel(pi);
344 alarmMgr.cancel(pi);
346 Log.d(LOG_TAG, "reschedule: alarm cancel - no account to check");
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_mio_video.cpp | 216 // Cancel any pending frame retrieval and reset variables 291 // Cancel any timer delay so the command response will happen ASAP. 294 Cancel(); 551 // Commands are executed immediately upon being received, so it isn't really possible to cancel them. 567 // Commands are executed immediately upon being received, so it isn't really possible to cancel them. [all...] |
/development/simulator/app/ |
LogPrefsDialog.cpp | 69 wxButton* cancel = new wxButton(this, wxID_CANCEL, wxT("&Cancel"), local 71 okCancelSizer->Add(cancel, 0, wxALL, kInterSpacing);
|
/external/bluetooth/bluez/audio/ |
unix.c | 91 gboolean (*cancel) (struct audio_device *dev, unsigned int id); member in struct:unix_client 102 if (client->cancel && client->dev && client->req_id > 0) 103 client->cancel(client->dev, client->req_id); 991 client->cancel = a2dp_cancel; 1004 client->cancel = headset_cancel_stream; 1008 client->cancel = gateway_cancel_stream; 1061 client->cancel = a2dp_cancel; 1075 client->cancel = headset_cancel_stream; 1083 client->cancel = gateway_cancel_stream; 1137 client->cancel = a2dp_cancel [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset_cpmdlapassthru.cpp | [all...] |
/external/webkit/WebCore/loader/ |
DocumentThreadableLoader.cpp | 152 void DocumentThreadableLoader::cancel() function in class:WebCore::DocumentThreadableLoader 157 m_loader->cancel(); 268 cancel();
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginController.mm | 263 [checkIdentifier cancel]; 269 [(id)item cancel]; 415 // Cancel the load since this plug-in does its own loading.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebResourceLoadDelegate.idl | 101 cancel on the challenge when done. 111 @abstract Cancel authentication for a given request 112 @param challenge The NSURLAuthenticationChallenge for which to cancel authentication
|
/frameworks/base/core/java/android/webkit/ |
CallbackProxy.java | 538 .setNegativeButton(R.string.cancel, 543 res.cancel(); 549 res.cancel(); 589 .setNegativeButton(R.string.cancel, 594 res.cancel(); 601 res.cancel(); 631 .setNegativeButton(R.string.cancel, 636 res.cancel(); 651 res.cancel(); [all...] |
LoadListener.java | 1011 cancel(); method 1251 public void cancel() { method in class:LoadListener 1309 cancel(); method 1583 cancel(); method [all...] |
/frameworks/base/services/java/com/android/server/status/ |
StorageNotification.java | 321 notificationManager.cancel(notificationId); 357 notificationManager.cancel(notificationId); 392 notificationManager.cancel(notificationId);
|
/packages/apps/Browser/res/values/ |
strings.xml | 48 <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> 49 <string name="cancel">Cancel</string> 133 <!-- Button label to cancel saving a bookmark. --> 134 <string name="do_not_save">Cancel</string> 564 <string name="download_menu_cancel">Cancel download</string> 566 <string name="download_menu_cancel_all">Cancel all downloads</string> 568 <string name="download_cancel_dlg_title">Cancel downloads</string> [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 42 * may also cancel the delete. 219 .setNegativeButton(android.R.string.cancel, null) 233 .setNegativeButton(android.R.string.cancel, null)
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
SetAlarm.java | 139 // We have to do this to get the save/cancel buttons to highlight on 179 // Assume the user hit cancel 304 .setNegativeButton(android.R.string.cancel, null)
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupCheckSettings.java | 122 ((Button)findViewById(R.id.cancel)).setOnClickListener(this); 331 * TODO: Perhaps use stronger button names than "OK" and "Cancel" (e.g. "Allow" / "Deny") 376 case R.id.cancel:
|
/packages/apps/Phone/src/com/android/phone/ |
FdnSetting.java | 121 // reset the state on cancel, either to expect PUK2 or PIN2 235 // request for a PUK2. set the cancel listener to 273 * Cancel listener for the PUK2 request alert dialog.
|
/packages/apps/Settings/src/com/android/settings/ |
AccessibilitySettings.java | 230 .setNegativeButton(android.R.string.cancel, 263 .setNegativeButton(android.R.string.cancel, 358 noAppsAlert.setNegativeButton(android.R.string.cancel,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
RecognitionView.java | 158 mContext.getText(R.string.cancel)); 168 mContext.getText(R.string.cancel)); 196 .getText(R.string.cancel));
|
/cts/tests/tests/view/src/android/view/cts/ |
View_UsingViewsTest.java | 96 mButtonCancel = (Button) mActivity.findViewById(R.id.cancel); 504 // set cancel button to focus 580 // set cancel button OnClick listener 602 // click the Cancel button
|
/dalvik/libcore/luni/src/main/java/java/util/ |
TimerTask.java | 92 public boolean cancel() { method in class:TimerTask
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
RemoteService.java | 84 // Cancel the persistent notification. 85 mNM.cancel(R.string.remote_service_started); 194 // We use a string id because it is a unique number. We use it later to cancel. 237 // Cancel a previous call to startService(). Note that the
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
ExampleAppWidgetConfigure.java | 56 // Set the result to CANCELED. This will cause the widget host to cancel
|
/external/bluetooth/glib/gio/ |
gpollfilemonitor.c | 70 file_monitor_class->cancel = g_poll_file_monitor_cancel;
|