Home | History | Annotate | Download | only in WebCore

Lines Matching full:click

2350 	them back out to WebKit, so that click policy can have a
4145 (KWQKHTMLPartImpl::urlSelected): Remove unused command-click code. The real
4146 command-click code is in the browser now.
4775 to happen on mouse down rather than click. This matches
4974 Assume triple click for selection if click count >= 3,
4992 Made double and triple click selection behave like
4995 further dragging. Triple click followed by dragging extends
5069 Implemented double and triple click selection.
5252 click as a double click. Second, deliver a mouse release event even for
5253 a double click, as Qt does.
5343 Change khtml's definition of double click to be based on
5344 mouse up of second click, not mouse down.
5351 Changed double click to be on mouse up with click count of two.
5780 Fixed broken DOM handling of click count. DOM click
5782 Preparation work for double and triple click selection.
6753 Fixed a one-click crasher that Ken and Don told me about.
8071 - fixed 3017499 -- One-click crasher at hondamotorcycle.com
12134 Radar 2896391 - command-click should open link in new window
12147 process link click events here. This made link clicks get
15065 (HTMLInputElement::select), (HTMLInputElement::click), (HTMLSelectElement::name),