Home
last modified time | relevance | path

Searched defs:commandString (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp667 if (const char* commandString = commandMap->get(mapKey)) in generateEditorCommands() local
675 const char* commandString = m_pendingEditorCommands.at(i); in executePendingEditorCommands() local
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp339 if (const char* commandString = commandMap->get(mapKey)) in getEditorCommandsForKeyEvent() local
/external/quake/quake/src/WinQuake/
Dnet_comx.cpp1189 static int Modem_Command(ComPort *p, char *commandString) in Modem_Command()