Searched refs:VK_OEM_PERIOD (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
D | WebPageQt.cpp | 77 #define VK_OEM_PERIOD 0xBE macro 145 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PlatformKeyboardEventEfl.cpp | 116 gWindowsKeyMap.set("period", VK_OEM_PERIOD); in createWindowsKeyMap() 117 gWindowsKeyMap.set("greater", VK_OEM_PERIOD); in createWindowsKeyMap()
|
/external/webkit/Source/WebCore/platform/ |
D | WindowsKeyboardCodes.h | 233 #define VK_OEM_PERIOD 0xBE macro
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformKeyboardEventQt.cpp | 466 return VK_OEM_PERIOD; // case '.': case '>': return 0xBE; in windowsKeyCodeForKeyEvent() 568 case VK_OEM_PERIOD: in isVirtualKeyCodeRepresentingCharacter()
|
/external/webkit/Source/WebCore/platform/android/ |
D | KeyEventAndroid.cpp | 154 return VK_OEM_PERIOD; in windowsKeyCodeForKeyEvent()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformKeyboardEventHaiku.cpp | 304 return VK_OEM_PERIOD; in windowsKeyCodeForKeyEvent()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | KeyboardCodes.h | 491 VKEY_OEM_PERIOD = VK_OEM_PERIOD,
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | PlatformKeyboardEventGtk.cpp | 449 return VK_OEM_PERIOD; //case '.': case '>': return 0xBE; in windowsKeyCodeForGdkKeyCode()
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.cpp | 281 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 106 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
D | WebPageWin.cpp | 133 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebView.cpp | 222 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|
/external/webkit/Source/WebCore/platform/cocoa/ |
D | KeyEventCocoa.mm | 382 /* 0x2F */ VK_OEM_PERIOD, // .> 571 case '.': case '>': return VK_OEM_PERIOD;
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 609 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 965 // VK_OEM_PERIOD (BE) Windows 2000/XP: For any country/region, the '.' key
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 1838 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
|