OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProxyMessagePipeEndpoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.cc
17
ProxyMessagePipeEndpoint
::
ProxyMessagePipeEndpoint
()
23
ProxyMessagePipeEndpoint
::
ProxyMessagePipeEndpoint
(
34
ProxyMessagePipeEndpoint
::~
ProxyMessagePipeEndpoint
() {
41
MessagePipeEndpoint::Type
ProxyMessagePipeEndpoint
::GetType() const {
45
bool
ProxyMessagePipeEndpoint
::OnPeerClose() {
70
void
ProxyMessagePipeEndpoint
::EnqueueMessage(
84
void
ProxyMessagePipeEndpoint
::Attach(scoped_refptr<Channel> channel
[
all
...]
proxy_message_pipe_endpoint.h
25
// A |
ProxyMessagePipeEndpoint
| connects an end of a |MessagePipe| to a
27
// |
ProxyMessagePipeEndpoint
|). So a |MessagePipe| with one endpoint local and
29
// |
ProxyMessagePipeEndpoint
|, with only the local endpoint being accessible via
32
// Like any |MessagePipeEndpoint|, a |
ProxyMessagePipeEndpoint
| is owned by a
34
// - A |
ProxyMessagePipeEndpoint
| starts out *detached*, i.e., not associated
36
// is assigned a local ID. A |
ProxyMessagePipeEndpoint
| must be detached
38
// - When attached, a |
ProxyMessagePipeEndpoint
| starts out not running. When
40
class MOJO_SYSTEM_IMPL_EXPORT
ProxyMessagePipeEndpoint
43
ProxyMessagePipeEndpoint
();
44
// Constructs a |
ProxyMessagePipeEndpoint
| that replaces the give
[
all
...]
Completed in 54 milliseconds