Searched refs:VK_OEM_PERIOD (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp304 return VK_OEM_PERIOD;
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm382 /* 0x2F */ VK_OEM_PERIOD, // .>
571 case '.': case '>': return VK_OEM_PERIOD;
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp116 gWindowsKeyMap.set("period", VK_OEM_PERIOD);
117 gWindowsKeyMap.set("greater", VK_OEM_PERIOD);
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp77 #define VK_OEM_PERIOD 0xBE macro
145 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp154 return VK_OEM_PERIOD;
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyboardCodes.h491 VKEY_OEM_PERIOD = VK_OEM_PERIOD,
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp463 // VK_OEM_PERIOD (BE) Windows 2000/XP: For any country/region, the '.' key
466 return VK_OEM_PERIOD; // case '.': case '>': return 0xBE;
568 case VK_OEM_PERIOD:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h233 #define VK_OEM_PERIOD 0xBE macro
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp446 // VK_OEM_PERIOD (BE) Windows 2000/XP: For any country/region, the '.' key
449 return VK_OEM_PERIOD; //case '.': case '>': return 0xBE;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp281 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp106 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp222 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp133 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp609 { VK_OEM_PERIOD, CtrlKey, "Cancel" },
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1838 { VK_OEM_PERIOD, CtrlKey, "Cancel" },

Completed in 84 milliseconds