Home
last modified time | relevance | path

Searched refs:dispatchSimulatedClickIfActive (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/
DBaseButtonInputType.cpp77 dispatchSimulatedClickIfActive(event); in handleKeyupEvent()
DCheckboxInputType.cpp67 dispatchSimulatedClickIfActive(event); in handleKeyupEvent()
DRadioInputType.cpp115 dispatchSimulatedClickIfActive(event); in handleKeyupEvent()
DInputType.h246 void dispatchSimulatedClickIfActive(KeyboardEvent*) const;
DInputType.cpp396 void InputType::dispatchSimulatedClickIfActive(KeyboardEvent* event) const in dispatchSimulatedClickIfActive() function in WebCore::InputType