OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOJO_RESULT_INTERNAL
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/mojo/system/
message_pipe_endpoint.cc
23
return
MOJO_RESULT_INTERNAL
;
30
return
MOJO_RESULT_INTERNAL
;
waiter.cc
21
wait_result_(
MOJO_RESULT_INTERNAL
) {
34
wait_result_ =
MOJO_RESULT_INTERNAL
;
49
DCHECK_NE(wait_result_,
MOJO_RESULT_INTERNAL
);
75
DCHECK_NE(wait_result_,
MOJO_RESULT_INTERNAL
);
core_impl.cc
220
MojoResult error_result =
MOJO_RESULT_INTERNAL
;
262
DCHECK_NE(error_result,
MOJO_RESULT_INTERNAL
);
/external/chromium_org/mojo/public/system/
core.h
70
// |
MOJO_RESULT_INTERNAL
| - Internal error: this should never happen and
104
const MojoResult
MOJO_RESULT_INTERNAL
= -13;
122
#define
MOJO_RESULT_INTERNAL
((MojoResult) -13)
/external/chromium_org/mojo/apps/js/bindings/
core.cc
123
.SetValue("RESULT_INTERNAL",
MOJO_RESULT_INTERNAL
)
Completed in 29 milliseconds