OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secretfetchedcallback
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/remoting/protocol/
pairing_client_authenticator.cc
41
SecretFetchedCallback
callback = base::Bind(
authenticator.h
22
typedef base::Callback<void(const std::string& secret)>
SecretFetchedCallback
;
25
const
SecretFetchedCallback
& secret_fetched_callback)> FetchSecretCallback;
negotiating_authenticator_unittest.cc
101
const protocol::
SecretFetchedCallback
& secret_fetched_callback) {
negotiating_client_authenticator.cc
130
SecretFetchedCallback
callback = base::Bind(
/external/chromium_org/remoting/client/plugin/
chromoting_instance.h
186
const protocol::
SecretFetchedCallback
& secret_fetched_callback);
244
const protocol::
SecretFetchedCallback
& secret_fetched_callback);
285
protocol::
SecretFetchedCallback
secret_fetched_callback_;
chromoting_instance.cc
518
const protocol::
SecretFetchedCallback
& secret_fetched_callback) {
532
const protocol::
SecretFetchedCallback
& secret_fetched_callback) {
[
all
...]
/external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h
130
const protocol::
SecretFetchedCallback
& callback);
170
protocol::
SecretFetchedCallback
pin_callback_;
chromoting_jni_instance.cc
453
const protocol::
SecretFetchedCallback
& callback) {
/external/chromium_org/remoting/test/
protocol_perftest.cc
335
const protocol::
SecretFetchedCallback
& secret_fetched_callback) {
Completed in 321 milliseconds