Searched defs:data_pipe_handle (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.cc68 void CheckDataPipe(MojoHandle data_pipe_handle) { argument
72 data_pipe_handle, buffer, &buffer_size, MOJO_READ_DATA_FLAG_NONE);
164 void CheckCorruptedDataPipe(MojoHandle data_pipe_handle) { argument
168 data_pipe_handle, buffer, &buffer_size, MOJO_READ_DATA_FLAG_NONE);

Completed in 1035 milliseconds