Lines Matching refs:aOldValue
157 Any aOldValue, aNewValue; in InsertChild() local
159 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOldValue, aNewValue ); in InsertChild()
179 Any aOldValue, aNewValue; in RemoveChild() local
180 aOldValue <<= xChild; in RemoveChild()
181 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOldValue, aNewValue ); in RemoveChild()
228 Any aOldValue; in ProcessWindowEvent() local
229 aOldValue <<= AccessibleStateType::ENABLED; in ProcessWindowEvent()
230 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, Any() ); in ProcessWindowEvent()
231 aOldValue <<= AccessibleStateType::SENSITIVE; in ProcessWindowEvent()
232 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, Any() ); in ProcessWindowEvent()
237 Any aOldValue, aNewValue; in ProcessWindowEvent() local
239 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
245 Any aOldValue, aNewValue; in ProcessWindowEvent() local
246 aOldValue <<= AccessibleStateType::SHOWING; in ProcessWindowEvent()
247 NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()