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.cc57 void URLFetcherCore::Registry::CancelAll() { function in class:net::URLFetcherCore::Registry
459 void URLFetcherCore::CancelAll() { function in class:net::URLFetcherCore
460 g_registry.Get().CancelAll();
/external/chromium/chrome/browser/notifications/
H A Dnotification_ui_manager.cc136 void NotificationUIManager::CancelAll() { function in class:NotificationUIManager
233 CancelAll();
/external/chromium_org/chrome/browser/notifications/
H A Dballoon_notification_ui_manager.cc195 void BalloonNotificationUIManager::CancelAll() { function in class:BalloonNotificationUIManager
H A Dmessage_center_notification_manager.cc222 void MessageCenterNotificationManager::CancelAll() { function in class:MessageCenterNotificationManager
/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
219 /// CancelAll() cancels all <code>CompletionCallbacks</code> allocated from
221 void CancelAll() { function in class:pp::CompletionCallbackFactory
999 // Protected by the lock. This will get reset when you do CancelAll, for
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h95 void CancelAll() { Cancel(EXIT_ALL); } function in class:views::MenuController
527 // Used to invoke CancelAll(). This is used during drag and drop to hide the
/external/chromium/chrome/common/net/
H A Durl_fetcher.cc67 static void CancelAll();
80 void CancelAll();
189 void URLFetcher::Core::Registry::CancelAll() { function in class:URLFetcher::Core::Registry
282 void URLFetcher::Core::CancelAll() { function in class:URLFetcher::Core
283 g_registry.Get().CancelAll();
594 void URLFetcher::CancelAll() { function in class:URLFetcher
595 Core::CancelAll();
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc342 void PopupTimersController::CancelAll() { function in class:message_center::internal::PopupTimersController
365 CancelAll();

Completed in 541 milliseconds