Searched refs:remoting (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/common/remoting/
H A Dchromoting_host_info.cc5 #include "chrome/common/remoting/chromoting_host_info.h"
7 namespace remoting { namespace
15 } // namespace remoting
H A Dchromoting_host_info.h10 namespace remoting { namespace
24 } // namespace remoting
/external/chromium/chrome/browser/remoting/
H A Dremoting_options_handler.h13 namespace remoting { namespace
29 const remoting::ChromotingHostInfo& host_info);
40 } // namespace remoting
H A Ddirectory_add_request.h12 #include "chrome/common/remoting/chromoting_host_info.h"
16 namespace remoting { namespace
51 void AddHost(const remoting::ChromotingHostInfo& host_info,
73 } // namespace remoting
H A Dremoting_options_handler.cc5 #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
H A Dsetup_flow_get_status_step.h8 #include "chrome/browser/remoting/setup_flow.h"
13 namespace remoting { namespace
29 const remoting::ChromotingHostInfo& host_info);
59 } // namespace remoting
H A Dsetup_flow_start_host_step.h8 #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
H A Dsetup_flow_register_step.h8 #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
H A Dsetup_flow_get_status_step.cc5 #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
H A Dsetup_flow_start_host_step.cc5 #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
H A Dsetup_flow_login_step.h8 #include "chrome/browser/remoting/setup_flow.h"
12 namespace remoting { namespace
14 // Implementation of login step for remoting setup flow.
55 } // namespace remoting
H A Ddirectory_add_request.cc5 #include "chrome/browser/remoting/directory_add_request.h"
17 namespace remoting { namespace
30 void DirectoryAddRequest::AddHost(const remoting::ChromotingHostInfo& host_info,
125 } // namespace remoting
H A Ddirectory_add_request_unittest.cc5 #include "chrome/browser/remoting/directory_add_request.h"
11 namespace remoting { namespace
82 } // namespace remoting
H A Dsetup_flow_register_step.cc5 #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
H A Dsetup_flow.h11 #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
H A Dsetup_flow_login_step.cc5 #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
H A Dsetup_flow.cc5 #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
269 } // namespace remoting
/external/chromium/chrome/common/
H A Dservice_messages.h8 #include "chrome/common/remoting/chromoting_host_info.h"
14 IPC_STRUCT_TRAITS_BEGIN(remoting::ChromotingHostInfo)
46 // Enabled remoting host.
49 // Disable remoting host.
52 // Get remoting host status information.
73 remoting::ChromotingHostInfo /* host_info */)
H A Dchrome_content_client.cc16 #include "remoting/client/plugin/pepper_entrypoints.h"
104 info.internal_entry_points.get_interface = remoting::PPP_GetInterface;
106 remoting::PPP_InitializeModule;
107 info.internal_entry_points.shutdown_module = remoting::PPP_ShutdownModule;
/external/chromium/chrome/browser/service/
H A Dservice_process_control.h26 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
H A Dservice_process_control.cc248 const remoting::ChromotingHostInfo& host_info) {
286 remoting::ChromotingHostInfo failure_host_info;
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.h12 #include "chrome/browser/remoting/remoting_options_handler.h"
121 // Removes remoting section. Called if remoting is not enabled.
170 remoting::RemotingOptionsHandler remoting_options_handler_;
H A Dadvanced_options_handler.cc24 #include "chrome/browser/remoting/setup_flow.h"
522 remoting::SetupFlow::OpenSetupDialog(web_ui_->GetProfile());

Completed in 132 milliseconds