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

12

  /external/chromium_org/chrome/service/
service_process.cc 79 net::URLFetcher::CancelAll();
  /external/chromium_org/ui/message_center/
message_center_impl.h 103 void CancelAll();
message_center_impl.cc 342 void PopupTimersController::CancelAll() {
365 CancelAll();
message_center_impl_unittest.cc 198 popup_timers_controller->CancelAll();
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 423 menu->GetMenuController()->CancelAll();
891 bb_view_->GetMenu()->GetMenuController()->CancelAll();
    [all...]
  /external/chromium/chrome/common/net/
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_org/chrome/common/
cancelable_task_tracker_unittest.cc 225 TEST_F(CancelableTaskTrackerTest, CancelAll) {
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 95 void CancelAll() { Cancel(EXIT_ALL); }
527 // Used to invoke CancelAll(). This is used during drag and drop to hide the
menu_controller.cc     [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 222 void MessageCenterNotificationManager::CancelAll() {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc 103 virtual void CancelAll() OVERRIDE {}
chrome_notifier_service_unittest.cc 121 virtual void CancelAll() OVERRIDE {}
  /external/chromium/chrome/browser/
io_thread.cc 481 URLFetcher::CancelAll();
  /external/chromium_org/ash/
shell_unittest.cc 198 menu_controller->CancelAll();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 314 callback_factory_.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_org/net/url_request/
url_fetcher_impl_unittest.cc 923 URLFetcherImpl::CancelAll();
927 // Tests to make sure CancelAll() will successfully cancel existing URLFetchers.
928 TEST_F(URLFetcherTest, CancelAll) {
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 495 net::URLFetcher::CancelAll();
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing_unittest.cc 650 TEST_F(ProxyResolverV8TracingTest, CancelAll) {
    [all...]

Completed in 673 milliseconds

12