Home
last modified time | relevance | path

Searched refs:AttachHandles (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dbuffer.h96 void AttachHandles(std::vector<ScopedHandle>* handles); in COMPONENT_EXPORT()
Dbuffer.cc89 void Buffer::AttachHandles(std::vector<ScopedHandle>* handles) { in AttachHandles() function in mojo::internal::Buffer
Dmessage.cc152 payload_buffer.AttachHandles(serialization_context.mutable_handles()); in SerializeUnserializedContext()
335 payload_buffer_.AttachHandles(context->mutable_handles()); in AttachHandlesFromSerializationContext()