HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 176 - 200 of 2626) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/apps/launchperf/res/layout/
simple_layout.xml 61 <Button android:id="@+id/cancel"
66 android:text="@string/cancel" />
  /development/samples/ApiDemos/res/layout/
relative_layout_2.xml 52 The OK button comes first so the Cancel button
65 The Cancel button is aligned with the top of
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 79 // And cancel the alarm.
81 am.cancel(mAlarmSender);
  /development/samples/MySampleRss/res/layout/
add_item.xml 52 <Button android:id="@+id/cancel"
57 android:text="@string/cancel"/>
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 32 // Button handler for Submit/Cancel.
68 Button btn = (Button) findViewById(R.id.cancel);
  /external/chromium/chrome/browser/download/
save_file_manager.h 40 // Cancel operations perform the inverse order when triggered by a user action:
42 // |----> cancel command ---->|
44 // | |---------------------> cancel command ---->|
47 // |----> cancel command ---->|
56 // cancel all SaveFile job.
114 // Cancel a SaveFile instance which has specified save id.
189 // If the SavePackage for this saving job is gone, cancel the request.
219 // Call ResourceDispatcherHost's CancelRequest method to execute cancel
save_item.h 39 // Cancel saving item.
40 void Cancel();
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.html 60 <button id="cancel" i18n-content="cancel"></button>
  /external/chromium/chrome/browser/resources/
reader_out_of_date.html 89 <input type="button" i18n-values="value:cancel" name="cancel" onClick="sendCommand(0);">
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.h 38 // From TabContentsObserver. If we navigate away we cancel all pending
70 // Keep a handle to the latest classification request so that we can cancel
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.mm 78 @selector(cancel:)));
86 - (IBAction)cancel:(id)sender {
  /external/chromium/chrome/browser/ui/cocoa/importer/
import_progress_dialog_cocoa.h 60 // Cancel button calls this.
61 - (IBAction)cancel:(id)sender;
  /external/guava/src/com/google/common/util/concurrent/
ValueFuture.java 74 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ValueFuture
75 return super.cancel();
  /external/webkit/Source/WebCore/manual-tests/plugins/
flip4mac-update-alert-over-navigation.html 19 <li>After the new page has loaded click the "Cancel" button on the update alert.The browser should not crash.</li>
28 <script>window.setTimeout(function() { window.location = "data:text/html,If the browser does not crash when you click 'Cancel' in the Flip4Mac update alert sheet then the bug is not present."; }, 10000)</script>
  /external/webkit/Source/WebCore/notifications/
NotificationPresenter.h 61 virtual void cancel(Notification*) = 0;
73 // Cancel all outstanding requests for the ScriptExecutionContext
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoader.cpp 67 void WebUrlLoader::cancel() function in class:android::WebUrlLoader
69 m_loaderClient->cancel();
  /external/webkit/Source/WebKit/android/jni/
WebCoreResourceLoader.h 42 * Call to java to cancel the current load.
44 virtual void cancel();
  /external/webkit/Source/WebKit/chromium/src/
NotificationPresenterImpl.cpp 85 void NotificationPresenterImpl::cancel(Notification* notification) function in class:WebKit::NotificationPresenterImpl
87 m_presenter->cancel(PassRefPtr<Notification>(notification));
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/
search_cancel.edc 27 image: "widget/search/cancel/cancel_normal_button2.png" COMP;
62 normal: "widget/search/cancel/cancel_normal_button2.png";
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp 51 // we cancel it here so the WebProcess isn't waiting for an answer forever.
72 void AuthenticationChallengeProxy::cancel() function in class:WebKit::AuthenticationChallengeProxy
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 72 // Cancel one of every five notifications to vary load on notification manager
74 mNotificationManager.cancel(notifyId - 4);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V40.java 84 public void cancel() { method in class:VCardParser_V40
85 mVCardParserImpl.cancel();
  /packages/apps/Email/src/com/android/email/activity/
BannerController.java 40 /** Hold last animator to cancel. */
95 mLastAnimator.cancel();
  /packages/apps/Gallery2/res/layout/
choose_widget_type.xml 49 android:id="@+id/cancel"
53 android:text="@android:string/cancel" />
  /packages/apps/Music/res/layout/
weekpicker.xml 59 <Button android:id="@+id/cancel"
62 android:text="@string/cancel"

Completed in 1665 milliseconds

1 2 3 4 5 6 78 91011>>