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

  /external/chromium_org/ppapi/shared_impl/
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]);
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);
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.cc 149 *devices_resource = PPB_DeviceRef_Shared::CreateResourceArray(
192 PPB_DeviceRef_Shared* device_object = new PPB_DeviceRef_Shared(
213 device_resources.push_back(new PPB_DeviceRef_Shared(

Completed in 1705 milliseconds