Lines Matching refs:aEntries
110 PropertyMapEntry* aEntries[2]; in setPropertyValue() local
111 aEntries[0] = mp->find( aPropertyName ); in setPropertyValue()
113 if( NULL == aEntries[0] ) in setPropertyValue()
116 aEntries[1] = NULL; in setPropertyValue()
118 _setPropertyValues( (const PropertyMapEntry**)aEntries, &aValue ); in setPropertyValue()
123 PropertyMapEntry* aEntries[2]; in getPropertyValue() local
124 aEntries[0] = mp->find( PropertyName ); in getPropertyValue()
126 if( NULL == aEntries[0] ) in getPropertyValue()
129 aEntries[1] = NULL; in getPropertyValue()
132 _getPropertyValues( (const PropertyMapEntry**)aEntries, &aAny ); in getPropertyValue()
241 PropertyMapEntry* aEntries[2]; in getPropertyState() local
243 aEntries[0] = mp->find( PropertyName ); in getPropertyState()
244 if( aEntries[0] == NULL ) in getPropertyState()
247 aEntries[1] = NULL; in getPropertyState()
250 _getPropertyStates( (const PropertyMapEntry**)aEntries, &aState ); in getPropertyState()