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

  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.h 29 class WtsSessionProcessDelegate
33 WtsSessionProcessDelegate(
38 ~WtsSessionProcessDelegate();
50 // The actual implementation resides in WtsSessionProcessDelegate::Core class.
54 DISALLOW_COPY_AND_ASSIGN(WtsSessionProcessDelegate);
wts_session_process_delegate.cc 40 // |WtsSessionProcessDelegate|. This class is ref-counted and implements
42 class WtsSessionProcessDelegate::Core
144 WtsSessionProcessDelegate::Core::Core(
159 bool WtsSessionProcessDelegate::Core::Initialize(uint32 session_id) {
218 void WtsSessionProcessDelegate::Core::Stop() {
228 void WtsSessionProcessDelegate::Core::LaunchProcess(
237 void WtsSessionProcessDelegate::Core::Send(IPC::Message* message) {
247 void WtsSessionProcessDelegate::Core::CloseChannel() {
254 void WtsSessionProcessDelegate::Core::KillProcess() {
273 WtsSessionProcessDelegate::Core::~Core()
    [all...]

Completed in 138 milliseconds