Searched refs:VK_CLEAR (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h43 #ifndef VK_CLEAR
44 #define VK_CLEAR 0x0C macro
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DKeyEventWin.cpp59 case VK_CLEAR:
/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm406 /* 0x47 */ VK_CLEAR, // Num Pad Clear
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp211 return VK_CLEAR; // (0C) CLEAR key
/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c164 || (key == VK_CLEAR)
H A Dw32fns.c2432 if (virt_key < VK_CLEAR || virt_key > VK_DELETE)
2444 if (virt_key == VK_CLEAR)

Completed in 255 milliseconds