Searched refs:ControlPropertyIterator (Results 1 – 1 of 1) sorted by relevance
150 typedef const ControlProperty* ControlPropertyIterator; typedef167 static ControlPropertyIterator s_pProperties = aProperties;168 static ControlPropertyIterator s_pPropertiesEnd = aProperties + s_nPropertyCount;242 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in getControlProperty()289 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in setControlProperty()326 for ( ControlPropertyIterator aProp = s_pProperties; aProp != s_pPropertiesEnd; ++aProp ) in getSupportedControlProperties()350 …ControlPropertyIterator aPropDesc = ::std::find_if( s_pProperties, s_pPropertiesEnd, ControlProper… in isControlPropertySupported()
Completed in 10 milliseconds