OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_token_validated
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
token_validator_base.cc
64
const std::string& shared_secret)>&
on_token_validated
) {
66
DCHECK(!
on_token_validated
.is_null());
68
on_token_validated_ =
on_token_validated
;
token_validator_base.h
50
const std::string& shared_secret)>&
on_token_validated
) OVERRIDE;
/external/chromium_org/remoting/protocol/
third_party_authenticator_unittest.cc
82
TokenValidatedCallback
on_token_validated
= on_token_validated_;
local
84
on_token_validated
.Run(shared_secret);
Completed in 82 milliseconds