OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlaceholderBrokerableAttachment
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/ipc/
placeholder_brokerable_attachment.h
16
class IPC_EXPORT
PlaceholderBrokerableAttachment
: public BrokerableAttachment {
18
PlaceholderBrokerableAttachment
(const AttachmentId& id)
23
~
PlaceholderBrokerableAttachment
() override{};
24
DISALLOW_COPY_AND_ASSIGN(
PlaceholderBrokerableAttachment
);
placeholder_brokerable_attachment.cc
10
PlaceholderBrokerableAttachment
::GetBrokerableType() const {
ipc_message.cc
238
scoped_refptr<
PlaceholderBrokerableAttachment
> attachment(
239
new
PlaceholderBrokerableAttachment
(id));
Completed in 63 milliseconds