Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/c/system/
Dtrap.h26 struct MOJO_ALIGNAS(8) MojoTrapEvent { struct
40 MojoTrapEventFlags flags; argument
66 MOJO_STATIC_ASSERT(sizeof(MojoTrapEvent) == 32, argument
/external/libchrome/mojo/core/
Dtrap_unittest.cc225 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()
525 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()
597 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()
868 helper.CreateContext([](const MojoTrapEvent&) { NOTREACHED(); }); in TEST_F()
1007 [](const MojoTrapEvent&) { NOTREACHED(); }, [&] { wait.Signal(); }); in TEST_F()
1071 helper.CreateContext([](const MojoTrapEvent&) { NOTREACHED(); }); in TEST_F()
1515 auto ignore_event = [](const MojoTrapEvent&) {}; in TEST_F()