OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MojoHandleAttachment
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/ipc/
ipc_mojo_handle_attachment.cc
14
MojoHandleAttachment
::
MojoHandleAttachment
(mojo::ScopedHandle handle)
17
MojoHandleAttachment
::~
MojoHandleAttachment
() {
20
MessageAttachment::Type
MojoHandleAttachment
::GetType() const {
25
base::PlatformFile
MojoHandleAttachment
::TakePlatformFile() {
31
mojo::ScopedHandle
MojoHandleAttachment
::TakeHandle() {
ipc_mojo_handle_attachment.h
23
class IPC_EXPORT
MojoHandleAttachment
: public MessageAttachment {
25
explicit
MojoHandleAttachment
(mojo::ScopedHandle handle);
38
~
MojoHandleAttachment
() override;
41
DISALLOW_COPY_AND_ASSIGN(
MojoHandleAttachment
);
ipc_mojo_message_helper.cc
17
message->WriteAttachment(new internal::
MojoHandleAttachment
(
41
static_cast<internal::
MojoHandleAttachment
*>(attachment.get())
Completed in 64 milliseconds