dispatchSimulatedClick 2229 Source/core/dom/Node.cpp     EventDispatcher::dispatchSimulatedClick(this, underlyingEvent, eventOptions);
dispatchSimulatedClick  638 Source/core/dom/Node.h     void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents);
dispatchSimulatedClick   53 Source/core/events/EventDispatcher.h     static void dispatchSimulatedClick(Node*, Event* underlyingEvent, SimulatedClickMouseEventOptions);
dispatchSimulatedClick  199 Source/core/html/HTMLAnchorElement.cpp             dispatchSimulatedClick(event);
dispatchSimulatedClick  295 Source/core/html/HTMLAnchorElement.cpp     dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick  134 Source/core/html/HTMLButtonElement.cpp                     dispatchSimulatedClick(event);
dispatchSimulatedClick  145 Source/core/html/HTMLButtonElement.cpp                 dispatchSimulatedClick(event);
dispatchSimulatedClick  188 Source/core/html/HTMLButtonElement.cpp     dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick  574 Source/core/html/HTMLElement.cpp     dispatchSimulatedClick(0, SendNoEvents);
dispatchSimulatedClick  579 Source/core/html/HTMLElement.cpp     dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick  937 Source/core/html/HTMLElement.cpp         dispatchSimulatedClick(event);
dispatchSimulatedClick  205 Source/core/html/HTMLFormElement.cpp                 control->dispatchSimulatedClick(event);
dispatchSimulatedClick  156 Source/core/html/HTMLLabelElement.cpp         element->dispatchSimulatedClick(evt);
dispatchSimulatedClick  417 Source/core/html/HTMLSelectElement.cpp     dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick  112 Source/core/html/HTMLSummaryElement.cpp                     dispatchSimulatedClick(event);
dispatchSimulatedClick  123 Source/core/html/HTMLSummaryElement.cpp                     dispatchSimulatedClick(event);
dispatchSimulatedClick   91 Source/core/html/forms/BaseCheckableInputType.cpp     element().dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick   56 Source/core/html/forms/BaseClickableWithKeyInputType.cpp         element.dispatchSimulatedClick(event);
dispatchSimulatedClick   78 Source/core/html/forms/BaseClickableWithKeyInputType.cpp     element.dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick  444 Source/core/html/forms/InputType.cpp         element().dispatchSimulatedClick(event);
dispatchSimulatedClick  100 Source/core/html/forms/RadioInputType.cpp             inputElement->dispatchSimulatedClick(event, SendNoEvents);
dispatchSimulatedClick  279 Source/core/html/forms/RangeInputType.cpp     element().dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
dispatchSimulatedClick  143 Source/core/svg/SVGAElement.cpp             dispatchSimulatedClick(event);
dispatchSimulatedClick  193 Source/web/WebNode.cpp     m_private->dispatchSimulatedClick(0);