Home
last modified time | relevance | path

Searched refs:unicodeCharacter (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DPopupMenuGtk.cpp156 gunichar unicodeCharacter = gdk_keyval_to_unicode(event->keyval); in typeAheadFind() local
157 if (!unicodeCharacter) { in typeAheadFind()
163 GOwnPtr<gunichar2> utf16String(g_ucs4_to_utf16(&unicodeCharacter, 1, 0, &charactersWritten, 0)); in typeAheadFind()
172 bool repeatingCharacter = unicodeCharacter != m_previousKeyEventCharacter; in typeAheadFind()
179 m_previousKeyEventCharacter = unicodeCharacter; in typeAheadFind()