Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DInputTypeView.h56 struct ClickHandlingState { struct
79 virtual PassOwnPtr<ClickHandlingState> willDispatchClick(); argument
DInputTypeView.cpp162 void InputTypeView::didDispatchClick(Event*, const ClickHandlingState&) in didDispatchClick()