HomeSort by relevance Sort by last modified time
    Searched refs:DesktopSessionProxy (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/remoting/host/
desktop_session_connector.h 14 class DesktopSessionProxy;
29 DesktopSessionProxy* desktop_session_proxy,
36 DesktopSessionProxy* desktop_session_proxy) = 0;
40 DesktopSessionProxy* desktop_session_proxy,
ipc_screen_controls.h 14 class DesktopSessionProxy;
20 scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
28 scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
ipc_audio_capturer.h 17 class DesktopSessionProxy;
22 scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
30 // Called by DesktopSessionProxy when an audio packet is received.
38 scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
ipc_mouse_cursor_monitor.h 16 class DesktopSessionProxy;
23 scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
38 scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
ipc_video_frame_capturer.h 15 class DesktopSessionProxy;
22 scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
37 scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
ipc_input_injector.h 14 class DesktopSessionProxy;
21 scoped_refptr<DesktopSessionProxy> desktop_session_proxy);
39 scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
ipc_screen_controls.cc 13 scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
desktop_session_proxy.cc 42 class DesktopSessionProxy::IpcSharedBufferCore
89 class DesktopSessionProxy::IpcSharedBuffer : public webrtc::SharedMemory {
103 DesktopSessionProxy::DesktopSessionProxy(
124 scoped_ptr<AudioCapturer> DesktopSessionProxy::CreateAudioCapturer() {
130 scoped_ptr<InputInjector> DesktopSessionProxy::CreateInputInjector() {
136 scoped_ptr<ScreenControls> DesktopSessionProxy::CreateScreenControls() {
142 scoped_ptr<webrtc::DesktopCapturer> DesktopSessionProxy::CreateVideoCapturer() {
149 DesktopSessionProxy::CreateMouseCursorMonitor() {
154 std::string DesktopSessionProxy::GetCapabilities() const
    [all...]
ipc_desktop_environment.h 30 class DesktopSessionProxy;
38 // |desktop_session_connector| is used to bind DesktopSessionProxy to
64 scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
93 DesktopSessionProxy* desktop_session_proxy,
97 DesktopSessionProxy* desktop_session_proxy) OVERRIDE;
99 DesktopSessionProxy* desktop_session_proxy,
128 typedef std::map<int, DesktopSessionProxy*> ActiveConnectionsList;
desktop_session_proxy.h 52 // DesktopSessionProxy is created by an owning DesktopEnvironment to route
54 // the IPC channel. DesktopSessionProxy is owned both by the DesktopEnvironment
57 // DesktopSessionProxy objects are ref-counted but are always deleted on
60 // the proxy is deleted. DesktopSessionProxy must therefore avoid creating new
64 // All public methods of DesktopSessionProxy are called on
66 class DesktopSessionProxy
67 : public base::RefCountedThreadSafe<DesktopSessionProxy,
71 DesktopSessionProxy(
134 friend class base::DeleteHelper<DesktopSessionProxy>;
141 virtual ~DesktopSessionProxy();
    [all...]
ipc_audio_capturer.cc 13 scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
ipc_input_injector.cc 12 scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
ipc_mouse_cursor_monitor.cc 13 scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
ipc_video_frame_capturer.cc 14 scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
ipc_desktop_environment.cc 37 desktop_session_proxy_ = new DesktopSessionProxy(audio_task_runner,
130 DesktopSessionProxy* desktop_session_proxy,
147 DesktopSessionProxy* desktop_session_proxy) {
166 DesktopSessionProxy* desktop_session_proxy,
217 DesktopSessionProxy* desktop_session_proxy = i->second;

Completed in 116 milliseconds