Searched refs:RightButtonDown (Results 1 – 11 of 11) sorted by relevance
309 result.modifiers |= WebInputEvent::RightButtonDown; in Build()406 result.modifiers |= WebInputEvent::RightButtonDown; in Build()
398 modifiers |= blink::WebInputEvent::RightButtonDown; in EventFlagsToWebEventModifiers()425 if (modifiers & blink::WebInputEvent::RightButtonDown) in WebEventModifiersToEventFlags()
158 RightButtonDown = 1 << 8, enumerator
33 modifiers |= blink::WebInputEvent::RightButtonDown; in EventFlagsToWebEventModifiers()
143 (mouse_event.modifiers & WebInputEvent::RightButtonDown) ||
106 pressed_buttons_ &= ~WebInputEvent::RightButtonDown;124 (pressed_buttons_ & WebInputEvent::RightButtonDown)));141 WebInputEvent::RightButtonDown |
1112 if (event.modifiers & WebInputEvent::RightButtonDown) in NPEventFromWebMouseEvent()
68 static_cast<int>(WebInputEvent::RightButtonDown),435 else if (mouse_event->modifiers & WebInputEvent::RightButtonDown) in BuildMouseEvent()
29 if (modifiers & blink::WebInputEvent::RightButtonDown) in WebModifiersToUIFlags()
544 modifiers |= WebInputEvent::RightButtonDown; in WebMouseEventBuilder()
1309 event->modifiers |= WebInputEvent::RightButtonDown; in InputEmulateTouchFromMouseEvent()