Lines Matching refs:GetMutex
91 ::vos::OGuard aGuard( GetMutex() ); in IMPLEMENT_FORWARD_XINTERFACE2()
147 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetValue, n ); in setValue()
153 ::vos::OGuard aGuard( GetMutex() ); in setValues()
163 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetValue ); in getValue()
169 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMin, minValue ); in setMinimum()
175 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetRangeMax, maxValue ); in setMaximum()
181 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMin ); in getMinimum()
187 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetRangeMax ); in getMaximum()
193 lcl_setSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::SetValueStep, spinIncrement ); in setSpinIncrement()
199 return lcl_getSpinButtonValue( GetMutex(), GetWindow(), &SpinButton::GetValueStep ); in getSpinIncrement()
205 ::vos::OGuard aGuard( GetMutex() ); in setOrientation()
221 ::vos::OClearableGuard aGuard( GetMutex() ); in ProcessWindowEvent()
253 ::vos::OGuard aGuard( GetMutex() ); in setProperty()
303 ::vos::OGuard aGuard( GetMutex() ); in getProperty()