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

  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_constants.h 20 extern const char* ConnectionStateToString(ConnectionState state);
native_network_constants.cc 16 const char* ConnectionStateToString(ConnectionState state) {
43 LOG(ERROR) << "ConnectionStateToString called with unknown state: " << state;
network_library_impl_stub.cc 774 ConnectionStateToString(network->state()));
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 315 info->connection_state = ConnectionStateToString(connection_state_);
597 txt.push_back("cs=" + ConnectionStateToString(connection_state_));
745 std::string Printer::ConnectionStateToString(ConnectionState state) const {
769 ConnectionStateToString(connection_state_).c_str(),
printer.h 194 std::string ConnectionStateToString(ConnectionState state) const;
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 71 std::string ConnectionStateToString(protocol::ConnectionToHost::State state) {
505 data->SetString("state", ConnectionStateToString(state));
    [all...]

Completed in 855 milliseconds