OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOJO_WRITE_DATA_FLAG_ALL_OR_NONE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/public/system/
core.h
238
const MojoWriteDataFlags
MOJO_WRITE_DATA_FLAG_ALL_OR_NONE
= 1 << 0;
241
#define
MOJO_WRITE_DATA_FLAG_ALL_OR_NONE
((MojoWriteDataFlags) 1 << 0)
/external/chromium_org/mojo/system/
local_data_pipe.cc
73
if ((flags &
MOJO_WRITE_DATA_FLAG_ALL_OR_NONE
) &&
Completed in 162 milliseconds