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

  /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();
url_fetcher_unittest.cc 735 // Tests to make sure CancelAll() will successfully cancel existing URLFetchers.
736 TEST_F(URLFetcherTest, CancelAll) {
747 URLFetcher::CancelAll();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 438 menu->GetMenuController()->CancelAll();
856 bb_view_->GetMenu()->GetMenuController()->CancelAll();
    [all...]
  /external/chromium/chrome/browser/
io_thread.cc 481 URLFetcher::CancelAll();

Completed in 222 milliseconds