Searched defs:commandString (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp667 if (const char* commandString = commandMap->get(mapKey))
668 m_pendingEditorCommands.append(commandString);
675 const char* commandString = m_pendingEditorCommands.at(i); local
676 ASSERT(commandString);
677 Editor::Command command = frame->editor()->command(commandString);
/external/quake/quake/src/WinQuake/
H A Dnet_comx.cpp169 static int Modem_Command(ComPort *p, char *commandString);
1189 static int Modem_Command(ComPort *p, char *commandString) argument
1202 while (*commandString)
1203 ENQUEUE (p->outputQueue, *commandString++);

Completed in 70 milliseconds