Searched refs:AsyncResult (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller.h51 enum AsyncResult { enum in class:remoting::DaemonController
77 typedef base::Callback<void (AsyncResult result)> CompletionCallback;
H A Dhost_starter.h73 void OnHostStarted(DaemonController::AsyncResult result);
H A Ddaemon_controller_linux.cc281 AsyncResult result;
304 AsyncResult result;
319 AsyncResult result;
H A Dnative_messaging_host.h101 DaemonController::AsyncResult result);
H A Dhost_starter.cc132 void HostStarter::OnHostStarted(DaemonController::AsyncResult result) {
H A Ddaemon_controller_win.cc111 // Converts HRESULT to the AsyncResult.
112 static AsyncResult HResultToAsyncResult(HRESULT hr);
426 DaemonController::AsyncResult DaemonControllerWin::HResultToAsyncResult(
H A Dnative_messaging_host.cc394 DaemonController::AsyncResult result) {
/external/chromium_org/remoting/webapp/
H A Dhost_controller.js53 remoting.HostController.AsyncResult = {
131 * @param {remoting.HostController.AsyncResult} result
134 if (result == remoting.HostController.AsyncResult.OK) {
137 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
252 /** @param {remoting.HostController.AsyncResult} result */
254 if (result == remoting.HostController.AsyncResult.OK) {
256 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
289 /** @param {remoting.HostController.AsyncResult} result */
291 if (result == remoting.HostController.AsyncResult.OK) {
293 } else if (result == remoting.HostController.AsyncResult
[all...]
H A Dhost_native_messaging.js117 * Returns |result| as an AsyncResult. If |result| is not valid, returns null
121 * @return {remoting.HostController.AsyncResult?} Converted result.
127 if (!remoting.HostController.AsyncResult.hasOwnProperty(result)) {
131 return remoting.HostController.AsyncResult[result];
424 * @param {function(remoting.HostController.AsyncResult):void} onDone
481 * @param {function(remoting.HostController.AsyncResult):void} onDone
499 * @param {function(remoting.HostController.AsyncResult):void} onDone
/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.h238 DaemonController::AsyncResult result);
H A Dhost_script_object.cc1574 DaemonController::AsyncResult result) {

Completed in 140 milliseconds