Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp182 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
186 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
192keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
209 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp145 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
149 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
155keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
170 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp304 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
308 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
314keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
331 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp314 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
318 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
324keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
341 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp415 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
419 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
425keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
442 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp170 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
174 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
180keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
197 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp316 DEFINE_STATIC_LOCAL(IntConstCharHashMap, keyPressCommandsMap, ()); in getEditorCommandsForKeyEvent()
323keyPressCommandsMap.set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPress… in getEditorCommandsForKeyEvent()
338 &keyDownCommandsMap : &keyPressCommandsMap; in getEditorCommandsForKeyEvent()
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp528 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
532 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
540keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, in interpretKeyEvent()
561 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp643 static HashMap<int, const char*> keyPressCommandsMap; in generateEditorCommands() local
650keyPressCommandsMap.set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPress… in generateEditorCommands()
666 &keyDownCommandsMap : &keyPressCommandsMap; in generateEditorCommands()
/external/webkit/Source/WebKit/win/
DWebView.cpp1875 static HashMap<int, const char*>* keyPressCommandsMap = 0; in interpretKeyEvent() local
1879 keyPressCommandsMap = new HashMap<int, const char*>; in interpretKeyEvent()
1885keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPres… in interpretKeyEvent()
1902 return mapKey ? keyPressCommandsMap->get(mapKey) : 0; in interpretKeyEvent()