Searched refs:VKEY_APPS (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dkey_identifier_conversion_views_unittest.cc26 EXPECT_EQ(ui::VKEY_APPS, KeyEventFromKeyIdentifier("Apps").key_code());
H A Dkey_identifier_conversion_views.cc41 { {"Apps", "", ""}, ui::VKEY_APPS, 0 },
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyCodeConversionGtk.cpp111 return VKEY_APPS; // (5D) Applications key (Natural keyboard)
H A DKeyboardCodes.h274 // VKEY_APPS (5D) Applications key (Natural keyboard)
275 VKEY_APPS = VK_APPS, enumerator in enum:WebCore::__anon14640
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp616 bool isUnmodifiedMenuKey = !(event.modifiers & WebInputEvent::InputModifiers) && event.windowsKeyCode == VKEY_APPS;

Completed in 65 milliseconds