HomeSort by relevance Sort by last modified time
    Searched refs:remoting (Results 1 - 23 of 23) 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_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
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
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
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.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_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_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
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_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.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/common/
service_messages.h 8 #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 */)
chrome_content_client.cc 16 #include "remoting/client/plugin/pepper_entrypoints.h"
93 // Remoting.
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/
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
service_process_control.cc 248 const remoting::ChromotingHostInfo& host_info) {
286 remoting::ChromotingHostInfo failure_host_info;
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.h 12 #include "chrome/browser/remoting/remoting_options_handler.h"
121 // Removes remoting section. Called if remoting is not enabled.
124 // Callback for Setup Remoting button.
127 // Disable Remoting.
170 remoting::RemotingOptionsHandler remoting_options_handler_;
advanced_options_handler.cc 24 #include "chrome/browser/remoting/setup_flow.h"
522 remoting::SetupFlow::OpenSetupDialog(web_ui_->GetProfile());

Completed in 340 milliseconds