OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_channel_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
desktop_session_proxy.cc
225
DCHECK(!
desktop_channel_
);
264
desktop_channel_
= IPC::ChannelProxy::Create(desktop_channel_handle,
282
desktop_channel_
.reset();
312
if (
desktop_channel_
) {
566
if (
desktop_channel_
) {
567
desktop_channel_
->Send(message);
ipc_desktop_environment_unittest.cc
185
scoped_ptr<IPC::ChannelProxy>
desktop_channel_
;
member in class:remoting::IpcDesktopEnvironmentTest
190
// Delegate that is passed to |
desktop_channel_
|.
384
desktop_channel_
=
410
desktop_channel_
.reset();
desktop_session_proxy.h
209
scoped_ptr<IPC::ChannelProxy>
desktop_channel_
;
member in class:remoting::DesktopSessionProxy
Completed in 53 milliseconds