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

1 2

  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 21 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 191 void URLFetcherImpl::CancelAll() {
192 URLFetcherCore::CancelAll();
url_fetcher.h 120 static void CancelAll();
url_fetcher_impl.h 96 static void CancelAll();
url_fetcher_core.h 136 static void CancelAll();
152 void CancelAll();
url_fetcher_core.cc 57 void URLFetcherCore::Registry::CancelAll() {
461 void URLFetcherCore::CancelAll() {
462 g_registry.Get().CancelAll();
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 59 virtual void CancelAll() = 0;
notification_ui_manager_android.h 29 virtual void CancelAll() OVERRIDE;
notification_ui_manager_android.cc 57 void NotificationUIManagerAndroid::CancelAll() {
notification_system_observer.cc 34 ui_manager_->CancelAll();
notification_test_util.cc 81 void StubNotificationUIManager::CancelAll() {}
notification_test_util.h 118 virtual void CancelAll() OVERRIDE;
message_center_notification_manager.h 69 virtual void CancelAll() OVERRIDE;
  /external/chromium_org/ash/accelerators/
nested_accelerator_delegate.cc 42 menu_controller->CancelAll();
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 65 net::URLFetcher::CancelAll();
  /external/chromium_org/ui/views/controls/menu/
menu_host.cc 114 menu_controller->CancelAll();
135 menu_controller->CancelAll();
menu_message_loop_aura.cc 66 controller_->CancelAll();
74 controller_->CancelAll();
menu_runner.cc 160 controller->CancelAll();
165 controller->CancelAll();
  /external/chromium_org/google_apis/gaia/
merge_session_helper.h 56 void CancelAll();
merge_session_helper.cc 43 void MergeSessionHelper::CancelAll() {
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 132 g_browser_process->notification_ui_manager()->CancelAll();
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 141 callback_factory_.CancelAll();
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
welcome_delegate_unittest.cc 49 g_browser_process->notification_ui_manager()->CancelAll();
  /external/chromium_org/chrome/browser/signin/
signin_browsertest.cc 80 net::URLFetcher::CancelAll();

Completed in 441 milliseconds

1 2