OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v2_authenticator_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/protocol/
pairing_authenticator_base.cc
38
return
v2_authenticator_
->state();
43
if (!
v2_authenticator_
) {
46
return
v2_authenticator_
->rejection_reason();
57
DCHECK(
v2_authenticator_
);
63
v2_authenticator_
.reset();
76
v2_authenticator_
->ProcessMessage(
84
scoped_ptr<buzz::XmlElement> result =
v2_authenticator_
->GetNextMessage();
92
return
v2_authenticator_
->CreateChannelAuthenticator();
121
if (
v2_authenticator_
->state() == REJECTED &&
122
v2_authenticator_
->rejection_reason() == INVALID_CREDENTIALS &
[
all
...]
pairing_host_authenticator.cc
40
} else if (!
v2_authenticator_
) {
64
if (!
v2_authenticator_
) {
108
v2_authenticator_
= V2Authenticator::CreateForHost(
112
v2_authenticator_
= V2Authenticator::CreateForHost(
pairing_authenticator_base.h
78
scoped_ptr<Authenticator>
v2_authenticator_
;
member in class:remoting::protocol::PairingAuthenticatorBase
pairing_client_authenticator.cc
30
v2_authenticator_
= V2Authenticator::CreateForClient(
Completed in 81 milliseconds