Searched defs:PP_Module (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dpp_module.h16 * This file defines the PP_Module type which uniquely identifies the module
26 * The PP_Module value uniquely identifies the module or .nexe.
32 typedef int32_t PP_Module; typedef
33 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Module, 4);

Completed in 64 milliseconds