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

  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 474 std::string client_username = jid; local
475 size_t pos = client_username.find('/');
477 client_username.replace(pos, std::string::npos, "");
479 LOG(INFO) << "Client " << client_username << " connected.";
484 script_object_, client_username));
    [all...]
host_script_object.h 204 void StoreClientUsername(const std::string& client_username);

Completed in 119 milliseconds