OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cancel
(Results
176 - 200
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win_unittest.cc
49
void
Cancel
() {
50
DhcpProxyScriptAdapterFetcher::
Cancel
();
217
client.fetcher_->
Cancel
();
238
client.fetcher_->
Cancel
();
253
client.fetcher_->
Cancel
();
dhcp_proxy_script_fetcher_win.cc
73
Cancel
();
106
void DhcpProxyScriptFetcherWin::
Cancel
() {
110
// We only count this stat if the
cancel
was explicitly initiated by
130
(*it)->
Cancel
();
proxy_script_fetcher_impl.cc
90
// The URLRequest's destructor will
cancel
the outstanding request, and
173
void ProxyScriptFetcherImpl::
Cancel
() {
204
request->
Cancel
();
223
request->
Cancel
();
277
request->
Cancel
();
320
cur_request_->
Cancel
();
/external/chromium_org/net/quic/
quic_crypto_client_stream.cc
62
void QuicCryptoClientStream::ProofVerifierCallbackImpl::
Cancel
() {
82
proof_verify_callback_->
Cancel
();
/external/chromium_org/printing/
printing_context_android.cc
106
// TODO(cimamoglu): Differentiate between FAILED And
CANCEL
.
200
return
CANCEL
;
210
return
CANCEL
;
220
return
CANCEL
;
227
void PrintingContextAndroid::
Cancel
() {
/external/chromium_org/ui/views/animation/
bounds_animator.cc
137
void BoundsAnimator::
Cancel
() {
/external/chromium_org/ui/views/controls/menu/
menu_runner.cc
49
void
Cancel
();
123
// have deleted objects on them). Instead
cancel
the menu, when it returns
137
controller_->
Cancel
(MenuController::EXIT_DESTROYED);
164
// There's some other menu open and we're not nested.
Cancel
the menu.
210
void MenuRunnerImpl::
Cancel
() {
212
controller_->
Cancel
(MenuController::EXIT_ALL);
323
// transient, so we don't
cancel
in that case.
352
void MenuRunner::
Cancel
() {
353
holder_->
Cancel
();
/external/chromium_org/ui/views/window/
dialog_delegate.cc
59
bool DialogDelegate::
Cancel
() {
75
return
Cancel
();
/external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc
28
void
Cancel
() {
158
create_backend_callback_->
Cancel
();
187
create_backend_callback_->
Cancel
();
/external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.cc
44
void FileWriterDelegate::
Cancel
() {
48
request_->
Cancel
();
51
const int status = file_stream_writer_->
Cancel
(
55
// Otherwise we'll do the final cleanup in the
Cancel
callback.
174
request_->
Cancel
();
/external/chromium/base/files/
file_path_watcher_linux.cc
106
//
Cancel
the watch. This unregisters the instance with InotifyReader.
107
virtual void
Cancel
() OVERRIDE;
109
// Deletion of the FilePathWatcher will call
Cancel
() to dispose of this
111
// cleanup thread, in case it quits before
Cancel
() is called.
390
void FilePathWatcherImpl::
Cancel
() {
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
));
/external/chromium/chrome/browser/
browser_signin.cc
108
signin_->
Cancel
();
212
signin_->
Cancel
();
239
//
Cancel
existing request.
241
Cancel
();
279
void BrowserSignin::
Cancel
() {
/external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.cc
55
void
Cancel
() {
420
pending_contexts_[i]->
Cancel
();
/external/chromium/chrome/browser/download/
download_item.cc
45
// TODO(rdsmith): This description should be updated to reflect the
cancel
337
void DownloadItem::
Cancel
(bool update_history) {
431
Cancel
(true);
/external/chromium/chrome/browser/importer/
toolbar_importer.cc
75
// The public
cancel
method serves two functions, as a callback from the UI as
76
// well as an internal callback in case of
cancel
. An internal callback is
79
void Toolbar5Importer::
Cancel
() {
80
// In the case when the thread is not importing messages we are to
cancel
as
82
Importer::
Cancel
();
91
NewRunnableMethod(this, &Toolbar5Importer::
Cancel
));
/external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc
235
void WebSocketExperimentTask::
Cancel
() {
/external/chromium/chrome/browser/remoting/
setup_flow.cc
80
void SetupFlowErrorStepBase::
Cancel
() { }
106
void SetupFlowDoneStep::
Cancel
() { }
182
current_step_->
Cancel
();
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
49
void
Cancel
() {
51
menu_->
Cancel
();
165
menu_controller_->
Cancel
();
248
// If GTK+ does send the drag-failed or drag-end event, we
cancel
the task.
/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
() {
bookmark_menu_controller_views.cc
87
void BookmarkMenuController::
Cancel
() {
88
menu_->
Cancel
();
285
menu_->
Cancel
();
383
//
cancel
the menu.
/external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc
374
bool CollectedCookiesWin::
Cancel
() {
create_application_shortcut_view.cc
223
void
Cancel
() {
431
pending_download_->
Cancel
();
/external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc
83
virtual bool
Cancel
() OVERRIDE;
291
bool ExtensionInstallDialogView::
Cancel
() {
/external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc
54
void
Cancel
() {
142
//
cancel
the menu, otherwise it may try to invoke something on the tabstrip
145
context_menu_contents_->
Cancel
();
Completed in 332 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>