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

  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.cc 78 result->host_owner_ = host_owner;
99 result->host_owner_ = host_owner;
139 remote_jid_prefix = host_owner_;
me2me_host_authenticator_factory.h 62 std::string host_owner_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
  /external/chromium_org/remoting/host/setup/
host_starter.cc 108 if (host_owner_.empty()) {
111 host_owner_ = user_email;
139 xmpp_login_ = host_owner_;
161 if (host_owner_ != xmpp_login_) {
162 config->SetString("host_owner", host_owner_);
host_starter.h 89 std::string host_owner_; member in class:remoting::HostStarter
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 287 std::string host_owner_; member in class:remoting::HostProcess
568 use_service_account_, host_owner_, local_certificate, key_pair_,
577 use_service_account_, host_owner_, local_certificate, key_pair_,
812 if (config->GetString(kHostOwnerConfigPath, &host_owner_)) {
817 host_owner_ = xmpp_server_config_.username;
861 !EndsWith(host_owner_, std::string("@") + host_domain_, false)) {
885 !StartsWithASCII(host_owner_, username + std::string("@"),
    [all...]

Completed in 139 milliseconds