Home
last modified time | relevance | path

Searched refs:MOJO_RESULT_INTERNAL (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/mojo/system/
Dwaiter.cc21 awake_result_(MOJO_RESULT_INTERNAL), in Waiter()
35 awake_result_ = MOJO_RESULT_INTERNAL; in Init()
50 DCHECK_NE(awake_result_, MOJO_RESULT_INTERNAL); in Wait()
79 DCHECK_NE(awake_result_, MOJO_RESULT_INTERNAL); in Wait()
Dmessage_pipe_endpoint.cc26 return MOJO_RESULT_INTERNAL; in ReadMessage()
41 return MOJO_RESULT_INTERNAL; in AddWaiter()
Dhandle_table.cc117 MojoResult error_result = MOJO_RESULT_INTERNAL; in MarkBusyAndStartTransport()
173 DCHECK_NE(error_result, MOJO_RESULT_INTERNAL); in MarkBusyAndStartTransport()
/external/chromium_org/mojo/public/c/system/
Dtypes.h107 const MojoResult MOJO_RESULT_INTERNAL = -13; variable
126 #define MOJO_RESULT_INTERNAL ((MojoResult) - 13) macro
/external/chromium_org/mojo/public/python/mojo/
Dc_core.pxd46 const MojoResult MOJO_RESULT_INTERNAL
Dsystem.pyx43 RESULT_INTERNAL = c_core.MOJO_RESULT_INTERNAL
/external/chromium_org/mojo/bindings/js/
Dcore.cc276 .SetValue("RESULT_INTERNAL", MOJO_RESULT_INTERNAL) in GetModule()