OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canceled
(Results
201 - 225
of
1113
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Camera/src/com/android/camera/ui/
CameraSwitcher.java
245
// Verify that we weren't
canceled
275
// Verify that we weren't
canceled
/packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java
109
// The account creation process was
canceled
119
Log.e(TAG, "Account setup error: account creation process
canceled
");
/packages/apps/Mms/src/org/w3c/dom/events/
Event.java
102
* used to signify that the event is to be
canceled
, meaning any default
105
* <code>preventDefault</code> method is called the event is
canceled
.
/packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java
119
//
Canceled
.
139
//
Canceled
.
/external/chromium/base/synchronization/
waitable_event_watcher_posix.cc
20
// Since the wait can be
canceled
, we have a thread-safe Flag object which is
21
// set when the wait has been
canceled
. At each stage in the above, we check the
22
// flag before going onto the next stage. Since the wait may only be
canceled
in
61
// If the callback has been
canceled
, we don't enqueue the task, we just
91
// the event is
canceled
.
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h
73
// Complete the current drag session. If the drag session was
canceled
74
// because the user pressed Escape or something interrupted it, |
canceled
|
77
void EndDrag(bool
canceled
);
93
// The drag session was
canceled
(alt-tab during drag, escape ...)
94
CANCELED
,
/external/chromium/net/url_request/
url_request_job.h
64
// complete notifications (including "
canceled
") should be sent from a
68
// this call, nor is it obliged to fail with "
canceled
" unless not all data
70
// complete and can succeed before the
canceled
notification can be
207
// that we were
canceled
.
276
// Called in response to a redirect that was not
canceled
to follow the
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
progress_center.js
126
// Clear notifications for complete or
canceled
items.
127
if (item.state === ProgressItemState.
CANCELED
||
190
* Requests timeout. Previous request is
canceled
.
325
case ProgressItemState.
CANCELED
:
403
summarizedItem.state = ProgressItemState.
CANCELED
;
/external/chromium_org/components/autofill/core/browser/
autofill_metrics.h
36
DIALOG_CANCELED, // The user
canceled
out of the dialog.
49
// The user
canceled
with no edit UI showing.
51
// The user
canceled
with edit UI showing, but no invalid fields.
53
// The user
canceled
with at least one invalid field.
55
// The user
canceled
while the sign-in form was showing.
/external/chromium_org/net/url_request/
url_request_test_util.cc
247
request->status().status() == URLRequestStatus::
CANCELED
);
363
kStageCompletedError | // request
canceled
by delegate
380
kStageCompletedError; // request
canceled
by delegate
485
} else if (request->status().status() == URLRequestStatus::
CANCELED
) {
524
kStageHeadersReceived | // Request
canceled
by delegate simulates empty
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java
33
* {@link #PLAYBACK_STATE_FINISHED finished}, {@link #PLAYBACK_STATE_CANCELED
canceled
},
117
* Playback state:
Canceled
.
120
* application. Items may be
canceled
and removed from the queue using
126
* A
canceled
media item cannot be resumed. To play the content again, the
282
return "
canceled
";
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java
212
boolean
canceled
;
216
canceled
= true;
222
if (
canceled
)
/external/chromium/chrome/browser/resources/
imageburner.html
274
statusTextDiv.textContent = statuses['
canceled
'];
409
downloadStatuses['
canceled
'] =
417
burnStatuses['
canceled
'] = localStrings.getString('burnStatusCanceled');
/external/chromium_org/content/browser/
plugin_service_impl_browsertest.cc
184
// called since the request should get
canceled
before then.
237
// Should not attempt to open a channel, since it should be
canceled
early on.
360
// Should not attempt to open a channel, since it should be
canceled
early on.
/external/chromium_org/net/cert/
multi_threaded_cert_verifier_unittest.cc
238
// Tests that the callback of a
canceled
request is never made.
262
// completion, so that the task of the
canceled
request (which runs on a
281
// Tests that a
canceled
request is not leaked.
/frameworks/base/core/java/android/content/
AsyncQueryHandler.java
186
* there is no guarantee that the operation will be
canceled
. They still may
190
* @param token The token representing the operation to be
canceled
.
191
* If multiple operations have the same token they will all be
canceled
.
/frameworks/base/core/tests/coretests/src/android/animation/
ViewPropertyAnimatorTest.java
52
private boolean mCanceled; // trackes whether we've
canceled
the animator
161
// yet
canceled
or ended
320
* Verifies that canceling a started animation after it has already been
canceled
/external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc
90
CANCELED
// DontProceed was called.
137
*state_ =
CANCELED
;
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleAppWidgetConfigure.java
55
// Set the result to
CANCELED
. This will cause the widget host to cancel
/external/chromium/chrome/browser/automation/
automation_tab_helper.h
88
// immediately. Note that scheduled loads may be
canceled
.
/external/chromium/chrome/browser/
browser_signin.h
54
// progress already it will be
canceled
in favor of this one.
icon_manager.cc
67
if (client_request.request->
canceled
()) {
/external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc
92
if (request->
canceled
())
/external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc
133
AddRef(); // Balanced in Accepted() and
Canceled
()
/external/chromium/chrome/browser/history/
top_sites_backend.cc
102
if (request->
canceled
())
Completed in 551 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>