HomeSort by relevance Sort by last modified time
    Searched refs:MOJO_RESULT_INTERNAL (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/mojo/system/
message_pipe_endpoint.cc 26 return MOJO_RESULT_INTERNAL;
41 return MOJO_RESULT_INTERNAL;
waiter.cc 21 awake_result_(MOJO_RESULT_INTERNAL),
35 awake_result_ = MOJO_RESULT_INTERNAL;
50 DCHECK_NE(awake_result_, MOJO_RESULT_INTERNAL);
79 DCHECK_NE(awake_result_, MOJO_RESULT_INTERNAL);
handle_table.cc 117 MojoResult error_result = MOJO_RESULT_INTERNAL;
173 DCHECK_NE(error_result, MOJO_RESULT_INTERNAL);
  /external/chromium_org/mojo/public/c/system/
types.h 70 // |MOJO_RESULT_INTERNAL| - Internal error: this should never happen and
107 const MojoResult MOJO_RESULT_INTERNAL = -13;
126 #define MOJO_RESULT_INTERNAL ((MojoResult) - 13)
  /external/chromium_org/mojo/public/python/mojo/
c_core.pxd 46 const MojoResult MOJO_RESULT_INTERNAL
system.pyx 43 RESULT_INTERNAL = c_core.MOJO_RESULT_INTERNAL
  /external/chromium_org/mojo/bindings/js/
core.cc 276 .SetValue("RESULT_INTERNAL", MOJO_RESULT_INTERNAL)

Completed in 1081 milliseconds