Home
last modified time | relevance | path

Searched refs:CancelAll (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/common/net/
Durl_fetcher.cc67 static void CancelAll();
80 void CancelAll();
189 void URLFetcher::Core::Registry::CancelAll() { in CancelAll() function in URLFetcher::Core::Registry
282 void URLFetcher::Core::CancelAll() { in CancelAll() function in URLFetcher::Core
283 g_registry.Get().CancelAll(); in CancelAll()
594 void URLFetcher::CancelAll() { in CancelAll() function in URLFetcher
595 Core::CancelAll(); in CancelAll()
Durl_fetcher.h221 static void CancelAll();
Durl_fetcher_unittest.cc736 TEST_F(URLFetcherTest, CancelAll) { argument
747 URLFetcher::CancelAll();
/external/chromium/chrome/browser/notifications/
Dnotification_ui_manager.cc136 void NotificationUIManager::CancelAll() { in CancelAll() function in NotificationUIManager
233 CancelAll(); in Observe()
Dnotification_ui_manager.h63 void CancelAll();
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc438 menu->GetMenuController()->CancelAll(); in Step4()
856 bb_view_->GetMenu()->GetMenuController()->CancelAll(); in Step4()
1327 bb_view_->GetMenu()->GetMenuController()->CancelAll(); in Step4()
1436 bb_view_->GetMenu()->GetMenuController()->CancelAll(); in Step4()
/external/chromium/chrome/browser/
Dio_thread.cc481 URLFetcher::CancelAll(); in CleanUp()