OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateMessagePipe
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/mojo/public/tests/
bindings_handle_passing_unittest.cc
41
CreateMessagePipe
(&pipe0, &pipe1_);
69
CreateMessagePipe
(&pipe0, &pipe1_);
74
CreateMessagePipe
(&pipe2, &pipe3_);
143
CreateMessagePipe
(&pipe0, &pipe1);
160
CreateMessagePipe
(&pipe0, &pipe1);
system_core_cpp_unittest.cc
143
CreateMessagePipe
(&h_0, &h_1);
184
CreateMessagePipe
(&h_0, &h_1);
209
CreateMessagePipe
(&h_2, &h_3);
287
CreateMessagePipe
(&h_0, &h_1);
292
CreateMessagePipe
(&h_2, &h_3);
334
CreateMessagePipe
(&h_0, &h_1);
339
CreateMessagePipe
(&h_2, &h_3);
bindings_array_unittest.cc
65
CreateMessagePipe
(&pipe0, &pipe1);
test_support.cc
14
CreateMessagePipe
(&handle_0, &handle_1);
bindings_remote_ptr_unittest.cc
87
CreateMessagePipe
(&pipe0_, &pipe1_);
bindings_connector_unittest.cc
46
CreateMessagePipe
(&handle0_, &handle1_);
185
CreateMessagePipe
(&handles[0], &handles[1]);
/external/chromium_org/mojo/examples/sample_app/
native_viewport_client_impl.cc
29
CreateMessagePipe
(&gles2, &gles2_client);
/external/chromium_org/mojo/public/system/
core_private.h
30
virtual MojoResult
CreateMessagePipe
(MojoHandle* message_pipe_handle_0,
core_cpp.h
183
inline void
CreateMessagePipe
(ScopedMessagePipeHandle* message_pipe_0,
core_private.cc
42
return g_core->
CreateMessagePipe
(message_pipe_handle_0,
/external/chromium_org/mojo/shell/
app_container.cc
39
CreateMessagePipe
(&shell_handle_, &app_handle_);
/external/chromium_org/mojo/apps/js/bindings/
core.cc
24
gin::Dictionary
CreateMessagePipe
(const gin::Arguments& args) {
102
.SetMethod("
createMessagePipe
",
CreateMessagePipe
)
/external/chromium_org/mojo/system/
core_impl_unittest.cc
186
// |
CreateMessagePipe
()|:
190
core()->
CreateMessagePipe
(NULL, NULL));
192
core()->
CreateMessagePipe
(&h, NULL));
194
core()->
CreateMessagePipe
(NULL, &h));
328
EXPECT_EQ(MOJO_RESULT_OK, core()->
CreateMessagePipe
(&h[0], &h[1]));
440
core()->
CreateMessagePipe
(&h_passing[0], &h_passing[1]));
444
core()->
CreateMessagePipe
(&h_passed[0], &h_passed[1]));
core_impl.h
44
virtual MojoResult
CreateMessagePipe
(
core_impl.cc
140
MojoResult CoreImpl::
CreateMessagePipe
(MojoHandle* message_pipe_handle_0,
/external/chromium_org/mojo/public/bindings/sample/
sample_service_unittests.cc
61
mojo::
CreateMessagePipe
(&pipe0, &pipe1);
269
mojo::
CreateMessagePipe
(&port0, &port1);
/external/chromium_org/mojo/common/
message_pump_mojo.cc
26
CreateMessagePipe
(&read_handle, &write_handle);
Completed in 154 milliseconds