Home
last modified time | relevance | path

Searched defs:MojoCreateSharedBufferOptions (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/c/system/
Dbuffer.h26 struct MOJO_ALIGNAS(8) MojoCreateSharedBufferOptions { struct
34 MOJO_STATIC_ASSERT(sizeof(MojoCreateSharedBufferOptions) == 8, argument
/external/libchrome/mojo/core/
Dshared_buffer_dispatcher.cc82 const MojoCreateSharedBufferOptions& /*validated_options*/, in Create()