Home | History | Annotate | Download | only in dom

Lines Matching refs:dispatchFormControlChangeEvent

184     // If the cached selection list is empty, or the size has changed, then fire dispatchFormControlChangeEvent, and return early.
186 element->dispatchFormControlChangeEvent();
190 // Update lastOnChangeSelection and fire dispatchFormControlChangeEvent
201 element->dispatchFormControlChangeEvent();
212 element->dispatchFormControlChangeEvent();
732 // This makes sure we fire dispatchFormControlChangeEvent for a single click. For drag selection, onChange will fire when the autoscroll timer stops.