HomeSort by relevance Sort by last modified time
    Searched defs:CancelAll (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/net/url_request/
url_fetcher.cc 34 void net::URLFetcher::CancelAll() {
35 URLFetcherImpl::CancelAll();
url_fetcher_impl.cc 191 void URLFetcherImpl::CancelAll() {
192 URLFetcherCore::CancelAll();
url_fetcher_core.cc 60 void URLFetcherCore::Registry::CancelAll() {
464 void URLFetcherCore::CancelAll() {
465 g_registry.Get().CancelAll();
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager_android.cc 57 void NotificationUIManagerAndroid::CancelAll() {
notification_test_util.cc 81 void StubNotificationUIManager::CancelAll() {}
message_center_notification_manager.cc 265 void MessageCenterNotificationManager::CancelAll() {
  /external/chromium_org/google_apis/gaia/
merge_session_helper.cc 184 void MergeSessionHelper::CancelAll() {
185 VLOG(1) << "MergeSessionHelper::CancelAll";
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 41 /// preventing any bound member functions from being called. The CancelAll()
147 /// CancelAll (or destroying the callback factory) does <i>not</i> cancel the
215 /// CancelAll() cancels all <code>CompletionCallbacks</code> allocated from
217 void CancelAll() {
886 // Protected by the lock. This will get reset when you do CancelAll, for
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 116 void CancelAll() { Cancel(EXIT_ALL); }
561 // Used to invoke CancelAll(). This is used during drag and drop to hide the
  /external/chromium_org/ui/message_center/
message_center_impl.cc 343 void PopupTimersController::CancelAll() {
368 CancelAll();

Completed in 891 milliseconds