Searched refs:PrintLine (Results 1 – 3 of 3) sorted by relevance
204 console_->PrintLine(RECEIVE_COMMANDS); in ParseLine()220 console_->PrintLine("Failed to initiate additional session."); in ParseLine()251 console_->PrintLine("Can't screencast twice. Unscreencast first."); in ParseLine()308 console_->PrintLine(CALL_COMMANDS); in ParseLine()310 console_->PrintLine(HANGOUT_COMMANDS); in ParseLine()324 console_->PrintLine( in ParseLine()334 console_->PrintLine("Failed to initiate call."); in ParseLine()344 console_->PrintLine("Failed to initiate call."); in ParseLine()369 console_->PrintLine(CONSOLE_COMMANDS); in ParseLine()448 console_->PrintLine("call destroyed"); in OnCallDestroy()[all …]
51 void PrintLine(const char* format, ...);
124 void Console::PrintLine(const char* format, ...) { in PrintLine() function in Console