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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DBaseClickableWithKeyInputType.cpp56 element->dispatchSimulatedClick(event);
78 element->dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
H A DBaseCheckableInputType.cpp91 element()->dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
H A DHTMLSummaryElement.cpp113 dispatchSimulatedClick(event);
124 dispatchSimulatedClick(event);
H A DHTMLButtonElement.cpp136 dispatchSimulatedClick(event);
147 dispatchSimulatedClick(event);
192 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
H A DHTMLLabelElement.cpp139 element->dispatchSimulatedClick(evt);
H A DRadioInputType.cpp99 inputElement->dispatchSimulatedClick(event, SendNoEvents, DoNotShowPressedLook);
H A DHTMLAnchorElement.cpp218 dispatchSimulatedClick(event);
314 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
H A DRangeInputType.cpp279 element()->dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
H A DHTMLElement.cpp700 dispatchSimulatedClick(0, SendNoEvents, DoNotShowPressedLook);
705 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
1090 dispatchSimulatedClick(event);
H A DHTMLFormElement.cpp185 control->dispatchSimulatedClick(event);
H A DInputType.cpp503 element()->dispatchSimulatedClick(event);
H A DHTMLSelectElement.cpp390 dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventDispatcher.h57 static void dispatchSimulatedClick(Node*, Event* underlyingEvent, SimulatedClickMouseEventOptions, SimulatedClickVisualOptions);
H A DEventDispatcher.cpp74 void EventDispatcher::dispatchSimulatedClick(Node* node, Event* underlyingEvent, SimulatedClickMouseEventOptions mouseEventOptions, SimulatedClickVisualOptions visualOptions) function in class:WebCore::EventDispatcher
H A DNode.h679 void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents, SimulatedClickVisualOptions = ShowPressedLook);
H A DNode.cpp2409 void Node::dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions eventOptions, SimulatedClickVisualOptions visualOptions) function in class:WebCore::Node
2411 EventDispatcher::dispatchSimulatedClick(this, underlyingEvent, eventOptions, visualOptions);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp158 dispatchSimulatedClick(event);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNode.cpp197 m_private->dispatchSimulatedClick(0);

Completed in 173 milliseconds