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

<<11121314151617181920>>

  /external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.cc 63 void FileWriterDelegate::Cancel() {
67 request_->Cancel();
70 const int status = file_stream_writer_->Cancel(
74 // Otherwise we'll do the final cleanup in the Cancel callback.
193 request_->Cancel();
local_file_stream_writer.h 39 virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE;
73 // set by Cancel() for the current operation.
sandbox_file_stream_writer.h 38 virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE;
69 // if there's a pending cancel request.
  /external/chromium_org/webkit/child/
multipart_response_delegate.h 80 void Cancel() {
resource_loader_bridge.h 195 // Call this method to cancel a request that is in progress. This method
199 virtual void Cancel() = 0;
  /external/chromium_org/ash/wm/workspace/
frame_maximize_button.cc 78 button_->Cancel(false);
138 Cancel(true);
155 Cancel(true);
166 Cancel(false);
173 Cancel(false);
179 // Changing the window position is managed status should not Cancel.
183 Cancel(false);
205 // call will cancel (this addresses crbug.com/143755).
207 Cancel(false);
269 Cancel(false)
    [all...]
  /external/chromium_org/content/browser/loader/
resource_loader.cc 98 Cancel();
251 Cancel();
268 Cancel();
304 request_->Cancel();
359 Cancel();
466 void ResourceLoader::Cancel() {
482 // WebKit will send us a cancel for downloads since it no longer handles
483 // them. In this case, ignore the cancel since we handle downloads in the
568 Cancel();
619 Cancel();
    [all...]
  /external/chromium/base/files/
file_path_watcher_mac.cc 60 virtual void Cancel() OVERRIDE;
355 Cancel();
402 Cancel();
446 // Calling Cancel() here to close any file descriptors that were opened.
450 Cancel();
458 void FilePathWatcherImpl::Cancel() {
466 NewRunnableMethod(this, &FilePathWatcherImpl::Cancel));
file_path_watcher_win.cc 29 virtual void Cancel() OVERRIDE;
31 // Deletion of the FilePathWatcher will call Cancel() to dispose of this
33 // cleanup thread, in case it quits before Cancel() is called.
97 void FilePathWatcherImpl::Cancel() {
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 69 virtual void Cancel() OVERRIDE;
371 Cancel();
418 Cancel();
469 // Calling Cancel() here to close any file descriptors that were opened.
473 Cancel();
481 void FilePathWatcherImpl::Cancel() {
489 base::Bind(&FilePathWatcherImpl::Cancel, this));
file_path_watcher_win.cc 32 virtual void Cancel() OVERRIDE;
34 // Deletion of the FilePathWatcher will call Cancel() to dispose of this
36 // cleanup thread, in case it quits before Cancel() is called.
107 void FilePathWatcherImpl::Cancel() {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 72 Cancel: function() {
89 'Cancel': function() {
107 'Cancel': function() {
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 72 Cancel: function() {
89 'Cancel': function() {
107 'Cancel': function() {
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 194 Cancel(R.string.cancel, true),
195 CancelDisabled(R.string.cancel, false),
244 LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled,
258 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
262 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
266 LeftButtonMode.Cancel, RightButtonMode.Confirm, ID_EMPTY_MESSAGE, false);
377 } else if (mUiStage.leftMode == LeftButtonMode.Cancel) {
  /external/chromium/chrome/browser/download/
base_file.cc 45 Cancel(); // Will delete the file.
152 void BaseFile::Cancel() {
  /external/chromium/chrome/browser/importer/
external_process_importer_client.cc 54 void ExternalProcessImporterClient::Cancel() {
98 process_importer_host_->Cancel();
importer_host.cc 159 void ImporterHost::Cancel() {
161 importer_->Cancel();
  /external/chromium/chrome/browser/ui/
input_window_dialog_win.cc 57 // It registers accelerators that accept/cancel the input.
72 virtual bool Cancel();
129 bool ContentView::Cancel() {
  /external/chromium/net/url_request/
url_request_file_dir_job.cc 71 lister_->Cancel();
179 lister_->Cancel();
  /external/chromium_org/cc/scheduler/
scheduler.cc 180 poll_for_draw_triggers_closure_.Cancel();
200 poll_for_draw_triggers_closure_.Cancel();
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector_unittest.cc 102 detector()->Cancel();
200 TEST_F(CaptivePortalDetectorTest, Cancel) {
  /external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc 59 virtual bool Cancel() OVERRIDE;
130 bool RequestQuotaInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/chromeos/drive/
webkit_file_stream_writer_impl.cc 93 int WebkitFileStreamWriterImpl::Cancel(
98 // If LocalFileWriter is already created, just delegate the cancel to it.
100 return local_file_writer_->Cancel(callback);
102 // If file open operation is in-flight, wait for its completion and cancel
142 // Cancel() is called during the creation of the snapshot file.
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc 81 virtual bool Cancel() OVERRIDE;
166 bool DefaultBrowserInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/
simple_message_box_views.cc 49 virtual bool Cancel() OVERRIDE;
119 bool SimpleMessageBoxViews::Cancel() {
184 // |Cancel| or |Accept|.

Completed in 1624 milliseconds

<<11121314151617181920>>