OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cancel
(Results
476 - 500
of
2626
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp
235
void WebRequest::
cancel
()
function in class:android::WebRequest
237
ASSERT(m_loadState >= Started, "
Cancel
called on a not started WebRequest: (%s)", m_url.c_str());
238
ASSERT(m_loadState != Cancelled, "
Cancel
called on an already cancelled WebRequest: (%s)", m_url.c_str());
250
m_request->
Cancel
();
356
// request's
Cancel
method to prevent the redirect from being followed.
362
// If the delegate does not
cancel
the request and |*defer_redirect| is
364
// changed to the new URL. Otherwise if the delegate does not
cancel
the
387
// or request->CancelAuth() to
cancel
the login and display the error page.
405
// the user the options to proceed,
cancel
, or view certificates.
/external/webkit/Source/WebKit/chromium/public/
WebNotificationPresenter.h
57
virtual void
cancel
(const WebNotification&) = 0;
WebURLLoader.h
63
virtual void
cancel
() = 0;
/external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.h
57
virtual void
cancel
();
AsyncFileWriterChromium.cpp
72
m_writer->
cancel
();
NotificationPresenterImpl.h
55
virtual void
cancel
(WebCore::Notification* object);
/external/webkit/Source/WebKit/efl/DefaultTheme/
default.edc
76
#include "widget/search/
cancel
/search_cancel.edc"
/external/webkit/Source/WebKit/mac/Misc/
WebKitErrorsPrivate.h
32
// FIXME: WebKitErrorPlugInWillHandleLoad is used for the
cancel
we do to prevent loading plugin content twice. See <rdar://problem/4258008>
/external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.h
54
- (IBAction)
cancel
:(id)sender;
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.h
57
- (void)
cancel
;
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.h
50
virtual void
cancel
(WebCore::Notification* object);
/external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.h
58
void
cancel
();
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.h
58
void
cancel
();
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DownloadManager.cpp
71
download->
cancel
();
/external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.messages.in
53
#
Cancel
the manual stream load.
/external/webkit/Tools/DumpRenderTree/chromium/
Task.cpp
54
m_tasks[0]->
cancel
();
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
updatechromiumdeps.py
45
new_chromium_revision = self._tool.user.prompt("Enter new chromium revision (enter nothing to
cancel
):\n")
/external/wpa_supplicant/wpa_gui/
userdatarequest.ui
109
<string>&
Cancel
</string>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui
109
<string>&
Cancel
</string>
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
userdatarequest.ui
109
<string>&
Cancel
</string>
/frameworks/base/core/java/android/speech/
IRecognitionService.aidl
59
void
cancel
(in IRecognitionListener listener);
/frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java
267
mExitAnimation.
cancel
();
271
mEnterAnimation.
cancel
();
302
mExitAnimation.
cancel
();
316
mEnterAnimation.
cancel
();
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java
69
notificationManager.
cancel
(notificationId);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java
124
notMgr.
cancel
((int)ContentUris.parseId(intent.getData()));
125
if (V) Log.v(TAG, "notMgr.
cancel
called");
166
notMgr.
cancel
((int)ContentUris.parseId(intent.getData()));
167
if (V) Log.v(TAG, "notMgr.
cancel
called");
/packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java
83
.setNegativeButton(android.R.string.
cancel
, null).show();
Completed in 1541 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>