Searched refs:RightButtonDown (Results 1 – 14 of 14) sorted by relevance
307 result.modifiers |= WebInputEvent::RightButtonDown; in Build()405 result.modifiers |= WebInputEvent::RightButtonDown; in Build()
84 modifiers |= WebInputEvent::RightButtonDown; in GdkStateToWebEventModifiers()
346 result.modifiers |= WebInputEvent::RightButtonDown; in mouseEvent()444 result.modifiers |= WebInputEvent::RightButtonDown; in mouseWheelEvent()
115 modifiers |= WebInputEvent::RightButtonDown; in gdkStateToWebEventModifiers()
513 modifiers |= WebInputEvent::RightButtonDown; in WebMouseEventBuilder()
25 if (modifiers & blink::WebInputEvent::RightButtonDown) in WebModifiersToUIFlags()260 modifiers |= blink::WebInputEvent::RightButtonDown; in EventFlagsToWebEventModifiers()
155 RightButtonDown = 1 << 8, enumerator
143 (mouse_event.modifiers & WebInputEvent::RightButtonDown) ||
106 pressed_buttons_ &= ~WebInputEvent::RightButtonDown;124 (pressed_buttons_ & WebInputEvent::RightButtonDown)));141 WebInputEvent::RightButtonDown |
557 if (modifiers & WebInputEvent::RightButtonDown) in GetXModifierState()
1156 if (event.modifiers & WebInputEvent::RightButtonDown) in NPEventFromWebMouseEvent()
70 static_cast<int>(WebInputEvent::RightButtonDown),418 else if (mouse_event->modifiers & WebInputEvent::RightButtonDown) in BuildMouseEvent()
930 wmevent.modifiers |= WebKit::WebInputEvent::RightButtonDown; in WebMouseEventFromViewsEvent()
889 mouse_event.modifiers |= WebInputEvent::RightButtonDown; in InputDispatchMouseEvent()