Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:KeyUp

132   // 3. keyup
135 // while keyup must be sent afterwards.
150 // We should send a KeyDown (or a KeyUp) event before dispatching this
170 // We just send all keyup events to the browser to avoid breaking the
171 // browser's MENU key function, which is actually the only keyup event
194 // 3. keyup 'a' (unfiltered)
198 // 7. keyup Backspace (unfiltered)
205 // Send unfiltered keydown and keyup events after sending IME result.
210 // the keyup event if corresponding keydown event was suppressed, or
211 // the last key event was a keyup event with the same keycode.
507 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::KeyUp);
558 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::KeyUp);