Lines Matching refs:pCell
140 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local
142 … pCell->commitEvent( AccessibleEventId::STATE_CHANGED, aNewValue, aOldValue ); in ProcessWindowEvent()
146 AccessibleBrowseBoxTableCell* pCell = in ProcessWindowEvent() local
148 … pCell->commitEvent( AccessibleEventId::STATE_CHANGED, aNewValue, aOldValue ); in ProcessWindowEvent()
185 … AccessibleCheckBoxCell* pCell = static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent() local
186 … pCell->commitEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); in ProcessWindowEvent()
190 …AccessibleBrowseBoxTableCell* pCell = static_cast< AccessibleBrowseBoxTableCell* >( xChild.get() ); in ProcessWindowEvent() local
191 … pCell->commitEvent( AccessibleEventId::SELECTION_CHANGED, Any(), Any() ); in ProcessWindowEvent()
232 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local
234 pCell->SetChecked( m_pTabListBox->IsItemChecked( pEntry, nCol ) ); in ProcessWindowEvent()
262 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent() local
264 … pCell->commitEvent( AccessibleEventId::NAME_CHANGED, aOldValue, aNewValue ); in ProcessWindowEvent()
268 AccessibleBrowseBoxTableCell* pCell = in ProcessWindowEvent() local
270 pCell->nameChanged( sNewText, pData->m_sOldText ); in ProcessWindowEvent()