Searched refs:Cancel (Results 1 - 25 of 591) 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();
66 void OverlayEventFilter::Cancel() { function in class:ash::OverlayEventFilter
68 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 {}
H A Dfile_path_watcher.cc20 impl_->Cancel();
/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/ui/app_list/views/
H A Dapp_list_menu_views.cc42 void AppListMenuViews::Cancel() { function in class:app_list::AppListMenuViews
43 menu_runner_->Cancel();
/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();
H A Ddownload_request_infobar_delegate.cc37 host->Cancel();
82 bool DownloadRequestInfoBarDelegate::Cancel() { function in class:DownloadRequestInfoBarDelegate
87 host_->Cancel();
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble_model.cc28 void ConfirmBubbleModel::Cancel() { function in class:ConfirmBubbleModel
/external/chromium_org/chrome/browser/ui/pdf/
H A Dopen_pdf_in_reader_prompt_delegate.h29 virtual void Cancel() = 0;
/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/prerender/
H A Dprerender_pending_swap_throttle.cc60 void PrerenderPendingSwapThrottle::Cancel() { function in class:prerender::PrerenderPendingSwapThrottle
64 controller()->Cancel();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen.h26 virtual void Cancel() = 0;
/external/chromium_org/cc/animation/
H A Dscrollbar_animation_controller.cc40 delayed_scrollbar_fade_.Cancel();
58 delayed_scrollbar_fade_.Cancel();
86 delayed_scrollbar_fade_.Cancel();
/external/chromium_org/base/
H A Dcancelable_callback_unittest.cc27 // Cancel().
29 // - After Cancel(), Run() completes but has no effect.
30 TEST(CancelableCallbackTest, Cancel) {
42 cancelable.Cancel();
47 // Cancel() called multiple times.
48 // - Cancel() cancels all copies of the wrapped callback.
49 // - Calling Cancel() more than once has no effect.
50 // - After Cancel(), callback() returns a null callback.
58 cancelable.Cancel();
66 // Calling Cancel() agai
[all...]
H A Dcancelable_callback.h7 // wrapped callback until this object is destroyed or Reset()/Cancel() are
12 // Calling CancelableCallback::Cancel() brings the object back to its natural,
39 // timeout.Cancel(); // Hopefully this is hit before the timeout callback runs.
74 void Cancel() { function in class:base::CancelableCallback
91 Cancel();
93 // |forwarder_| is no longer valid after Cancel(), so re-bind.
99 // Returns a callback that can be disabled by calling Cancel().
144 void Cancel() { function in class:base::CancelableCallback
161 Cancel();
163 // |forwarder_| is no longer valid after Cancel(), s
214 void Cancel() { function in class:base::CancelableCallback
[all...]
/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc130 void ThrottlingResourceHandler::Cancel() { function in class:content::ThrottlingResourceHandler
132 controller()->Cancel();
179 controller()->Cancel();
193 controller()->Cancel();
209 controller()->Cancel();
223 controller()->Cancel();
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_io.cc24 void BackgroundIO::Cancel() { function in class:disk_cache::BackgroundIO
63 operation->Cancel();
94 operation->Cancel();
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier.h37 // Cancel any previously scheduled runs.
38 void Cancel();

Completed in 1589 milliseconds

1234567891011>>