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 47 // DesktopSessionProxy is created by an owning DesktopEnvironment to route
49 // the IPC channel. DesktopSessionProxy is owned both by the DesktopEnvironment
52 // DesktopSessionProxy objects are ref-counted but are always deleted on
55 // the proxy is deleted. DesktopSessionProxy must therefore avoid creating new
59 // All public methods of DesktopSessionProxy are called on
61 class DesktopSessionProxy
62 : public base::RefCountedThreadSafe<DesktopSessionProxy,
66 DesktopSessionProxy(
122 friend class base::DeleteHelper<DesktopSessionProxy>;
129 virtual ~DesktopSessionProxy();
    [all...]
desktop_session_proxy.cc 41 class DesktopSessionProxy::IpcSharedBufferCore
88 class DesktopSessionProxy::IpcSharedBuffer : public webrtc::SharedMemory {
102 DesktopSessionProxy::DesktopSessionProxy(
123 scoped_ptr<AudioCapturer> DesktopSessionProxy::CreateAudioCapturer() {
129 scoped_ptr<InputInjector> DesktopSessionProxy::CreateInputInjector() {
135 scoped_ptr<ScreenControls> DesktopSessionProxy::CreateScreenControls() {
141 scoped_ptr<webrtc::ScreenCapturer> DesktopSessionProxy::CreateVideoCapturer() {
147 std::string DesktopSessionProxy::GetCapabilities() const {
155 void DesktopSessionProxy::SetCapabilities(const std::string& capabilities)
    [all...]

Completed in 33 milliseconds