Home
last modified time | relevance | path

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

/external/chromium_org/cloud_print/gcp20/prototype/
Dprinter.cc346 info->connection_state = ConnectionStateToString(connection_state_); in CreateInfo()
753 txt.push_back("cs=" + ConnectionStateToString(connection_state_)); in CreateTxt()
886 std::string Printer::ConnectionStateToString(ConnectionState state) const { in ConnectionStateToString() function in Printer
927 ConnectionStateToString(connection_state_).c_str(), in ChangeState()
Dprinter.h203 std::string ConnectionStateToString(ConnectionState state) const;
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc88 std::string ConnectionStateToString(protocol::ConnectionToHost::State state) { in ConnectionStateToString() function
411 data->SetString("state", ConnectionStateToString(state)); in OnConnectionState()