Searched defs:MOJO_RESULT_CANCELLED (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
H A Dwatcher.cc42 make_scoped_refptr(this), MOJO_RESULT_CANCELLED, closed_state); local
/external/libmojo/mojo/public/c/system/
H A Dtypes.h40 // |MOJO_RESULT_CANCELLED| - Operation was cancelled, typically by the caller.
94 const MojoResult MOJO_RESULT_CANCELLED = 1; variable
113 #define MOJO_RESULT_CANCELLED ((MojoResult)1) macro

Completed in 105 milliseconds