Home
last modified time | relevance | path

Searched refs:showPressedLook (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DEventDispatcher.h54 …mulatedClick(Node*, PassRefPtr<Event> underlyingEvent, bool sendMouseEvents, bool showPressedLook);
DEventDispatcher.cpp100 …tedClick(Node* node, PassRefPtr<Event> underlyingEvent, bool sendMouseEvents, bool showPressedLook) in dispatchSimulatedClick() argument
117 node->setActive(true, showPressedLook); in dispatchSimulatedClick()
DNode.h568 …lick(PassRefPtr<Event> underlyingEvent, bool sendMouseEvents = false, bool showPressedLook = true);
DNode.cpp2787 …d Node::dispatchSimulatedClick(PassRefPtr<Event> event, bool sendMouseEvents, bool showPressedLook) in dispatchSimulatedClick() argument
2789 EventDispatcher::dispatchSimulatedClick(this, event, sendMouseEvents, showPressedLook); in dispatchSimulatedClick()