Searched refs:ConnectionStateToString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.cc349 info->connection_state = ConnectionStateToString(connection_state_);
756 txt.push_back("cs=" + ConnectionStateToString(connection_state_));
912 std::string Printer::ConnectionStateToString(ConnectionState state) const { function in class:Printer
953 ConnectionStateToString(connection_state_).c_str(),
H A Dprinter.h203 std::string ConnectionStateToString(ConnectionState state) const;
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc98 std::string ConnectionStateToString(protocol::ConnectionToHost::State state) { function in namespace:remoting::__anon10370
457 data->SetString("state", ConnectionStateToString(state));

Completed in 108 milliseconds