Lines Matching refs:lpfnGetValue
446 CTRL_GETVALUE_FUNCTION_T lpfnGetValue = in getValue() local
449 if ( !lpfnGetValue ) in getValue()
455 return lpfnGetValue( hwndCtrl ); in getValue()
598 CTRL_GETVALUE_FUNCTION_T lpfnGetValue; in cacheControlState() local
604 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
606 OSL_ASSERT( lpfnGetValue ); in cacheControlState()
611 lpfnGetValue( hwndControl ) ); in cacheControlState()
627 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
632 lpfnGetValue( hwndControl ) ); in cacheControlState()
636 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
641 lpfnGetValue( hwndControl ) ); in cacheControlState()