HomeSort by relevance Sort by last modified time
    Searched refs:CancelAll (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 31 g_browser_process->notification_ui_manager()->CancelAll();
38 g_browser_process->notification_ui_manager()->CancelAll();
  /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.h 111 static void CancelAll();
url_fetcher_impl.h 93 static void CancelAll();
url_fetcher_core.h 136 static void CancelAll();
159 void CancelAll();
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 59 virtual void CancelAll() = 0;
balloon_notification_ui_manager.h 45 virtual void CancelAll() OVERRIDE;
notification_ui_manager_impl.h 47 virtual void CancelAll() OVERRIDE;
notification_ui_manager_mac.h 42 virtual void CancelAll() OVERRIDE;
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.h 52 virtual void CancelAll() OVERRIDE;
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 65 net::URLFetcher::CancelAll();
  /external/chromium_org/ui/views/controls/menu/
menu_controller_aura.cc 46 controller_->CancelAll();
56 controller_->CancelAll();
menu_host.cc 122 menu_controller->CancelAll();
143 menu_controller->CancelAll();
menu_runner.cc 185 controller->CancelAll();
190 controller->CancelAll();
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 63 void CancelAll();
notification_ui_manager.cc 136 void NotificationUIManager::CancelAll() {
233 CancelAll();
  /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();
url_fetcher.h 221 static void CancelAll();
  /external/chromium_org/ash/accelerators/
accelerator_dispatcher.cc 103 menu_controller->CancelAll();
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 133 g_browser_process->notification_ui_manager()->CancelAll();
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 141 callback_factory_.CancelAll();
  /external/chromium_org/ui/message_center/
message_center_impl.h 98 void CancelAll();

Completed in 411 milliseconds

1 2