Home
last modified time | relevance | path

Searched defs:onResponse (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/webapp/
Doauth2_api.js81 var onResponse = function(xhr) { function
129 var onResponse = function(xhr) { function
173 var onResponse = function(xhr) { function
206 var onResponse = function(xhr) { function
Didentity.js73 var onResponse = function(email) { function
Doauth2.js399 var onResponse = function(email) { function
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
DRecordingReceiver.java39 @Override public synchronized void onResponse(Response response) throws IOException { in onResponse() method in RecordingReceiver
/external/okhttp/src/main/java/com/squareup/okhttp/
DResponse.java166 void onResponse(Response response) throws IOException; in onResponse() method