Searched defs:windowsKeyCode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h234 // |windowsKeyCode| is the Windows key code associated with this key
242 int windowsKeyCode; member in class:blink::WebKeyboardEvent
245 // on Windows-equivalent codes (thus |windowsKeyCode| above) but it
271 , windowsKeyCode(0)
280 // Sets keyIdentifier based on the value of windowsKeyCode. This is

Completed in 519 milliseconds