Home | History | Annotate | Download | only in src

Lines Matching full:button

334     if (event.button == WebMouseEvent::ButtonLeft) {
362 if (event.button == WebMouseEvent::ButtonRight
363 || (event.button == WebMouseEvent::ButtonLeft
367 if (event.button == WebMouseEvent::ButtonRight)
422 if (event.button == WebMouseEvent::ButtonMiddle) {
449 button == WebMouseEvent::ButtonRight)
612 // Mouse button up event.
673 mouseEvent.button = WebMouseEvent::ButtonRight;
896 // This only exists to allow ChromeClient::show() to know which mouse button
1797 bool WebViewImpl::navigationPolicyFromMouseEvent(unsigned short button,
1803 const bool newTabModifier = (button == 1) || ctrl;
1805 const bool newTabModifier = (button == 1) || meta;