Home
last modified time | relevance | path

Searched refs:dispatchSimulatedClick (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLButtonElement.cpp135 dispatchSimulatedClick(event); in defaultEventHandler()
146 dispatchSimulatedClick(event); in defaultEventHandler()
189 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
DHTMLSummaryElement.cpp112 dispatchSimulatedClick(event); in defaultEventHandler()
123 dispatchSimulatedClick(event); in defaultEventHandler()
DHTMLLabelElement.cpp158 element->dispatchSimulatedClick(evt); in defaultEventHandler()
DHTMLAnchorElement.cpp202 dispatchSimulatedClick(event); in defaultEventHandler()
298 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
DHTMLElement.cpp593 dispatchSimulatedClick(0, SendNoEvents); in click()
598 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
992 dispatchSimulatedClick(event); in handleKeypressEvent()
DHTMLFormElement.cpp187 control->dispatchSimulatedClick(event); in submitImplicitly()
DHTMLSelectElement.cpp385 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseClickableWithKeyInputType.cpp56 element.dispatchSimulatedClick(event); in handleKeypressEvent()
78 element.dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
DBaseCheckableInputType.cpp91 element().dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
DRadioInputType.cpp100 inputElement->dispatchSimulatedClick(event, SendNoEvents); in handleKeydownEvent()
DRangeInputType.cpp279 element().dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); in accessKeyAction()
DInputType.cpp455 element().dispatchSimulatedClick(event); in dispatchSimulatedClickIfActive()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventDispatcher.h57 …static void dispatchSimulatedClick(Node*, Event* underlyingEvent, SimulatedClickMouseEventOptions);
DEventDispatcher.cpp73 void EventDispatcher::dispatchSimulatedClick(Node* node, Event* underlyingEvent, SimulatedClickMous… in dispatchSimulatedClick() function in WebCore::EventDispatcher
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAElement.cpp156 dispatchSimulatedClick(event); in defaultEventHandler()
/external/chromium_org/third_party/WebKit/Source/web/
DWebNode.cpp190 m_private->dispatchSimulatedClick(0); in simulateClick()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h667 …void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents…
DNode.cpp2432 void Node::dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions eventOpti… in dispatchSimulatedClick() function in WebCore::Node
2434 EventDispatcher::dispatchSimulatedClick(this, underlyingEvent, eventOptions); in dispatchSimulatedClick()