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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 375 TEST_F(SyncableFileOperationRunnerTest, Cancel) {
383 // Run Truncate and immediately cancel. This shouldn't crash.
389 file_system_.operation_runner()->Cancel(
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 95 void Cancel() {
184 // cancel the menu, otherwise it may try to invoke something on the tabstrip
187 context_menu_contents_->Cancel();
278 // Cancel any pending tab transition.
315 // Otherwise, cancel the pending one.
397 // Cancel any pending tab transition.
412 // Cancel any pending tab transition.
524 // Cancel any pending tab transition.
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.cc 180 void Cancel() {
245 pending_upload_task_->Cancel();
  /external/compiler-rt/make/
util.mk 105 # Cancel all suffix rules. We don't want no stinking suffix rules.
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 318 iWait->Cancel();
383 iWait->Cancel();
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 78 void DownloadRequestLimiter::TabDownloadState::Cancel() {
149 // don't close it. If allow is false, we send all the notifications to cancel
257 // to cancel the download operation in chrome and let the host browser
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 57 bool GoogleURLTrackerInfoBarDelegate::Cancel() {
  /external/chromium/chrome/browser/policy/
device_token_fetcher.cc 263 retry_task_->Cancel();
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 67 // Cancel the current job, wait for the worker to finish.
78 // Since our renderer is gone, there's nothing to do, cancel it. Otherwise,
361 void PrintViewManager::TerminatePrintJob(bool cancel) {
365 if (cancel) {
367 print_job_->Cancel();
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 145 importer_host_->Cancel();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 68 // time the model changes, typically to cancel an operation that is showing
83 // Invoked when the model changes. Should cancel the edit and close any
270 void Cancel() {
  /external/chromium/chrome/browser/ui/views/
edit_search_engine_dialog.cc 96 bool EditSearchEngineDialog::Cancel() {
  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.cc 91 web_ui_->RegisterMessageCallback("cancel",
201 file->Cancel(true);
  /external/chromium/net/base/
directory_lister.cc 83 void DirectoryLister::Cancel() {
  /external/chromium/net/url_request/
url_request.h 146 // request's Cancel method to prevent the redirect from being followed.
152 // If the delegate does not cancel the request and |*defer_redirect| is
154 // changed to the new URL. Otherwise if the delegate does not cancel the
167 // or request->CancelAuth() to cancel the login and display the error page.
185 // safe thing and Cancel() the request or decide to proceed by calling
475 // cancel the request. This method may be called many times, and it has
479 // during the call to Cancel itself.
480 void Cancel();
541 // cancel the request instead, call Cancel()
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 318 // If a captive portal check was running or pending, cancel check
321 captive_portal_detector_.Cancel();
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.h 208 // Currently, this only provides some methods to start/cancel background tasks,
271 // Note: currently we only support Cancel method, which may look asymmetry
276 void Cancel();
310 // Cancel fetching image.
  /external/chromium_org/chrome/browser/chromeos/login/
webui_login_display.cc 229 UserAddingScreen::Get()->Cancel();
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 25 CANCEL,
53 case CANCEL:
54 host->Cancel();
217 testing_action_ = CANCEL;
254 testing_action_ = CANCEL;
304 testing_action_ = CANCEL;
324 // InfoBarService, and we want to test that it will Cancel() instead of
download_shelf_context_menu.cc 87 case CANCEL:
137 case CANCEL:
138 download_item_->Cancel(true /* Cancelled by user */);
200 case CANCEL:
252 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
272 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
304 CANCEL, IDS_DOWNLOAD_MENU_CANCEL);
  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
recovery_operation_manager.cc 101 existing_operation->Cancel(callback);
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 46 delegate->Cancel();
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 89 void PrivetRegisterOperationImpl::Cancel() {
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 342 // Start a timeout to cancel the request if it takes too long.
353 base::Bind(&CheckClientDownloadRequest::Cancel,
361 void Cancel() {
365 // might be destroyed before the URLFetcher completes. Cancel the
380 Cancel();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_sub_menu_model_gtk.cc 150 menu_->Cancel();

Completed in 669 milliseconds

<<21222324252627282930>>