OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cancel
(Results
451 - 475
of
2626
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.mm
85
using DownloadShelfContextMenu::
CANCEL
;
353
download->
Cancel
(true);
373
actionId = DownloadShelfContextMenuMac::
CANCEL
;
404
menuBridge_->ExecuteCommand(DownloadShelfContextMenuMac::
CANCEL
);
/external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller.mm
69
// If the window is closed before the timer is fired,
cancel
the timer, since
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h
38
// click
Cancel
and discard their modifications. |selected_id| is the
/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_context_menu.cc
78
menu_->
Cancel
();
/external/chromium/chrome/browser/ui/views/
collected_cookies_win.h
51
virtual bool
Cancel
() OVERRIDE;
instant_confirm_view.cc
55
bool InstantConfirmView::
Cancel
() {
user_data_dir_dialog.cc
82
bool UserDataDirDialog::
Cancel
() {
/external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc
93
bool ImportLockDialogView::
Cancel
() {
import_progress_dialog_view.h
54
virtual bool
Cancel
() OVERRIDE;
/external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.h
66
// Callback for the "
cancel
" message - cancels the download.
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/
options.html
64
<button onclick="init()">
Cancel
</button>
/external/chromium/net/base/
directory_lister.h
78
void
Cancel
();
/external/chromium/net/proxy/
proxy_resolver.h
27
// Opaque pointer type, to return a handle to
cancel
outstanding requests.
/external/chromium/webkit/glue/media/
simple_data_source.cc
70
// Post a task to the render thread to
cancel
loading the resource.
108
// Post a task to the render thread to
cancel
loading the resource.
318
//
Cancel
any pending requests.
320
url_loader_->
cancel
();
/external/guava/javadoc/com/google/common/util/concurrent/
AbstractFuture.html
120
<A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#
cancel
()"><CODE>
cancel
()</CODE></A>. If subclasses want to implement cancellation they can
121
override the <A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#
cancel
(boolean)"><CODE>
cancel
(boolean)</CODE></A> method with a real implementation, the
169
<TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#
cancel
()">
cancel
</A></B>()</CODE>
177
<TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/AbstractFuture.html#
cancel
(boolean)">
cancel
</A></B>(boolean mayInterruptIfRunning)</CODE>
350
<A NAME="
cancel
(boolean)"><!-- --></A><H3>
351
cancel
</H3
[
all
...]
/external/protobuf/python/google/protobuf/
service.py
158
canceled. The RPC system may
cancel
it immediately, may wait awhile and
159
then
cancel
it, or may not even
cancel
the call at all. If the call is
188
"""Sets a callback to invoke on
cancel
.
/external/quake/res/layout/
downloader.xml
69
<Button android:id="@+id/
cancel
"
/external/webkit/Source/WebCore/fileapi/
FileReaderLoader.h
66
void
cancel
();
/external/webkit/Source/WebCore/loader/
NavigationScheduler.h
89
void
cancel
(bool newLoadInProgress = false);
PingLoader.h
52
// will
cancel
the load and delete itself.
PolicyCallback.h
66
void
cancel
();
ThreadableLoader.h
75
virtual void
cancel
() = 0;
/external/webkit/Source/WebCore/manual-tests/
onbeforeunload-close_with_javascript.html
27
Press OK to continue or
Cancel
to stay on the current page.</pre>
/external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.h
58
void
cancel
(ResourceHandle*);
Completed in 1192 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>