Searched defs:dispatchSimulatedClick (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DEventDispatcher.cpp100 void EventDispatcher::dispatchSimulatedClick(Node* node, PassRefPtr<Event> underlyingEvent, bool sendMouseEvents, bool showPressedLook) function in class:WebCore::EventDispatcher
H A DNode.cpp2754 void Node::dispatchSimulatedClick(PassRefPtr<Event> event, bool sendMouseEvents, bool showPressedLook) function in class:WebCore::Node
2756 EventDispatcher::dispatchSimulatedClick(this, event, sendMouseEvents, showPressedLook);

Completed in 61 milliseconds