Searched refs:MojoTrapEventFlags (Results 1 – 7 of 7) sorted by relevance
15 typedef uint32_t MojoTrapEventFlags; typedef18 const MojoTrapEventFlags MOJO_TRAP_EVENT_FLAG_NONE = 0;19 const MojoTrapEventFlags MOJO_TRAP_EVENT_FLAG_WITHIN_API_CALL = 1 << 0;21 #define MOJO_TRAP_EVENT_FLAG_NONE ((MojoTrapEventFlags)0)22 #define MOJO_TRAP_EVENT_FLAG_WITHIN_API_CALL ((MojoTrapEventFlags)1 << 0)40 MojoTrapEventFlags flags;
64 MojoTrapEventFlags flags);
43 MojoTrapEventFlags flags);
63 MojoTrapEventFlags flags) { in InvokeCallback()
39 MojoTrapEventFlags flags = MOJO_TRAP_EVENT_FLAG_NONE; in ~RequestContext()
64 MojoTrapEventFlags flags) { in InvokeWatchCallback()
83 MojoTrapEventFlags flags) { in Notify()