Home
last modified time | relevance | path

Searched refs:MOJO_TRAP_EVENT_FLAG_NONE (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/c/system/
Dtrap.h18 const MojoTrapEventFlags MOJO_TRAP_EVENT_FLAG_NONE = 0; variable
21 #define MOJO_TRAP_EVENT_FLAG_NONE ((MojoTrapEventFlags)0) macro
/external/libchrome/mojo/core/
Drequest_context.cc39 MojoTrapEventFlags flags = MOJO_TRAP_EVENT_FLAG_NONE; in ~RequestContext()