OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cancel
(Results
76 - 100
of
1366
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebKit/android/jni/
WebCoreResourceLoader.h
42
* Call to java to
cancel
the current load.
44
virtual void
cancel
();
/external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.cpp
85
void NotificationPresenterImpl::
cancel
(Notification* notification)
function in class:WebKit::NotificationPresenterImpl
87
m_presenter->
cancel
(PassRefPtr<Notification>(notification));
/external/webkit/WebKit/mac/Misc/
WebIconFetcher.mm
88
- (void)
cancel
90
reinterpret_cast<IconFetcher*>(_private)->
cancel
();
WebIconFetcher.h
34
- (void)
cancel
;
/frameworks/base/core/java/android/webkit/
WebViewClient.java
83
* trying to load the resource. The default behavior is to send the
cancel
87
* @param cancelMsg The message to send if the host wants to
cancel
90
* a redirect loop, it will
cancel
the load.
170
* host application has to call either handler.
cancel
() or handler.proceed()
172
* behavior is to
cancel
the load.
181
handler.
cancel
();
186
* default behavior is to
cancel
the request.
196
handler.
cancel
();
/packages/apps/Music/res/layout-finger/
weekpicker.xml
59
<Button android:id="@+id/
cancel
"
62
android:text="@string/
cancel
"
/packages/apps/Music/res/layout-keyshidden/
create_playlist.xml
62
<Button android:id="@+id/
cancel
"
64
android:text="@string/
cancel
"
/packages/apps/Stk/res/values/
strings.xml
32
<!--
Cancel
button used to dismiss a message dialog and terminate the current SIM session-->
33
<string name="button_cancel">
Cancel
</string>
/cts/tests/tests/webkit/src/android/webkit/cts/
SslErrorHandlerTest.java
35
method = "
cancel
",
/cts/tools/host/src/com/android/cts/
ProgressObserver.java
43
mNotifyTimer.
cancel
();
Test.java
282
mTimeOutTimer.
cancel
(true);
361
//need to
cancel
timer
362
mTimeOutTimer.
cancel
(false);
389
Log.d("notifyUpdateResult() detects that it needs to
cancel
mTimeOutTimer");
422
mTimeOutTimer.
cancel
(false);
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Future.java
16
* <tt>
cancel
</tt> method. Additional methods are provided to
72
* Attempts to
cancel
execution of this task. This attempt will
75
* and this task has not started when <tt>
cancel
</tt> is called,
92
boolean
cancel
(boolean mayInterruptIfRunning);
method in interface:Future
/external/bluetooth/bluez/cups/
cups.h
30
CUPS_BACKEND_CANCEL = 5, /* Job failed,
cancel
job */
/external/opencore/oscl/oscl/osclio/src/
oscl_socket_serv_imp_reqlist.cpp
73
//
Cancel
a socket request to the server (from the app thread)
75
//queue up a
cancel
request to the server. note: if the request is still
110
//now go through
cancel
requests and set
cancel
flags
/external/quake/res/values/
strings.xml
29
<string name="download_activity_cancel">
Cancel
Download</string>
/external/webkit/WebCore/manual-tests/
onbeforeunload-focused-iframe.html
21
Press OK to continue or
Cancel
to stay on the current page.</pre>
/external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.mm
75
// mandatory to complete or
cancel
before releasing this object
82
// mandatory to complete or
cancel
before releasing this object
94
// this will call indirectly call
cancel
162
- (void)
cancel
/frameworks/base/core/java/android/accounts/
AccountManagerFuture.java
31
* <tt>
cancel
</tt> method. Additional methods are provided to
41
* Attempts to
cancel
execution of this task. This attempt will
44
* and this task has not started when <tt>
cancel
</tt> is called,
61
boolean
cancel
(boolean mayInterruptIfRunning);
method in interface:AccountManagerFuture
/frameworks/base/telephony/java/com/android/internal/telephony/
MmiCode.java
51
public void
cancel
();
method in interface:MmiCode
/packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java
119
mLoader.
cancel
(true);
126
mLoader.
cancel
();
246
void
cancel
() {
method in class:WallpaperChooser.WallpaperLoader
248
super.
cancel
(true);
/packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java
104
//
Cancel
the notification and timer
105
mNotificationManager.
cancel
(R.string.phone_in_ecm_notification_title);
106
mTimer.
cancel
();
203
mTimer.
cancel
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ILaunchController.java
37
* @param launchInfo the {@link DelayedLaunchInfo} to
cancel
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java
38
* Returns the
cancel
button.
/external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java
37
* {@link #
cancel
()}. If subclasses want to implement cancellation they can
38
* override the {@link #
cancel
(boolean)} method with a real implementation, the
87
* Default implementation of
cancel
that never cancels the future.
90
public boolean
cancel
(boolean mayInterruptIfRunning) {
method in class:AbstractFuture
143
protected final boolean
cancel
() {
method in class:AbstractFuture
144
boolean result = sync.
cancel
();
296
boolean
cancel
() {
method in class:AbstractFuture.Sync
/external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_aobase.h
243
This function is called as part of the active object's
Cancel
().
245
It must call the appropriate
cancel
function offered by the active object's
246
asynchronous service provider. The asynchronous service provider's
cancel
249
DoCancel() must not wait for event completion; this is handled by
Cancel
().
261
void
Cancel
();
Completed in 398 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>