Searched refs:newV (Results 1 – 3 of 3) sorted by relevance
53 short newV; in handleStateChangedEvent() local54 if( newValue >>= newV) in handleStateChangedEvent()56 if (newV == AccessibleStateType::FOCUSED) in handleStateChangedEvent()
141 short newV, oldV; in handleStateChangedEvent() local142 if( newValue >>= newV) in handleStateChangedEvent()144 setComponentState(newV, true); in handleStateChangedEvent()
385 + NAMED **newV = NULL;403 - NAMED **newV = table->mem->malloc_fcn(tsize);405 + newV = table->mem->malloc_fcn(tsize);406 if (! newV)408 memset(newV, 0, tsize);
Completed in 21 milliseconds