HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionStateToString (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 346 info->connection_state = ConnectionStateToString(connection_state_);
753 txt.push_back("cs=" + ConnectionStateToString(connection_state_));
886 std::string Printer::ConnectionStateToString(ConnectionState state) const {
927 ConnectionStateToString(connection_state_).c_str(),
printer.h 203 std::string ConnectionStateToString(ConnectionState state) const;
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 88 std::string ConnectionStateToString(protocol::ConnectionToHost::State state) {
411 data->SetString("state", ConnectionStateToString(state));
    [all...]

Completed in 126 milliseconds