HomeSort by relevance Sort by last modified time
    Searched refs:Cancel (Results 26 - 50 of 760) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/fetchers/
alt_error_page_resource_fetcher.cc 41 void AltErrorPageResourceFetcher::Cancel() {
42 fetcher_->Cancel();
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 25 virtual void Cancel();
setup_flow_register_step.h 24 virtual void Cancel();
setup_flow_start_host_step.h 26 virtual void Cancel();
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.h 26 virtual bool Cancel();
  /external/chromium_org/base/files/
file_path_watcher.cc 16 impl_->Cancel();
  /external/chromium_org/net/dns/
notify_watcher_mac.h 30 void Cancel();
single_request_host_resolver.h 34 void Cancel();
  /external/chromium_org/net/proxy/
mock_proxy_script_fetcher.h 29 virtual void Cancel() OVERRIDE;
  /external/chromium_org/net/quic/
quic_alarm.h 35 // the alarm is set. To reschedule an alarm, call Cancel() first,
43 void Cancel();
62 // alarm from the underlying scheduler on Cancel() may need to handle
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.h 31 void Cancel();
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 17 virtual void Cancel();
56 void MockTabDownloadState::Cancel() {
80 state.infobar()->Cancel();
download_request_infobar_delegate.cc 25 host_->Cancel();
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 28 Cancel();
36 void RepostFormWarningController::Cancel() {
62 Cancel();
67 // Make sure we won't do anything when |Cancel()| is called again.
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.cc 36 host->Cancel();
81 bool DownloadRequestInfoBarDelegate::Cancel() {
86 host_->Cancel();
  /external/chromium_org/base/
cancelable_callback_unittest.cc 27 // 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() again has no effect
    [all...]
cancelable_callback.h 7 // wrapped callback until this object is destroyed or Reset()/Cancel() are
12 // Calling CancellableCallback::Cancel() brings the object back to its natural,
39 // timeout.Cancel(); // Hopefully this is hit before the timeout callback runs.
74 void Cancel() {
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() {
161 Cancel();
163 // |forwarder_| is no longer valid after Cancel(), so re-bind
    [all...]
  /external/chromium_org/net/disk_cache/
in_flight_io.cc 24 void BackgroundIO::Cancel() {
63 operation->Cancel();
94 operation->Cancel();
97 // callback (so that a subsequent cancel does not invoke the callback again).
  /external/chromium/base/
task_unittest.cc 35 cancelable_task_->Cancel();
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.h 21 // be invoked with the result. In order to cancel the callback, just destroy the
42 void Cancel();
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.h 35 virtual bool Cancel();
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 33 virtual bool Cancel() OVERRIDE;
  /external/chromium/chrome/browser/importer/
external_process_importer_host.h 28 virtual void Cancel() OVERRIDE;
57 // conditions on import cancel.
importer.h 32 virtual void Cancel();
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 27 bool ConfirmInfoBarDelegate::Cancel() {

Completed in 1563 milliseconds

12 3 4 5 6 7 8 91011>>