Home | History | Annotate | Download | only in dom

Lines Matching refs:dispatchFormControlChangeEvent

229     // If the cached selection list is empty, or the size has changed, then fire dispatchFormControlChangeEvent, and return early.
231 element->dispatchFormControlChangeEvent();
235 // Update lastOnChangeSelection and fire dispatchFormControlChangeEvent
246 element->dispatchFormControlChangeEvent();
257 element->dispatchFormControlChangeEvent();
779 // This makes sure we fire dispatchFormControlChangeEvent for a single click. For drag selection, onChange will fire when the autoscroll timer stops.