OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeAuthenticator
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/protocol/
fake_authenticator.h
48
class
FakeAuthenticator
: public Authenticator {
61
FakeAuthenticator
(Type type, int round_trips, Action action, bool async);
62
virtual ~
FakeAuthenticator
();
82
DISALLOW_COPY_AND_ASSIGN(
FakeAuthenticator
);
88
int round_trips,
FakeAuthenticator
::Action action, bool async);
99
FakeAuthenticator
::Action action_;
fake_authenticator.cc
81
FakeAuthenticator
::
FakeAuthenticator
(
90
FakeAuthenticator
::~
FakeAuthenticator
() {
93
Authenticator::State
FakeAuthenticator
::state() const {
119
Authenticator::RejectionReason
FakeAuthenticator
::rejection_reason() const {
124
void
FakeAuthenticator
::ProcessMessage(const buzz::XmlElement* message,
134
scoped_ptr<buzz::XmlElement>
FakeAuthenticator
::GetNextMessage() {
149
FakeAuthenticator
::CreateChannelAuthenticator() const {
156
int round_trips,
FakeAuthenticator
::Action action, bool async
[
all
...]
jingle_session_unittest.cc
135
FakeAuthenticator
::Action auth_action) {
185
FakeAuthenticator
::Action auth_action,
234
scoped_ptr<Authenticator> authenticator(new
FakeAuthenticator
(
235
FakeAuthenticator
::CLIENT, auth_round_trips, auth_action, true));
300
CreateSessionManagers(1,
FakeAuthenticator
::ACCEPT);
306
CreateSessionManagers(1,
FakeAuthenticator
::ACCEPT);
319
scoped_ptr<Authenticator> authenticator(new
FakeAuthenticator
(
320
FakeAuthenticator
::CLIENT, 1,
FakeAuthenticator
::ACCEPT, true));
330
CreateSessionManagers(1,
FakeAuthenticator
::ACCEPT)
[
all
...]
Completed in 28 milliseconds