OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_FileOpenFlags
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/c/
ppb_file_io.h
36
* The
PP_FileOpenFlags
enum contains file open constants.
71
}
PP_FileOpenFlags
;
72
PP_COMPILE_ASSERT_SIZE_IN_BYTES(
PP_FileOpenFlags
, 4);
108
* open flags, which is a bit-mask of the <code>
PP_FileOpenFlags
</code>
117
* @param[in] open_flags A bit-mask of the <code>
PP_FileOpenFlags
</code>
/external/chromium_org/ppapi/api/
ppb_file_io.idl
20
* The
PP_FileOpenFlags
enum contains file open constants.
23
enum
PP_FileOpenFlags
{
93
* open flags, which is a bit-mask of the <code>
PP_FileOpenFlags
</code>
102
* @param[in] open_flags A bit-mask of the <code>
PP_FileOpenFlags
</code>
Completed in 154 milliseconds