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

  /external/chromium_org/mojo/public/c/system/
types.h 48 // |MOJO_RESULT_NOT_FOUND| - Some requested entity was not found (i.e., does
99 const MojoResult MOJO_RESULT_NOT_FOUND = -5;
118 #define MOJO_RESULT_NOT_FOUND ((MojoResult) -5)
  /external/chromium_org/mojo/bindings/js/
core.cc 229 .SetValue("RESULT_NOT_FOUND", MOJO_RESULT_NOT_FOUND)

Completed in 65 milliseconds