Searched defs:charCode (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dmulti_key_equivalent_button.h15 KeyEquivalentAndModifierMask() : charCode(nil), mask(0) {}
16 NSString* charCode; member in struct:KeyEquivalentAndModifierMask
/external/webkit/Source/WebCore/html/
H A DBaseButtonInputType.cpp59 int charCode = event->charCode(); local
60 if (charCode == '\r') {
65 if (charCode == ' ') {
/external/webkit/Source/WebCore/dom/
H A DUIEvent.cpp67 int UIEvent::charCode() const function in class:WebCore::UIEvent
H A DKeyboardEvent.cpp126 return charCode();
129 int KeyboardEvent::charCode() const function in class:WebCore::KeyboardEvent
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.h263 virtual HRESULT STDMETHODCALLTYPE charCode(
372 virtual HRESULT STDMETHODCALLTYPE charCode( function in class:DOMKeyboardEvent
373 /* [retval][out] */ long* result) { return DOMUIEvent::charCode(result); }
520 virtual HRESULT STDMETHODCALLTYPE charCode( function in class:DOMMouseEvent
521 /* [retval][out] */ long* result) { return DOMUIEvent::charCode(result); }
879 virtual HRESULT STDMETHODCALLTYPE charCode( function in class:DOMWheelEvent
880 /* [retval][out] */ long* result) { return DOMUIEvent::charCode(result); }
H A DDOMEventsClasses.cpp221 HRESULT STDMETHODCALLTYPE DOMUIEvent::charCode( function in class:DOMUIEvent
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp91 unsigned charCode; member in struct:WebKit::KeyPressEntry
180 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
196 int mapKey = modifiers << 16 | evt->charCode();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp100 unsigned charCode; member in struct:android::KeyPressEntry
155 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
169 int mapKey = modifiers << 16 | evt->charCode();
203 if (event->charCode() < ' ')
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp103 unsigned charCode; member in struct:WebKit::KeyPressEntry
192 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
208 int mapKey = modifiers << 16 | evt->charCode();
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp447 int charCode = 0; local
479 charCode = JSStringGetCharactersPtr(character)[0];
480 virtualKeyCode = LOBYTE(VkKeyScan(charCode));
481 if (WTF::isASCIIUpper(charCode))
524 ::PostMessage(webViewWindow, WM_CHAR, charCode, 0);
/external/skia/legacy/src/core/
H A DSkGlyphCache.cpp63 // init with 0xFF so that the charCode field will be -1, which is invalid
98 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) { argument
100 uint32_t id = SkGlyph::MakeID(charCode);
106 return fScalerContext->charToGlyphID(charCode);
120 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) { argument
122 uint32_t id = SkGlyph::MakeID(charCode);
129 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode));
150 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) { argument
152 uint32_t id = SkGlyph::MakeID(charCode);
160 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode));
172 getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) argument
[all...]
/external/skia/src/core/
H A DSkGlyphCache.cpp65 // init with 0xFF so that the charCode field will be -1, which is invalid
100 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) { argument
102 uint32_t id = SkGlyph::MakeID(charCode);
108 return fScalerContext->charToGlyphID(charCode);
122 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) { argument
124 uint32_t id = SkGlyph::MakeID(charCode);
131 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode));
152 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) { argument
154 uint32_t id = SkGlyph::MakeID(charCode);
162 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode));
174 getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) argument
[all...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp239 unsigned charCode; member in struct:WebCore::KeyPressEntry
314 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
330 int mapKey = modifiers << 16 | event->charCode();
388 if (event->charCode() < ' ')
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp238 unsigned charCode; member in struct:WebKit::KeyPressEntry
324 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
340 int mapKey = modifiers << 16 | event->charCode();
398 if (event->charCode() < ' ')
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp63 unsigned charCode; member in struct:WebCore::KeyPressEntry
404 if (event->charCode() < ' ')
425 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
441 int mapKey = modifiers << 16 | evt->charCode();
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp439 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
441 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) {
442 if (charCode &&
444 (*glyphToUnicode)[glyphIndex] = charCode;
941 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex ); local
945 return charCode;
947 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex );
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp399 unsigned charCode; member in struct:WebKit::KeyPressEntry
540 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode,
560 int mapKey = modifiers << 16 | evt->charCode();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp600 unsigned charCode; member in struct:WebKit::KeyPressEntry
650 keyPressCommandsMap.set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
661 // For keypress events, we want charCode(), but keyCode() does that.
754 if (event->charCode() < ' ')
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp213 unsigned charCode; member in struct:WebKit::KeyPressEntry
323 keyPressCommandsMap.set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
334 // For keypress events, we want charCode(), but keyCode() does that.
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.cpp697 int charCode = JSStringGetCharactersPtr(character)[0]; local
698 if (charCode == '\n' || charCode == '\r')
700 else if (charCode == '\t')
702 else if (charCode == '\x8')
705 gdkKeySym = gdk_unicode_to_keyval(charCode);
706 if (WTF::isASCIIUpper(charCode))
/external/skia/legacy/src/ports/
H A DSkFontHost_FreeType.cpp425 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
427 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) {
428 if (charCode &&
430 (*glyphToUnicode)[glyphIndex] = charCode;
935 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex ); local
939 return charCode;
941 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex );
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1067 @property(readonly) int charCode AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1122 @property(readonly) int charCode; variable

Completed in 8625 milliseconds