OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThirdPartyClientAuthenticator
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/remoting/protocol/
third_party_client_authenticator.cc
21
ThirdPartyClientAuthenticator
::
ThirdPartyClientAuthenticator
(
27
ThirdPartyClientAuthenticator
::~
ThirdPartyClientAuthenticator
() {
30
void
ThirdPartyClientAuthenticator
::ProcessTokenMessage(
50
&
ThirdPartyClientAuthenticator
::OnThirdPartyTokenFetched,
54
void
ThirdPartyClientAuthenticator
::AddTokenElements(
65
void
ThirdPartyClientAuthenticator
::OnThirdPartyTokenFetched(
third_party_client_authenticator.h
29
class
ThirdPartyClientAuthenticator
: public ThirdPartyAuthenticatorBase {
59
explicit
ThirdPartyClientAuthenticator
(
61
virtual ~
ThirdPartyClientAuthenticator
();
78
DISALLOW_COPY_AND_ASSIGN(
ThirdPartyClientAuthenticator
);
negotiating_client_authenticator.h
32
scoped_ptr<
ThirdPartyClientAuthenticator
::TokenFetcher> token_fetcher_,
80
scoped_ptr<
ThirdPartyClientAuthenticator
::TokenFetcher> token_fetcher_;
negotiating_client_authenticator.cc
27
scoped_ptr<
ThirdPartyClientAuthenticator
::TokenFetcher> token_fetcher,
118
// |
ThirdPartyClientAuthenticator
| takes ownership of |token_fetcher_|.
120
// one |
ThirdPartyClientAuthenticator
| will need to be created per session.
122
current_authenticator_.reset(new
ThirdPartyClientAuthenticator
(
third_party_authenticator_unittest.cc
41
class FakeTokenFetcher : public
ThirdPartyClientAuthenticator
::TokenFetcher {
111
scoped_ptr<
ThirdPartyClientAuthenticator
::TokenFetcher>
114
client_.reset(new
ThirdPartyClientAuthenticator
(token_fetcher.Pass()));
negotiating_authenticator_unittest.cc
82
scoped_ptr<
ThirdPartyClientAuthenticator
::TokenFetcher>(), methods);
/external/chromium_org/remoting/client/
token_fetcher_proxy.h
15
: public protocol::
ThirdPartyClientAuthenticator
::TokenFetcher {
/external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc
69
scoped_ptr<protocol::
ThirdPartyClientAuthenticator
::TokenFetcher>
/external/chromium_org/remoting/test/
protocol_perftest.cc
323
scoped_ptr<protocol::
ThirdPartyClientAuthenticator
::TokenFetcher>(),
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
768
scoped_ptr<protocol::
ThirdPartyClientAuthenticator
::TokenFetcher>
[
all
...]
Completed in 788 milliseconds