Searched refs:Cancel (Results 26 - 50 of 643) sorted by relevance

1234567891011>>

/external/chromium_org/sandbox/mac/
H A Ddispatch_source_mach.h45 void Cancel();
/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/chrome/browser/download/
H A Ddownload_request_infobar_delegate.cc37 host->Cancel();
82 bool DownloadRequestInfoBarDelegate::Cancel() { function in class:DownloadRequestInfoBarDelegate
87 host_->Cancel();
H A Ddownload_permission_request.cc54 host_->Cancel();
/external/chromium_org/device/serial/
H A Ddata_sink_unittest.cc164 bool Cancel(int32_t error) { function in class:device::DataSinkTest
165 return sender_->Cancel(
279 TEST_F(DataSinkTest, Cancel) {
282 ASSERT_TRUE(Cancel(-2));
301 ASSERT_TRUE(Cancel(-2));
315 ASSERT_TRUE(Cancel(-2));
323 ASSERT_TRUE(Cancel(-3));
337 ASSERT_TRUE(Cancel(-2));
342 ASSERT_TRUE(Cancel(-3));
353 ASSERT_TRUE(Cancel(
[all...]
/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.cc131 void ThrottlingResourceHandler::Cancel() { function in class:content::ThrottlingResourceHandler
133 controller()->Cancel();
180 controller()->Cancel();
194 controller()->Cancel();
210 controller()->Cancel();
224 controller()->Cancel();
/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_io.cc27 void BackgroundIO::Cancel() { function in class:disk_cache::BackgroundIO
67 operation->Cancel();
97 operation->Cancel();
/external/chromium_org/ash/wm/
H A Doverlay_event_filter_unittest.cc17 // Cancel() of the existing delegate should be called.
31 Shell::GetInstance()->overlay_filter()->Cancel();
/external/chromium_org/base/files/
H A Dfile_path_watcher.cc20 impl_->Cancel();
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier.h37 // Cancel any previously scheduled runs.
38 void Cancel();
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.h34 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_pending_swap_throttle.h44 void Cancel();
/external/chromium_org/chrome/browser/
H A Drepost_form_warning_controller.cc48 Cancel();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller_browsertest.cc38 delegate->Cancel();
H A Dconfirm_bubble_model.h47 // returns "OK" for the OK button and "Cancel" for the Cancel button.
53 // Called when the Cancel button is pressed.
54 virtual void Cancel();
/external/chromium_org/chrome/utility/importer/
H A Dimporter.h29 virtual void Cancel();
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.h40 virtual void Cancel();
/external/chromium_org/content/child/
H A Dftp_directory_listing_response_delegate.h32 void Cancel();
H A Dresource_loader_bridge.h54 virtual void Cancel() = 0;
/external/chromium_org/content/renderer/fetchers/
H A Dmanifest_fetcher.h42 void Cancel();
/external/chromium_org/net/dns/
H A Dnotify_watcher_mac.h30 void Cancel();
H A Dsingle_request_host_resolver.h43 void Cancel();
/external/chromium_org/net/proxy/
H A Dmock_proxy_script_fetcher.h29 virtual void Cancel() OVERRIDE;

Completed in 521 milliseconds

1234567891011>>