HomeSort by relevance Sort by last modified time
    Searched defs:MOJO_RESULT_ABORTED (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/public/c/system/
types.h 60 // |MOJO_RESULT_ABORTED| - The operation was aborted by the system, possibly
104 const MojoResult MOJO_RESULT_ABORTED = -10;
123 #define MOJO_RESULT_ABORTED ((MojoResult) -10)
  /external/chromium_org/mojo/common/
handle_watcher.cc 271 OnHandleReady(MOJO_RESULT_ABORTED);

Completed in 73 milliseconds