OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cancel
(Results
101 - 125
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc
63
void SetupFlowLoginStep::
Cancel
() {
/external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc
80
bool ExternalProtocolDialog::
Cancel
() {
83
// check box but MessageBox doesn't distinguish this from pressing the
cancel
js_modal_dialog_views.cc
105
bool JSModalDialogViews::
Cancel
() {
/external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.cc
90
// doesn't have a reference to us and
cancel
the import. We can get here
94
importer_host_->
Cancel
();
132
bool ImportProgressDialogView::
Cancel
() {
141
//
Cancel
the import and wait for further instructions.
142
importer_host_->
Cancel
();
/external/chromium/net/base/
directory_lister.cc
83
void DirectoryLister::
Cancel
() {
/external/chromium/net/proxy/
init_proxy_resolver.cc
50
Cancel
();
289
void InitProxyResolver::
Cancel
() {
299
proxy_script_fetcher_->
Cancel
();
/external/chromium_org/ash/first_run/
first_run_helper_impl.cc
82
void FirstRunHelperImpl::
Cancel
() {
/external/chromium_org/base/files/
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/browser/captive_portal/
captive_portal_detector.cc
76
void CaptivePortalDetector::
Cancel
() {
/external/chromium_org/chrome/browser/
chrome_quota_permission_context.cc
60
virtual bool
Cancel
() OVERRIDE;
129
bool RequestQuotaInfoBarDelegate::
Cancel
() {
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_dialog.cc
80
bool PlatformVerificationDialog::
Cancel
() {
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc
42
void Operation::
Cancel
() {
/external/chromium_org/chrome/browser/media/
media_stream_infobar_delegate.cc
127
bool MediaStreamInfoBarDelegate::
Cancel
() {
/external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.cc
201
bool AutoLoginInfoBarDelegate::
Cancel
() {
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc
127
void FullscreenExitBubble::
Cancel
() {
/external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc
55
virtual bool
Cancel
() OVERRIDE;
119
bool AutolaunchInfoBarDelegate::
Cancel
() {
/external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view.cc
56
bool CryptoModulePasswordDialogView::
Cancel
() {
external_protocol_dialog.cc
78
bool ExternalProtocolDialog::
Cancel
() {
81
// check box but MessageBox doesn't distinguish this from pressing the
cancel
javascript_app_modal_dialog_views.cc
100
bool JavaScriptAppModalDialogViews::
Cancel
() {
pdf_password_dialog.cc
35
virtual bool
Cancel
() OVERRIDE;
88
// This dialog was torn down without either OK or
cancel
being clicked; be
110
bool PDFPasswordDialogViews::
Cancel
() {
simple_message_box_views.cc
55
virtual bool
Cancel
() OVERRIDE;
140
bool SimpleMessageBoxViews::
Cancel
() {
217
// |
Cancel
| or |Accept|.
uninstall_view.cc
131
bool UninstallView::
Cancel
() {
138
// Label the OK button 'Uninstall';
Cancel
remains the same.
/external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc
66
base::Bind(&BluetoothProfileServiceProviderImpl::
Cancel
,
168
void
Cancel
(dbus::MethodCall* method_call,
173
delegate_->
Cancel
();
/external/chromium_org/components/dom_distiller/core/
task_tracker_unittest.cc
28
return base::Bind(&TestCancelCallback::
Cancel
, base::Unretained(this));
30
void
Cancel
(TaskTracker*) { cancelled_ = true; }
/external/chromium_org/components/webdata/common/
web_data_request_manager.cc
51
void WebDataRequest::
Cancel
() {
84
i->second->
Cancel
();
106
i->second->
Cancel
();
Completed in 448 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>