OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifydone
(Results
126 - 150
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
DocumentaryAction.java
36
notifyDone
();
DuotoneAction.java
42
notifyDone
();
GrayscaleAction.java
36
notifyDone
();
LomoishAction.java
36
notifyDone
();
NegativeAction.java
36
notifyDone
();
PosterizeAction.java
36
notifyDone
();
SepiaAction.java
36
notifyDone
();
/external/chromium/net/url_request/
url_request_file_job.cc
224
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED, rv));
295
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED,
343
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED, rv));
348
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED,
366
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED,
380
NotifyDone
(URLRequestStatus());
382
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED, result));
url_request_job.cc
87
NotifyDone
(URLRequestStatus());
349
void URLRequestJob::
NotifyDone
(const URLRequestStatus &status) {
404
NotifyDone
(URLRequestStatus(URLRequestStatus::CANCELED,
419
NotifyDone
(URLRequestStatus());
508
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED,
591
NotifyDone
(URLRequestStatus(URLRequestStatus::FAILED, rv));
url_request_job.h
56
// This function MUST somehow call
NotifyDone
/NotifyCanceled or some requests
162
//
NotifyDone
on the request.
195
//
NotifyDone
marks when we are done with a request. It is really
199
void
NotifyDone
(const URLRequestStatus& status);
201
// Some work performed by
NotifyDone
must be completed on a separate task
301
//
NotifyDone
so that it is kept in sync with the request.
/external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.h
57
void
NotifyDone
(ConfigureResult result,
/external/webkit/LayoutTests/http/tests/appcache/
online-whitelist.html
69
layoutTestController.
notifyDone
();
origin-quota.html
27
layoutTestController.
notifyDone
();
top-frame-3.html
35
layoutTestController.
notifyDone
();
top-frame-4.html
35
layoutTestController.
notifyDone
();
update-cache.html
58
layoutTestController.
notifyDone
();
xhr-foreign-resource.html
72
layoutTestController.
notifyDone
();
/external/webkit/LayoutTests/storage/
executesql-accepts-only-one-statement.html
17
layoutTestController.
notifyDone
();
multiple-transactions-on-different-handles.js
7
layoutTestController.
notifyDone
();
open-database-creation-callback.html
12
layoutTestController.
notifyDone
();
private-browsing-noread-nowrite.html
82
layoutTestController.
notifyDone
();
read-and-write-transactions-dont-run-together.js
4
layoutTestController.
notifyDone
();
statement-error-callback.html
14
layoutTestController.
notifyDone
();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java
24
public void
notifyDone
();
/external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp
182
TestController::shared().
notifyDone
();
191
TestController::shared().
notifyDone
();
221
TestController::shared().
notifyDone
();
Completed in 317 milliseconds
1
2
3
4
5
6
7
8
9
10