OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cancel
(Results
126 - 150
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/download/
drag_download_file.cc
74
void
Cancel
() {
77
download_item_->
Cancel
(true);
213
&DragDownloadFileUI::
Cancel
, base::Unretained(drag_ui_)));
/external/chromium_org/content/browser/loader/
detachable_resource_handler.cc
43
// Simulate a
cancel
on the next handler before destroying it.
54
// DetachableResourceHandler and the detach-on-renderer-
cancel
logic
68
FROM_HERE, cancel_delay_, this, &DetachableResourceHandler::
Cancel
);
197
void DetachableResourceHandler::
Cancel
() {
198
controller()->
Cancel
();
throttling_resource_handler.cc
52
return true; // Do not
cancel
.
78
return true; // Do not
cancel
.
102
return true; // Do not
cancel
.
111
void ThrottlingResourceHandler::
Cancel
() {
113
controller()->
Cancel
();
157
controller()->
Cancel
();
173
controller()->
Cancel
();
187
controller()->
Cancel
();
/external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc
177
void BluetoothProfileChromeOS::
Cancel
() {
178
VLOG(1) << object_path_.value() << ":
Cancel
";
/external/chromium_org/net/base/
directory_lister.cc
107
Cancel
();
114
void DirectoryLister::
Cancel
() {
115
return core_->
Cancel
();
138
void DirectoryLister::Core::
Cancel
() {
prioritized_dispatcher.cc
50
void PrioritizedDispatcher::
Cancel
(const Handle& handle) {
59
Cancel
(handle);
/external/chromium_org/printing/
printing_context_gtk.cc
132
return
CANCEL
;
142
return
CANCEL
;
152
return
CANCEL
;
159
void PrintingContextGtk::
Cancel
() {
printing_context_no_system_dialog.cc
105
return
CANCEL
;
115
return
CANCEL
;
125
return
CANCEL
;
132
void PrintingContextNoSystemDialog::
Cancel
() {
/external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js
237
Cancel
: -1,
/external/chromium/base/
task.h
35
virtual void
Cancel
() = 0;
43
// are declared as class members, so the class' tasks will automatically
cancel
162
virtual void
Cancel
() {
189
virtual void
Cancel
() {
207
virtual void
Cancel
() {
335
virtual void
Cancel
() {
462
virtual void
Cancel
() {
/external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc
233
void VPNConfigView::
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/
pdf_unsupported_feature.cc
75
virtual bool
Cancel
() {
193
"
cancel
",
281
virtual bool
Cancel
() {
plugin_observer.cc
42
virtual bool
Cancel
();
72
bool PluginInfoBarDelegate::
Cancel
() {
107
virtual bool
Cancel
();
156
return PluginInfoBarDelegate::
Cancel
();
159
bool BlockedPluginInfoBarDelegate::
Cancel
() {
165
return PluginInfoBarDelegate::
Cancel
();
200
virtual bool
Cancel
();
263
bool OutdatedPluginInfoBarDelegate::
Cancel
() {
266
return PluginInfoBarDelegate::
Cancel
();
/external/chromium/chrome/browser/printing/
print_job.cc
150
void PrintJob::
Cancel
() {
163
worker_->
Cancel
();
165
// Make sure a
Cancel
() is broadcast.
234
// No need to
cancel
since the worker already canceled itself.
print_job_worker.cc
260
void PrintJobWorker::
Cancel
() {
262
printing_context_->
Cancel
();
341
Cancel
();
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc
40
// to call
Cancel
(). We keep the |sb_service| alive in a ref pointer for as
128
void
Cancel
() {
271
classification_request_->
Cancel
();
294
// navigating away. We don't need to
cancel
a pending callback or
300
// report request we have to
cancel
it to make sure we don't display
301
// an interstitial for the wrong page. Note that this won't
cancel
302
// the server ping back but only
cancel
the showing of the
307
//
Cancel
any pending classification request.
309
classification_request_->
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/chrome/browser/ui/views/
edit_search_engine_dialog.cc
96
bool EditSearchEngineDialog::
Cancel
() {
/external/chromium/net/proxy/
init_proxy_resolver_unittest.cc
108
virtual void
Cancel
() {}
proxy_script_fetcher_impl.cc
90
// The URLRequest's destructor will
cancel
the outstanding request, and
168
void ProxyScriptFetcherImpl::
Cancel
() {
194
request->
Cancel
();
213
request->
Cancel
();
267
request->
Cancel
();
313
cur_request_->
Cancel
();
/external/chromium/net/url_request/
url_request_file_job.cc
61
void
Cancel
() {
186
async_resolver_->
Cancel
();
/external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc
195
void WimaxConfigView::
Cancel
() {
/external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.cc
125
bool EchoDialogView::
Cancel
() {
Completed in 319 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>