Home
last modified time | relevance | path

Searched refs:MOJO_RESULT_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/public/c/system/
Dtypes.h99 const MojoResult MOJO_RESULT_NOT_FOUND = -5; variable
118 #define MOJO_RESULT_NOT_FOUND ((MojoResult) - 5) macro
/external/chromium_org/mojo/public/python/mojo/
Dc_core.pxd38 const MojoResult MOJO_RESULT_NOT_FOUND
Dsystem.pyx35 RESULT_NOT_FOUND = c_core.MOJO_RESULT_NOT_FOUND
/external/chromium_org/mojo/bindings/js/
Dcore.cc268 .SetValue("RESULT_NOT_FOUND", MOJO_RESULT_NOT_FOUND) in GetModule()