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

  /external/chromium_org/remoting/host/
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...]
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...]

Completed in 49 milliseconds