OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canceled
(Results
151 - 175
of
1113
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/geolocation/
network_location_request.h
47
// started. In all cases, any currently pending request will be
canceled
.
/external/chromium_org/content/browser/service_worker/
service_worker_storage.h
76
// Jobs are removed whenever they are finished or
canceled
.
/external/chromium_org/content/browser/web_contents/
web_drag_dest_win.h
81
// True if the drag has been
canceled
.
/external/chromium_org/google_apis/drive/
request_sender.cc
69
// Do nothing if the request is
canceled
during authentication.
/external/chromium_org/net/base/
directory_lister.h
106
// |lister_| gets set to NULL when
canceled
.
/external/chromium_org/remoting/host/installer/mac/uninstaller/
remoting_uninstaller_app.mm
49
message = @"Chrome Remote Desktop Host uninstall
canceled
.";
/external/chromium_org/remoting/protocol/
third_party_client_authenticator.h
50
// The request is
canceled
if the TokenFetcher is destroyed.
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h
56
// Requests that a notification that has already been shown be
canceled
.
/external/chromium_org/third_party/WebKit/public/platform/
WebPrerenderingSupport.h
49
// A prerender is
canceled
when it is removed from a document.
/external/chromium_org/third_party/WebKit/public/web/
WebMIDIPermissionRequest.h
49
// WebMIDIClient::cancelPermissionRequest (request
canceled
).
/external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread.cpp
64
// Call entry point only if thread was not
canceled
before starting.
SkThreadUtils_win.cpp
34
//See if this thread was
canceled
before starting.
/external/chromium_org/ui/gfx/animation/
linear_animation.cc
99
// Set state_ to ensure we send ended to delegate and not
canceled
.
slide_animation_unittest.cc
102
EXPECT_FALSE(delegate.
canceled
());
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_capture_client.cc
46
// along (and so shouldn't be
canceled
) and those that got moved, so
/external/qemu/proxy/
proxy_common.h
71
* this is only necessary when the socket connection must be
canceled
before
/external/skia/src/utils/
SkThreadUtils_pthread.cpp
64
// Call entry point only if thread was not
canceled
before starting.
SkThreadUtils_win.cpp
34
//See if this thread was
canceled
before starting.
/frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java
37
* that the sync has been
canceled
.
309
* Indicates that a sync operation has been
canceled
. This will be invoked on a separate
327
* Indicates that a sync operation has been
canceled
. This will be invoked on a separate
333
* @param thread the Thread of the sync that is to be
canceled
.
/frameworks/base/core/java/android/database/sqlite/
SQLiteQuery.java
55
* @throws OperationCanceledException if the operation was
canceled
.
/frameworks/base/core/java/android/printservice/
PrintJob.java
114
* being printed and can be completed or
canceled
or failed.
129
* due to an abnormal condition and can be started or
canceled
or failed.
265
* true and you
canceled
the print job as a response to a call to
268
* @return Whether the job is
canceled
.
/frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetEventsTest.java
50
* Tests that an AnimatorSet can be correctly
canceled
during the delay of one of
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
ChallengeLayout.java
87
* should be
canceled
. If the security component reports a successful
/development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java
80
Toast.makeText(this, "Install
canceled
!", Toast.LENGTH_SHORT).show();
88
Toast.makeText(this, "Uninstall
canceled
!", Toast.LENGTH_SHORT).show();
/external/chromium/chrome/browser/chromeos/login/
online_attempt.cc
91
LOG(ERROR) << "Login attempt
canceled
!?!? Trying again.";
95
LOG(ERROR) << "Login attempt
canceled
again? Already retried...";
Completed in 719 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>