Lines Matching full:modifiers
134 result.modifiers |= WebInputEvent::ShiftKey;
136 result.modifiers |= WebInputEvent::ControlKey;
138 result.modifiers |= WebInputEvent::AltKey;
143 result.modifiers |= WebInputEvent::IsAutoRepeat;
145 result.modifiers |= WebInputEvent::IsKeyPad;
277 // set modifiers:
280 result.modifiers |= WebInputEvent::ControlKey;
282 result.modifiers |= WebInputEvent::ShiftKey;
284 result.modifiers |= WebInputEvent::AltKey;
286 result.modifiers |= WebInputEvent::LeftButtonDown;
288 result.modifiers |= WebInputEvent::MiddleButtonDown;
290 result.modifiers |= WebInputEvent::RightButtonDown;
375 // Set modifiers based on key state.
377 result.modifiers |= WebInputEvent::ShiftKey;
379 result.modifiers |= WebInputEvent::ControlKey;
381 result.modifiers |= WebInputEvent::AltKey;
383 result.modifiers |= WebInputEvent::LeftButtonDown;
385 result.modifiers |= WebInputEvent::MiddleButtonDown;
387 result.modifiers |= WebInputEvent::RightButtonDown;