OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WtsSessionProcessDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/win/
wts_session_process_delegate.h
28
class
WtsSessionProcessDelegate
32
WtsSessionProcessDelegate
(
37
~
WtsSessionProcessDelegate
();
49
// The actual implementation resides in
WtsSessionProcessDelegate
::Core class.
53
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
...]
/external/chromium_org/remoting/host/
desktop_session_win.cc
543
scoped_ptr<
WtsSessionProcessDelegate
> delegate(
544
new
WtsSessionProcessDelegate
(io_task_runner_,
Completed in 4323 milliseconds