Searched refs:charCode (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/cocoa/
H A DKeyEventCocoa.h33 String keyIdentifierForCharCode(unichar charCode);
36 int windowsKeyCodeForCharCode(unichar charCode);
H A DKeyEventCocoa.mm42 String keyIdentifierForCharCode(unichar charCode)
44 switch (charCode) {
328 return String::format("U+%04X", toASCIIUpper(charCode));
471 int windowsKeyCodeForCharCode(unichar charCode)
473 switch (charCode) {
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dentities.h21 ctmbstr TY_(EntityName)( uint charCode, uint versions );
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DBaseClickableWithKeyInputType.cpp54 int charCode = event->charCode(); local
55 if (charCode == '\r') {
60 if (charCode == ' ') {
H A DBaseCheckableInputType.cpp76 if (event->charCode() == ' ') {
H A DTypeAhead.cpp70 UChar c = event->charCode();
H A DHTMLSummaryElement.cpp137 switch (static_cast<KeyboardEvent*>(event)->charCode()) {
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOBSDConsole.cpp146 /* charCode */ unsigned charCode,
165 && (charCode >= 0xac) && (charCode <= 0xaf)) {
168 charCode = cursorCodes[ charCode - 0xac ];
170 cons_cinput( charCode);
142 keyboardEvent(OSObject * target, unsigned eventType, unsigned flags, unsigned , unsigned charCode, unsigned charSet, unsigned , unsigned , unsigned , bool , AbsoluteTime , OSObject * sender, void * refcon) argument
H A DIOBSDConsole.h50 /* charCode */ unsigned charCode,
H A DIOHIKeyboardMapper.cpp442 unsigned charCode=0; local
446 charCode = ',';
449 charCode = '_';
452 charCode = '\\';
455 charCode = 0xa7;
467 /* charCode */ charCode,
940 /* charCode */ 0,
948 /* charCode */ 0,
967 unsigned charCode, origCharCod local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Object/
H A Dregress-90596-003.js214 var charCode = 0;
219 charCode = text.charCodeAt(i);
221 if (!isWhiteSpace(charCode) && !isQuote(charCode))
229 function isWhiteSpace(charCode)
231 switch (charCode)
248 function isQuote(charCode)
250 switch (charCode)
H A Dregress-90596-001.js190 var charCode = 0;
195 charCode = text.charCodeAt(i);
197 if (!isWhiteSpace(charCode))
205 function isWhiteSpace(charCode)
207 switch (charCode)
H A Dregress-90596-002.js190 var charCode = 0;
195 charCode = text.charCodeAt(i);
197 if (!isWhiteSpace(charCode))
205 function isWhiteSpace(charCode)
207 switch (charCode)
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DHIDParamTest.c80 event.key.charCode = c;
82 event.key.origCharCode = event.key.charCode;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DUIEvent.idl35 readonly attribute long charCode;
H A DUIEvent.cpp88 int UIEvent::charCode() const function in class:WebCore::UIEvent
H A DUIEvent.h67 virtual int charCode() const;
H A DKeyboardEvent.cpp183 return charCode();
186 int KeyboardEvent::charCode() const function in class:WebCore::KeyboardEvent
H A DKeyboardEvent.idl62 readonly attribute long charCode;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboard.h50 /* charCode */ unsigned charCode,
77 /* charCode */ unsigned charCode,
221 /* charCode */ unsigned charCode,
264 /* charCode */ unsigned charCode,
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp251 unsigned charCode; member in struct:WebKit::KeyPressEntry
337 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
353 int mapKey = modifiers << 16 | event->charCode();
411 if (event->charCode() < ' ')
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp115 unsigned charCode; member in struct:WebKit::KeyPressEntry
204 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
220 int mapKey = modifiers << 16 | evt->charCode();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.cpp356 unsigned charCode; member in struct:WebCore::KeyPressEntry
437 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
453 int mapKey = modifiers << 16 | event->charCode();
496 if (event->charCode() < ' ')
/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.h87 bool handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown);
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DEflKeyboardUtilities.cpp255 unsigned charCode; member in struct:WebCore::KeyPressEntry
324 keyPressCommandsMap().set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
379 int mapKey = modifiers << 16 | event->charCode();

Completed in 159 milliseconds

123