OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOJO_RESULT_ABORTED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/public/system/
core.h
60
// |
MOJO_RESULT_ABORTED
| - The operation was aborted by the system, possibly
101
const MojoResult
MOJO_RESULT_ABORTED
= -10;
119
#define
MOJO_RESULT_ABORTED
((MojoResult) -10)
/external/chromium_org/mojo/apps/js/bindings/
core.cc
120
.SetValue("RESULT_ABORTED",
MOJO_RESULT_ABORTED
)
Completed in 25 milliseconds