OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_public_key
(Results
1 - 11
of
11
) 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
127
GetTokenFetcher(const std::string&
host_public_key
) OVERRIDE;
172
const std::string&
host_public_key
,
chromoting_instance.cc
418
const std::string&
host_public_key
,
428
data->SetString("hostPublicKey",
host_public_key
);
494
ChromotingInstance::GetTokenFetcher(const std::string&
host_public_key
) {
496
new PepperTokenFetcher(weak_factory_.GetWeakPtr(),
host_public_key
));
582
!data.GetString("hostPublicKey", &config.
host_public_key
) ||
[
all
...]
/external/chromium_org/remoting/client/
client_config.h
22
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.h
91
GetTokenFetcher(const std::string&
host_public_key
) OVERRIDE;
chromoting_jni_instance.cc
59
client_config_.
host_public_key
= host_pubkey;
247
ChromotingJniInstance::GetTokenFetcher(const std::string&
host_public_key
) {
/external/chromium_org/remoting/protocol/
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
;
Completed in 152 milliseconds