Lines Matching refs:KeyIterator
70 class KeyIterator {
73 KeyIterator(DrmConstraints* drmConstraints)
77 KeyIterator(const KeyIterator& keyIterator);
78 KeyIterator& operator=(const KeyIterator& keyIterator);
79 virtual ~KeyIterator() {}
116 DrmConstraints::KeyIterator keyIt = this->keyIterator();
161 * Returns KeyIterator object to walk through the keys associated with this instance
163 * @return KeyIterator object
165 KeyIterator keyIterator();