Searched refs:onResponse (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Doauth2_api.js74 var onResponse = function(xhr) {
102 onResponse, parameters);
122 var onResponse = function(xhr) {
151 onResponse, parameters);
166 var onResponse = function(xhr) {
184 onResponse, '', headers);
H A Didentity.js87 var onResponse = function(email) {
93 remoting.OAuth2Api.getEmail.bind(null, onResponse, onError), onError);
H A Doauth2.js357 var onResponse = function(email) {
363 remoting.OAuth2Api.getEmail.bind(null, onResponse, onError), onError);
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyRequestFuture.java153 public synchronized void onResponse(T response) { method in class:VolleyRequestFuture
H A DVolleyStreamFetcher.java99 future.onResponse(new ByteArrayInputStream(response));
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttpAsync.java71 @Override public boolean onResponse(Response response) throws IOException {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DRecordingReceiver.java43 @Override public synchronized boolean onResponse(Response response) throws IOException { method in class:RecordingReceiver
H A DAsyncApiTest.java325 @Override public boolean onResponse(Response response) throws IOException {
347 @Override public boolean onResponse(Response response) throws IOException {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DJob.java78 responseReceiver.onResponse(response);
H A DResponse.java227 * Receiver#onResponse} for details.
364 * called back with {@code onResponse()} as additional data is downloaded.
378 boolean onResponse(Response response) throws IOException; method in interface:Response.Receiver

Completed in 365 milliseconds