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

/external/chromium_org/ppapi/c/
H A Dpp_instance.h16 * This file defines the PP_Instance type which uniquely identifies one module
26 * The <code>PP_Instance</code> value uniquely identifies one instance of a
34 typedef int32_t PP_Instance; typedef
35 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Instance, 4);

Completed in 952 milliseconds