HomeSort by relevance Sort by last modified time
    Searched full:host_public_key (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/remoting/client/plugin/
pepper_token_fetcher.cc 12 const std::string& host_public_key)
14 host_public_key_(host_public_key),
pepper_token_fetcher.h 20 const std::string& host_public_key);
chromoting_instance.h 128 GetTokenFetcher(const std::string& host_public_key) OVERRIDE;
172 const std::string& host_public_key,
chromoting_instance.cc 284 !data->GetString("hostPublicKey", &config.host_public_key) ||
512 const std::string& host_public_key,
522 data->SetString("hostPublicKey", host_public_key);
588 ChromotingInstance::GetTokenFetcher(const std::string& host_public_key) {
590 new PepperTokenFetcher(weak_factory_.GetWeakPtr(), host_public_key));
    [all...]
  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.h 44 // Fetches a third party token from |token_url|. |host_public_key| is sent
58 // |host_public_key|. |token_fetcher| is used to get the authentication token.
connection_to_host.h 90 const std::string& host_public_key,
connection_to_host.cc 71 const std::string& host_public_key,
90 host_public_key_ = host_public_key;
  /external/chromium_org/remoting/client/
client_config.h 24 std::string host_public_key; member in struct:remoting::ClientConfig
client_user_interface.h 58 GetTokenFetcher(const std::string& host_public_key) = 0;
chromoting_client.cc 66 user_interface_->GetTokenFetcher(config_.host_public_key),
74 config_.host_public_key,
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 193 ChromotingJniInstance::GetTokenFetcher(const std::string& host_public_key) {
228 client_config_->host_public_key = host_pubkey_;
chromoting_jni_instance.h 86 GetTokenFetcher(const std::string& host_public_key) OVERRIDE;

Completed in 151 milliseconds