Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/c/system/
Dtypes.h107 const MojoResult MOJO_RESULT_UNAVAILABLE = 14; variable
126 #define MOJO_RESULT_UNAVAILABLE ((MojoResult)14) macro
/external/libmojo/mojo/edk/js/
Dcore.cc337 .SetValue("RESULT_UNAVAILABLE", MOJO_RESULT_UNAVAILABLE) in GetModule()