OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceRefData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_device_ref_shared.cc
16
DeviceRefData
::
DeviceRefData
() : type(PP_DEVICETYPE_DEV_INVALID) {}
20
const
DeviceRefData
& data)
25
const
DeviceRefData
& PPB_DeviceRef_Shared::GetDeviceRefData() const {
ppb_device_ref_shared.h
20
struct PPAPI_SHARED_EXPORT
DeviceRefData
{
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 533 milliseconds