OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DesktopProcess
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/
desktop_process.cc
26
DesktopProcess
::
DesktopProcess
(
37
DesktopProcess
::~
DesktopProcess
() {
42
DesktopEnvironmentFactory&
DesktopProcess
::desktop_environment_factory() {
48
void
DesktopProcess
::OnNetworkProcessDisconnected() {
54
void
DesktopProcess
::InjectSas() {
60
bool
DesktopProcess
::OnMessageReceived(const IPC::Message& message) {
64
IPC_BEGIN_MESSAGE_MAP(
DesktopProcess
, message)
73
void
DesktopProcess
::OnChannelConnected(int32 peer_pid)
[
all
...]
desktop_process.h
30
class
DesktopProcess
: public DesktopSessionAgent::Delegate,
32
public base::SupportsWeakPtr<
DesktopProcess
> {
34
DesktopProcess
(
38
virtual ~
DesktopProcess
();
84
DISALLOW_COPY_AND_ASSIGN(
DesktopProcess
);
Completed in 100 milliseconds