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

/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.cc16 DeviceRefData::DeviceRefData() : type(PP_DEVICETYPE_DEV_INVALID) {} function in class:ppapi::DeviceRefData
20 const DeviceRefData& data)
25 const DeviceRefData& PPB_DeviceRef_Shared::GetDeviceRefData() const {
H A Dppb_device_ref_shared.h20 struct PPAPI_SHARED_EXPORT DeviceRefData { struct in namespace:ppapi
21 DeviceRefData();
23 bool operator==(const DeviceRefData& other) const {
38 const DeviceRefData& data);
44 virtual const DeviceRefData& GetDeviceRefData() const OVERRIDE;
49 DeviceRefData data_;

Completed in 452 milliseconds