OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cancel
(Results
276 - 300
of
309
) sorted by null
<<
11
12
13
/external/chromium/chrome/browser/ui/
browser_init.cc
152
virtual bool
Cancel
() OVERRIDE;
225
bool DefaultBrowserInfoBarDelegate::
Cancel
() {
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc
260
void
Cancel
() {
265
menu_->
Cancel
();
[
all
...]
/external/chromium/chrome/browser/webdata/
web_data_service.cc
84
i->second->
Cancel
();
[
all
...]
/external/chromium/net/base/
host_resolver_impl.cc
404
void
Cancel
() {
663
void
Cancel
() {
935
//
Cancel
the outstanding jobs. Those jobs may contain several attached
943
cur_completing_job_->
Cancel
();
[
all
...]
/external/chromium/net/http/
http_cache.cc
205
void
Cancel
() {
400
callback->
Cancel
();
829
bool
cancel
) {
831
// the writer, there is nothing to
cancel
.
840
if (
cancel
) {
[
all
...]
/external/chromium/net/ocsp/
nss_ocsp.cc
189
void
Cancel
() {
312
request_->
Cancel
();
785
req->
Cancel
();
/external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc
878
void WifiConfigView::
Cancel
() {
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc
342
// Start a timeout to
cancel
the request if it takes too long.
353
base::Bind(&CheckClientDownloadRequest::
Cancel
,
361
void
Cancel
() {
365
// might be destroyed before the URLFetcher completes.
Cancel
the
380
Cancel
();
[
all
...]
/external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc
428
void RenderViewContextMenu::
Cancel
() {
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
task_manager_gtk.cc
259
void
Cancel
() {
261
menu_->
Cancel
();
[
all
...]
/external/chromium_org/content/browser/download/
download_item_impl.cc
68
// Wrapper around DownloadFile::Detach and DownloadFile::
Cancel
that
81
download_file->
Cancel
();
369
void DownloadItemImpl::
Cancel
(bool user_cancel) {
401
//
Cancel
the originating URL request unless it's already been cancelled
423
Cancel
(true);
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_message_filter.cc
296
void
Cancel
() {
362
client->
Cancel
();
[
all
...]
/external/chromium_org/net/dns/
host_resolver_impl_unittest.cc
236
void
Cancel
() {
274
closure.
Cancel
();
667
//
Cancel
everything except request for ("a", 82).
668
requests_[0]->
Cancel
();
669
requests_[1]->
Cancel
();
670
requests_[2]->
Cancel
();
671
requests_[4]->
Cancel
();
689
//
Cancel
all but last two.
691
requests_[i]->
Cancel
();
707
// While we are executing within that callback,
cancel
the other request
[
all
...]
host_resolver_impl.cc
597
void
Cancel
() {
[
all
...]
/external/chromium_org/net/ocsp/
nss_ocsp.cc
223
void
Cancel
() {
347
request_->
Cancel
();
853
req->
Cancel
();
[
all
...]
/external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.cc
108
void
Cancel
();
394
void ProxyResolverV8Tracing::Job::
Cancel
() {
[
all
...]
proxy_service.cc
350
// Note that the destruction of ProxyScriptDecider will automatically
cancel
779
void
Cancel
() {
793
// Returns true if
Cancel
() has been called.
[
all
...]
/external/chromium_org/net/url_request/
url_request.cc
191
request->
Cancel
();
197
request->
Cancel
();
241
Cancel
();
707
void URLRequest::
Cancel
() {
756
// that the Delegate implementation can call
Cancel
without having to worry
769
// This handles a
cancel
that happens while paused.
[
all
...]
/external/chromium_org/ui/views/controls/menu/
menu_item_view.cc
218
void MenuItemView::
Cancel
() {
221
controller_->
Cancel
(MenuController::EXIT_ALL);
[
all
...]
menu_controller.cc
453
void MenuController::
Cancel
(ExitType type) {
746
// we don't call
cancel
here.
910
// Mouse wasn't pressed over any menu, or the active menu,
cancel
.
937
Cancel
(exit_type);
942
// RepostEvent after
Cancel
so that mouse capture has been released so
[
all
...]
/external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc
122
request->
Cancel
();
143
request->
Cancel
();
218
request_->
Cancel
();
317
Cancel
();
613
// no longer fetches master entries directly. For now, we
cancel
all pending
[
all
...]
/external/chromium/chrome/browser/history/
history_backend.cc
117
// The backend can call
Cancel
to have this task release the reference. The
135
void
Cancel
() {
[
all
...]
/external/chromium_org/chrome/browser/devtools/
devtools_window.cc
96
virtual bool
Cancel
() OVERRIDE;
147
bool DevToolsConfirmInfoBarDelegate::
Cancel
() {
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend.cc
128
// The backend can call
Cancel
to have this task release the reference. The
146
void
Cancel
() {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc
[
all
...]
Completed in 1181 milliseconds
<<
11
12
13