Lines Matching refs:pAgent

94     pAgent->UpdateValue(pAccessible);  in handleValueChangedEvent()
95 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_VALUECHANGE, pAccessible); in handleValueChangedEvent()
103 pAgent->UpdateAction(pAccessible); in handleActionChangedEvent()
104 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_DEFACTIONCHANGE, pAccessible); in handleActionChangedEvent()
115 pAgent->UpdateValue(pAccessible, newValue); in handleTextChangedEvent()
116 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_VALUECHANGE, pAccessible); in handleTextChangedEvent()
127 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_CARETCHANGE, pAccessible); in handleCaretChangedEvent()
170 pAgent->IncreaseState( pAccessible, AccessibleStateType::VISIBLE); in setComponentState()
171 pAgent->IncreaseState( pAccessible, AccessibleStateType::FOCUSABLE); in setComponentState()
175 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE); in setComponentState()
176 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSABLE); in setComponentState()
191 pAgent->UpdateState(pAccessible); in setComponentState()
192 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in setComponentState()
196 pAgent->IncreaseState( pAccessible, AccessibleStateType::FOCUSABLE); in setComponentState()
200 pAgent->UpdateState(pAccessible); in setComponentState()
201 pAgent->IncreaseState( pAccessible, AccessibleStateType::DEFUNC); in setComponentState()
202 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSABLE); in setComponentState()
229 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
230 pAgent->UpdateAction( pAccessible ); in fireStatePropertyChange()
232 if(!pAgent->IsSpecialToolboItem(pAccessible)) in fireStatePropertyChange()
234 pAgent->NotifyAccEvent(UM_EVENT_STATE_CHECKED, pAccessible); in fireStatePropertyChange()
238 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
239 pAgent->NotifyAccEvent(UM_EVENT_STATE_PRESSED, pAccessible); in fireStatePropertyChange()
242 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
245 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
246 pAgent->NotifyAccEvent(UM_EVENT_STATE_ARMED, pAccessible); in fireStatePropertyChange()
249 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in fireStatePropertyChange()
251 pAgent->IncreaseState( pAccessible, AccessibleStateType::SHOWING ); in fireStatePropertyChange()
255 pAgent->IncreaseState( pAccessible, AccessibleStateType::VISIBLE ); in fireStatePropertyChange()
268 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
269 pAgent->UpdateAction( pAccessible ); in fireStatePropertyChange()
271 if(!pAgent->IsSpecialToolboItem(pAccessible)) in fireStatePropertyChange()
273 pAgent->NotifyAccEvent(UM_EVENT_STATE_CHECKED, pAccessible); in fireStatePropertyChange()
277 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
278 pAgent->NotifyAccEvent(UM_EVENT_STATE_PRESSED, pAccessible); in fireStatePropertyChange()
281 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
287 pAgent->DecreaseState( pAccessible, state); in fireStatePropertyChange()
293 pAgent->DecreaseState( pAccessible, AccessibleStateType::DEFUNC); in fireStatePropertyChange()
295 pAgent->DecreaseState( pAccessible, AccessibleStateType::SHOWING ); in fireStatePropertyChange()
299 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in fireStatePropertyChange()
318 pAgent->NotifyAccEvent(UM_EVENT_STATE_FOCUSED, pAccessible); in fireStateFocusdChange()
323 pAgent->DecreaseState( pAccessible, AccessibleStateType::FOCUSED); in fireStateFocusdChange()
329 pAgent->NotifyAccEvent(UM_EVENT_SELECTION_CHANGED, pAccessible); in handleSelectionChangedEvent()
335 pAgent->NotifyAccEvent(UM_EVENT_TEXT_SELECTION_CHANGED, pAccessible); in handleTextSelectionChangedEvent()