Home | History | Annotate | Download | only in ipc

Lines Matching full:broker

39 // communicating with a broker to send and receive attachments to Chrome IPC
43 // Returns an AttachmentBroker used to broker attachments of IPC messages to
63 // Each process has at most one attachment broker. The process is responsible
64 // for ensuring that |broker| stays alive for as long as the process is
66 static void SetGlobal(AttachmentBroker* broker);
73 // IPC::Channel to communicate with the broker process. This may be the same
92 // These two methods should only be called by the broker process.
95 // communicates attachment information with the broker process. In the broker
97 // Attachment Broker as they are created and destroyed.
106 // communicate brokerable attachments with the broker process.
110 // Informs the attachment broker that a channel endpoint has received its
114 // True if and only if this broker is privileged.