HomeSort by relevance Sort by last modified time
    Searched defs:Cancel (Results 76 - 100 of 309) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/
user_adding_screen.cc 22 virtual void Cancel() OVERRIDE;
51 void UserAddingScreenImpl::Cancel() {
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 87 bool IdleActionWarningDialogView::Cancel() {
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 103 bool RegisterProtocolHandlerInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/google/
google_url_tracker_infobar_delegate.cc 35 bool GoogleURLTrackerInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/importer/
external_process_importer_host.cc 36 void ExternalProcessImporterHost::Cancel() {
40 client_->Cancel();
59 Cancel();
  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 86 // Cancel button is labelled "load anyways". It triggers Cancel(), but really
88 bool InsecureContentInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/ui/android/infobars/
auto_login_infobar_delegate_android.cc 73 bool AutoLoginInfoBarDelegateAndroid::Cancel() {
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.cc 55 // Only cancel the old prerender after starting the new one, so if the URLs
75 void InstantSearchPrerenderer::Cancel() {
136 Cancel();
  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.cc 31 Cancel();
34 void TabModalConfirmDialogDelegate::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.cc 75 bool ConfirmBubbleViews::Cancel() {
76 model_->Cancel();
tab_modal_confirm_dialog_views.cc 105 bool TabModalConfirmDialogViews::Cancel() {
106 delegate_->Cancel();
user_data_dir_dialog_view.cc 70 bool UserDataDirDialogView::Cancel() {
  /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_org/net/quic/
quic_crypto_server_stream.cc 29 validate_client_hello_cb_->Cancel();
177 void QuicCryptoServerStream::ValidateCallback::Cancel() {
  /external/chromium_org/webkit/browser/fileapi/
local_file_stream_writer.cc 58 int LocalFileStreamWriter::Cancel(const net::CompletionCallback& callback) {
recursive_operation_delegate.cc 28 void RecursiveOperationDelegate::Cancel() {
sandbox_file_stream_writer.cc 79 int SandboxFileStreamWriter::Cancel(const net::CompletionCallback& callback) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
56 self.buttonCancel = Button(frameButtons,text='Cancel',
57 width=8,command=self.Cancel)
218 def Cancel(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 22 self.protocol("WM_DELETE_WINDOW", self.Cancel)
56 self.buttonCancel = Button(frameButtons,text='Cancel',
57 width=8,command=self.Cancel)
218 def Cancel(self, event=None):
  /external/chromium/base/files/
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/chrome/browser/chromeos/options/
take_photo_dialog.cc 51 bool TakePhotoDialog::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/net/websocket_experiment/
websocket_experiment_runner.cc 57 runner->Cancel();
85 void WebSocketExperimentRunner::Cancel() {
181 task_->Cancel();
  /external/chromium/chrome/browser/
password_manager_delegate_impl.cc 50 virtual bool Cancel();
105 bool SavePasswordInfoBarDelegate::Cancel() {

Completed in 197 milliseconds

1 2 34 5 6 7 8 91011>>