Home | History | Annotate | Download | only in drm

Lines Matching defs:DrmSupportInfo

29  * DrmSupportInfo instance.
32 class DrmSupportInfo {
38 friend class DrmSupportInfo;
40 MimeTypeIterator(DrmSupportInfo* drmSupportInfo)
41 : mDrmSupportInfo(drmSupportInfo), mIndex(0) {}
52 DrmSupportInfo* mDrmSupportInfo;
60 friend class DrmSupportInfo;
63 FileSuffixIterator(DrmSupportInfo* drmSupportInfo)
64 : mDrmSupportInfo(drmSupportInfo), mIndex(0) {}
75 DrmSupportInfo* mDrmSupportInfo;
81 * Constructor for DrmSupportInfo
83 DrmSupportInfo();
86 * Copy constructor for DrmSupportInfo
88 DrmSupportInfo(const DrmSupportInfo& drmSupportInfo);
91 * Destructor for DrmSupportInfo
93 virtual ~DrmSupportInfo() {}
95 DrmSupportInfo& operator=(const DrmSupportInfo& drmSupportInfo);
96 bool operator<(const DrmSupportInfo& drmSupportInfo) const;
97 bool operator==(const DrmSupportInfo& drmSupportInfo) const;