HomeSort by relevance Sort by last modified time
    Searched refs:ValidateCreateOptions (Results 1 - 4 of 4) sorted by null

  /external/libchrome/mojo/core/
shared_buffer_dispatcher_unittest.cc 25 // |SharedBufferDispatcher::ValidateCreateOptions()|, but the tests should be
32 // |ValidateCreateOptions()| on already-validated options. The validated options
40 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions(
55 // Tests valid inputs to |ValidateCreateOptions()|.
60 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions(
78 EXPECT_EQ(MOJO_RESULT_OK, SharedBufferDispatcher::ValidateCreateOptions(
96 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused));
107 SharedBufferDispatcher::ValidateCreateOptions(&options, &unused));
shared_buffer_dispatcher.h 28 // should obtain this via |ValidateCreateOptions()| with a null |in_options|;
37 static MojoResult ValidateCreateOptions(
shared_buffer_dispatcher.cc 53 MojoResult SharedBufferDispatcher::ValidateCreateOptions(
core.cc 870 MojoResult result = SharedBufferDispatcher::ValidateCreateOptions(
    [all...]

Completed in 74 milliseconds