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

  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.h 35 virtual void OnClientAuthenticated(const std::string& client_username)
it2me_host.cc 294 std::string client_username = jid; local
295 size_t pos = client_username.find('/');
297 client_username.replace(pos, std::string::npos, "");
299 HOST_LOG << "Client " << client_username << " connected."; local
304 observer_, client_username));
it2me_host.h 50 virtual void OnClientAuthenticated(const std::string& client_username) = 0;
it2me_native_messaging_host.cc 286 const std::string& client_username) {
289 client_username_ = client_username;
it2me_native_messaging_host_unittest.cc 115 std::string client_username(kTestClientUsername);
120 client_username));
  /external/chromium_org/remoting/host/plugin/
host_script_object.h 175 const std::string& client_username) OVERRIDE;
host_script_object.cc 906 const std::string& client_username) {
909 client_username_ = client_username;
    [all...]

Completed in 8030 milliseconds