Home
last modified time | relevance | path

Searched refs:VKEY_APPS (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/
Dkeyboard_codes_posix.h111 VKEY_APPS = 0x5D, enumerator
Dkeyboard_codes_win.h87 VKEY_APPS = VK_APPS, enumerator
/external/webkit/WebCore/platform/chromium/
DKeyboardCodesPosix.h265 VKEY_APPS = 0x5D, enumerator
DKeyCodeConversionGtk.cpp111 return VKEY_APPS; // (5D) Applications key (Natural keyboard) in windowsKeyCodeForKeyEvent()
DKeyboardCodesWin.h271 VKEY_APPS = VK_APPS, enumerator
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp494 if (((!event.modifiers && (event.windowsKeyCode == VKEY_APPS)) in keyEvent()
/external/webkit/WebCore/
DChangeLog-2010-01-2941772 GDK_Menu to return VKEY_APPS instead of VKEY_MENU.