HomeSort by relevance Sort by last modified time
    Searched refs:gnubby_auth_handler (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/
client_session_unittest.cc 77 ACTION_P2(SetGnubbyAuthHandlerForTesting, client_session, gnubby_auth_handler) {
78 client_session->SetGnubbyAuthHandlerForTesting(gnubby_auth_handler);
670 MockGnubbyAuthHandler* gnubby_auth_handler = new MockGnubbyAuthHandler(); local
684 gnubby_auth_handler),
688 EXPECT_CALL(*gnubby_auth_handler, DeliverClientMessage(_));
client_session.cc 476 GnubbyAuthHandler* gnubby_auth_handler) {
478 gnubby_auth_handler_.reset(gnubby_auth_handler);
client_session.h 17 #include "remoting/host/gnubby_auth_handler.h"
145 void SetGnubbyAuthHandlerForTesting(GnubbyAuthHandler* gnubby_auth_handler);

Completed in 2546 milliseconds