Searched defs:PP_Bool (Results 1 - 1 of 1) sorted by path

/external/chromium_org/ppapi/c/
H A Dpp_bool.h15 * This file defines the <code>PP_Bool</code> enumeration for use in PPAPI C
25 * The <code>PP_Bool</code> enum is a boolean value for use in PPAPI C headers.
33 } PP_Bool; typedef in typeref:enum:__anon9874
34 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Bool, 4);
41 * Converts a C++ "bool" type to a PP_Bool.
45 * @return A PP_Bool.
47 inline PP_Bool PP_FromBool(bool b) {
52 * Converts a PP_Bool to a C++ "bool" type.
54 * @param[in] b A PP_Bool.
58 inline bool PP_ToBool(PP_Bool
[all...]

Completed in 954 milliseconds