OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformChannel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/mojo/system/
platform_channel.cc
12
PlatformChannel
::~
PlatformChannel
() {
16
PlatformChannelHandle
PlatformChannel
::PassHandle() {
23
PlatformChannel
::
PlatformChannel
() {
platform_channel.h
22
class MOJO_SYSTEM_IMPL_EXPORT
PlatformChannel
{
24
virtual ~
PlatformChannel
();
32
PlatformChannel
();
39
DISALLOW_COPY_AND_ASSIGN(
PlatformChannel
);
56
class MOJO_SYSTEM_IMPL_EXPORT PlatformServerChannel : public
PlatformChannel
{
88
class MOJO_SYSTEM_IMPL_EXPORT PlatformClientChannel : public
PlatformChannel
{
multiprocess_message_pipe_unittest.cc
51
void Init(
PlatformChannel
* platform_channel, scoped_refptr<MessagePipe> mp) {
78
void InitOnIOThread(
PlatformChannel
* platform_channel,
remote_message_pipe_posix_unittest.cc
103
platform_channels_[0] = server_channel.PassAs<
PlatformChannel
>();
104
platform_channels_[1] = client_channel.PassAs<
PlatformChannel
>();
162
scoped_ptr<
PlatformChannel
> platform_channels_[2];
Completed in 32 milliseconds