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 18 PPB_DeviceRef_Shared::PPB_DeviceRef_Shared(ResourceObjectType type,
23 PPB_DeviceRef_API* PPB_DeviceRef_Shared::AsPPB_DeviceRef_API() { return this; }
25 const DeviceRefData& PPB_DeviceRef_Shared::GetDeviceRefData() const {
29 PP_DeviceType_Dev PPB_DeviceRef_Shared::GetType() { return data_.type; }
31 PP_Var PPB_DeviceRef_Shared::GetName() {
ppb_device_ref_shared.h 32 class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared
36 PPB_DeviceRef_Shared(ResourceObjectType type,
51 DISALLOW_IMPLICIT_CONSTRUCTORS(PPB_DeviceRef_Shared);
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper.cc 153 PPB_DeviceRef_Shared* device_object = new PPB_DeviceRef_Shared(
174 device_resources.push_back(new PPB_DeviceRef_Shared(

Completed in 515 milliseconds