Home
last modified time | relevance | path

Searched refs:ValidateCreateOptions (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dshared_buffer_dispatcher_unittest.cc40 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions( in RevalidateCreateOptions()
60 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions( in TEST_F()
78 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions( in TEST_F()
96 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused)); in TEST_F()
107 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused)); in TEST_F()
Dshared_buffer_dispatcher.h37 static MojoResult ValidateCreateOptions(
Dshared_buffer_dispatcher.cc53 MojoResult SharedBufferDispatcher::ValidateCreateOptions( in ValidateCreateOptions() function in mojo::core::SharedBufferDispatcher
Dcore.cc870 MojoResult result = SharedBufferDispatcher::ValidateCreateOptions( in CreateSharedBuffer()