HomeSort by relevance Sort by last modified time
    Searched defs:remoting (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/common/remoting/
chromoting_host_info.cc 5 #include "chrome/common/remoting/chromoting_host_info.h"
7 namespace remoting { namespace
15 } // namespace remoting
chromoting_host_info.h 10 namespace remoting { namespace
24 } // namespace remoting
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.h 13 namespace remoting { namespace
15 // Remoting options handler is responsinble for showing correct status
29 const remoting::ChromotingHostInfo& host_info);
40 } // namespace remoting
setup_flow_login_step.h 8 #include "chrome/browser/remoting/setup_flow.h"
12 namespace remoting { namespace
14 // Implementation of login step for remoting setup flow.
55 } // namespace remoting
setup_flow_register_step.h 8 #include "chrome/browser/remoting/directory_add_request.h"
9 #include "chrome/browser/remoting/setup_flow.h"
13 namespace remoting { namespace
15 // Implementation of host registration step for remoting setup flow.
29 // This methods is called when are sure remoting is enabled.
53 } // namespace remoting
setup_flow_get_status_step.h 8 #include "chrome/browser/remoting/setup_flow.h"
13 namespace remoting { namespace
29 const remoting::ChromotingHostInfo& host_info);
59 } // namespace remoting
setup_flow_start_host_step.h 8 #include "chrome/browser/remoting/setup_flow.h"
13 namespace remoting { namespace
15 // SetupFlowStartHostStep is the final step in the remoting setup
30 const remoting::ChromotingHostInfo& host_info);
58 } // namespace remoting
remoting_options_handler.cc 5 #include "chrome/browser/remoting/remoting_options_handler.h"
13 #include "chrome/common/remoting/chromoting_host_info.h"
18 namespace remoting { namespace
48 const remoting::ChromotingHostInfo& host_info) {
68 } // namespace remoting
directory_add_request.cc 5 #include "chrome/browser/remoting/directory_add_request.h"
17 namespace remoting { namespace
30 void DirectoryAddRequest::AddHost(const remoting::ChromotingHostInfo& host_info,
125 } // namespace remoting
directory_add_request.h 12 #include "chrome/common/remoting/chromoting_host_info.h"
16 namespace remoting { namespace
51 void AddHost(const remoting::ChromotingHostInfo& host_info,
73 } // namespace remoting
directory_add_request_unittest.cc 5 #include "chrome/browser/remoting/directory_add_request.h"
11 namespace remoting { namespace
82 } // namespace remoting
setup_flow_register_step.cc 5 #include "chrome/browser/remoting/setup_flow_register_step.h"
9 #include "chrome/browser/remoting/setup_flow_login_step.h"
10 #include "chrome/browser/remoting/setup_flow_start_host_step.h"
15 namespace remoting { namespace
82 } // namespace remoting
setup_flow_start_host_step.cc 5 #include "chrome/browser/remoting/setup_flow_start_host_step.h"
7 #include "chrome/browser/remoting/setup_flow_get_status_step.h"
13 namespace remoting { namespace
35 const remoting::ChromotingHostInfo& host_info) {
87 } // namespace remoting
setup_flow_get_status_step.cc 5 #include "chrome/browser/remoting/setup_flow_get_status_step.h"
7 #include "chrome/browser/remoting/setup_flow_register_step.h"
13 namespace remoting { namespace
35 const remoting::ChromotingHostInfo& host_info) {
94 } // namespace remoting
setup_flow.h 11 #include "chrome/common/remoting/chromoting_host_info.h"
17 namespace remoting { namespace
146 // This class is responsible for showing a remoting setup dialog and
218 } // namespace remoting
setup_flow_login_step.cc 5 #include "chrome/browser/remoting/setup_flow_login_step.h"
13 #include "chrome/browser/remoting/setup_flow_get_status_step.h"
17 namespace remoting { namespace
93 // Save the token for remoting.
154 } // namespace remoting
setup_flow.cc 5 #include "chrome/browser/remoting/setup_flow.h"
13 #include "chrome/browser/remoting/remoting_resources_source.h"
14 #include "chrome/browser/remoting/setup_flow_login_step.h"
27 namespace remoting { namespace
172 // TODO(pranavk) Replace the following SYNC resources with REMOTING Resources.
269 } // namespace remoting
  /external/chromium/chrome/browser/service/
service_process_control.h 26 namespace remoting { namespace
28 } // namespace remoting
46 typedef Callback1<const remoting::ChromotingHostInfo&>::Type
54 // Called when we receive reply to remoting host status request.
56 const remoting::ChromotingHostInfo& host_info) = 0;
98 void OnRemotingHostInfo(const remoting::ChromotingHostInfo& host_info);
110 // Send a message to enable the remoting service in the service process.
118 // Send request for current status of the remoting service.
119 // MessageHandler::OnRemotingHostInfo() will be called when remoting host

Completed in 263 milliseconds