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

  /external/chromium_org/net/url_request/
url_fetcher.cc 34 void net::URLFetcher::CancelAll() {
35 URLFetcherImpl::CancelAll();
url_fetcher_impl.cc 188 void URLFetcherImpl::CancelAll() {
189 URLFetcherCore::CancelAll();
url_fetcher_core.cc 53 void URLFetcherCore::Registry::CancelAll() {
468 void URLFetcherCore::CancelAll() {
469 g_registry.Get().CancelAll();
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 96 void BalloonNotificationUIManager::CancelAll() {
97 NotificationUIManagerImpl::CancelAll();
notification_ui_manager_impl.cc 172 void NotificationUIManagerImpl::CancelAll() {
229 CancelAll();
message_center_notification_manager.cc 150 void MessageCenterNotificationManager::CancelAll() {
151 NotificationUIManagerImpl::CancelAll();
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 136 void NotificationUIManager::CancelAll() {
233 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
219 /// CancelAll() cancels all <code>CompletionCallbacks</code> allocated from
221 void CancelAll() {
    [all...]
  /external/chromium/chrome/common/net/
url_fetcher.cc 67 static void CancelAll();
80 void CancelAll();
189 void URLFetcher::Core::Registry::CancelAll() {
282 void URLFetcher::Core::CancelAll() {
283 g_registry.Get().CancelAll();
594 void URLFetcher::CancelAll() {
595 Core::CancelAll();
  /external/chromium_org/ui/message_center/
message_center_impl.cc 140 void PopupTimersController::CancelAll() {
163 CancelAll();
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 95 void CancelAll() { Cancel(EXIT_ALL); }
521 // Used to invoke CancelAll(). This is used during drag and drop to hide the

Completed in 8881 milliseconds