Searched defs:CancelAll (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher.cc34 void net::URLFetcher::CancelAll() { function in class:net::net::URLFetcher
35 URLFetcherImpl::CancelAll();
H A Durl_fetcher_impl.cc191 void URLFetcherImpl::CancelAll() { function in class:net::URLFetcherImpl
192 URLFetcherCore::CancelAll();
H A Durl_fetcher_core.cc60 void URLFetcherCore::Registry::CancelAll() { function in class:net::URLFetcherCore::Registry
464 void URLFetcherCore::CancelAll() { function in class:net::URLFetcherCore
465 g_registry.Get().CancelAll();
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_ui_manager_android.cc57 void NotificationUIManagerAndroid::CancelAll() { function in class:NotificationUIManagerAndroid
H A Dnotification_test_util.cc81 void StubNotificationUIManager::CancelAll() {} function in class:StubNotificationUIManager
H A Dmessage_center_notification_manager.cc265 void MessageCenterNotificationManager::CancelAll() { function in class:MessageCenterNotificationManager
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper.cc184 void MergeSessionHelper::CancelAll() { function in class:MergeSessionHelper
185 VLOG(1) << "MergeSessionHelper::CancelAll";
/external/chromium_org/ppapi/utility/
H A Dcompletion_callback_factory.h41 /// 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() { function in class:pp::CompletionCallbackFactory
886 // Protected by the lock. This will get reset when you do CancelAll, for
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h116 void CancelAll() { Cancel(EXIT_ALL); } function in class:views::MenuController
561 // Used to invoke CancelAll(). This is used during drag and drop to hide the
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc343 void PopupTimersController::CancelAll() { function in class:message_center::internal::PopupTimersController
368 CancelAll();

Completed in 183 milliseconds