HomeSort by relevance Sort by last modified time
    Searched defs:PPB_DeviceRef_Shared (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppb_device_ref_shared.h 35 class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared
39 PPB_DeviceRef_Shared(ResourceObjectType type,
59 DISALLOW_IMPLICIT_CONSTRUCTORS(PPB_DeviceRef_Shared);
ppb_device_ref_shared.cc 22 PPB_DeviceRef_Shared::PPB_DeviceRef_Shared(ResourceObjectType type,
29 PPB_DeviceRef_API* PPB_DeviceRef_Shared::AsPPB_DeviceRef_API() {
33 const DeviceRefData& PPB_DeviceRef_Shared::GetDeviceRefData() const {
37 PP_DeviceType_Dev PPB_DeviceRef_Shared::GetType() {
41 PP_Var PPB_DeviceRef_Shared::GetName() {
46 PP_Resource PPB_DeviceRef_Shared::CreateResourceArray(
55 PPB_DeviceRef_Shared* device_object =
56 new PPB_DeviceRef_Shared(type, instance, devices[index]);

Completed in 577 milliseconds