Home
last modified time | relevance | path

Searched defs:ClickHandlingState (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DInputType.h63 struct ClickHandlingState { struct
67 bool indeterminate;
68 RefPtr<HTMLInputElement> checkedRadioButton;
DInputType.cpp516 void InputType::didDispatchClick(Event*, const ClickHandlingState&) in didDispatchClick()