Searched refs:Cancel (Results 1 - 25 of 643) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/utility/importer/
H A Dimporter.cc9 void Importer::Cancel() { function in class:Importer
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc35 Cancel();
47 Cancel();
51 Cancel();
55 Cancel();
60 delegate_->Cancel();
69 void OverlayEventFilter::Cancel() { function in class:ash::OverlayEventFilter
71 delegate_->Cancel();
H A Doverlay_event_filter.h29 virtual void Cancel() = 0;
52 void Cancel();
/external/chromium_org/net/dns/
H A Dnotify_watcher_mac.cc17 Cancel();
23 Cancel();
35 Cancel();
42 void NotifyWatcherMac::Cancel() { function in class:net::NotifyWatcherMac
55 Cancel();
/external/chromium_org/base/files/
H A Dfile_path_watcher_mac.cc36 virtual void Cancel() OVERRIDE {
38 impl_->Cancel();
44 impl_->Cancel();
H A Dfile_path_watcher_stub.cc22 virtual void Cancel() OVERRIDE {}
/external/chromium_org/content/public/browser/
H A Dresource_controller.h13 // any time. CancelAndIgnore is a variation of Cancel that also causes the
19 virtual void Cancel() = 0;
/external/chromium_org/content/renderer/fetchers/
H A Dmanifest_fetcher.cc22 Cancel();
35 void ManifestFetcher::Cancel() { function in class:content::ManifestFetcher
37 fetcher_->Cancel();
/external/chromium_org/net/quic/
H A Dquic_alarm.cc25 void QuicAlarm::Cancel() { function in class:net::QuicAlarm
32 Cancel();
39 Cancel();
/external/chromium_org/ui/app_list/views/
H A Dapp_list_menu_views.cc39 void AppListMenuViews::Cancel() { function in class:app_list::AppListMenuViews
40 menu_runner_->Cancel();
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl_adapter.cc36 void MenuRunnerImplAdapter::Cancel() { function in class:views::internal::MenuRunnerImplAdapter
37 impl_->Cancel();
/external/chromium_org/ash/test/
H A Dtest_overlay_delegate.cc20 void TestOverlayDelegate::Cancel() { function in class:ash::test::TestOverlayDelegate
H A Dtest_overlay_delegate.h22 virtual void Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate_unittest.cc19 virtual void Cancel() OVERRIDE;
57 void MockTabDownloadState::Cancel() { function in class:MockTabDownloadState
71 Cancel();
86 if (state.infobar_delegate()->Cancel())
H A Ddownload_resource_throttle.cc60 controller()->Cancel();
80 controller()->Cancel();
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest_util.cc50 context_menu->Cancel();
73 base::Bind(&SaveLinkAsContextMenuObserver::Cancel,
97 void SaveLinkAsContextMenuObserver::Cancel( function in class:SaveLinkAsContextMenuObserver
100 context_menu->Cancel();
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble_model.cc28 void ConfirmBubbleModel::Cancel() { function in class:ConfirmBubbleModel
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher.cc28 void DoNothingDhcpProxyScriptFetcher::Cancel() {} function in class:net::DoNothingDhcpProxyScriptFetcher
H A Dproxy_script_fetcher.h43 // If the request is cancelled (either using the "Cancel()" method or by
51 virtual void Cancel() = 0;
H A Ddhcp_proxy_script_fetcher.h55 // If the request is cancelled (either using the "Cancel()" method or by
63 virtual void Cancel() = 0;
90 virtual void Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.cc64 Cancel(user_id_);
74 Cancel(user_id);
82 Cancel(user_id);
103 Cancel(user_id_);
126 Cancel(user_id_);
154 void EasyUnlockAuthAttempt::Cancel(const std::string& user_id) { function in class:EasyUnlockAuthAttempt
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_pending_swap_throttle.cc62 void PrerenderPendingSwapThrottle::Cancel() { function in class:prerender::PrerenderPendingSwapThrottle
66 controller()->Cancel();
/external/chromium_org/sandbox/mac/
H A Ddispatch_source_mach.cc38 Cancel();
45 void DispatchSourceMach::Cancel() { function in class:sandbox::DispatchSourceMach
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen.h26 virtual void Cancel() = 0;
/external/chromium_org/components/pdf/browser/
H A Dopen_pdf_in_reader_prompt_client.h31 virtual void Cancel() = 0;

Completed in 4067 milliseconds

1234567891011>>