Searched defs:AsyncResult (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller.h57 enum AsyncResult { enum in class:remoting::DaemonController
83 typedef base::Callback<void (AsyncResult result)> CompletionCallback;
242 AsyncResult result);
/external/chromium_org/remoting/webapp/
H A Dhost_controller.js41 remoting.HostController.AsyncResult = {
50 * @return {remoting.HostController.AsyncResult} The result enum value.
52 remoting.HostController.AsyncResult.fromString = function(result) {
53 if (!remoting.HostController.AsyncResult.hasOwnProperty(result)) {
54 throw "Invalid HostController.AsyncResult: " + result;
56 return remoting.HostController.AsyncResult[result];
155 * @param {remoting.HostController.AsyncResult} result
158 if (result == remoting.HostController.AsyncResult.OK) {
161 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
374 /** @param {remoting.HostController.AsyncResult} resul
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 147 milliseconds