OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GnubbyAuthHandler
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/remoting/host/
gnubby_auth_handler.h
25
class
GnubbyAuthHandler
{
27
virtual ~
GnubbyAuthHandler
() {}
29
// Creates a platform-specific
GnubbyAuthHandler
.
30
static scoped_ptr<
GnubbyAuthHandler
> Create(
gnubby_auth_handler_win.cc
13
class GnubbyAuthHandlerWin : public
GnubbyAuthHandler
{
15
//
GnubbyAuthHandler
interface.
26
scoped_ptr<
GnubbyAuthHandler
>
GnubbyAuthHandler
::Create(
28
return scoped_ptr<
GnubbyAuthHandler
>();
32
void
GnubbyAuthHandler
::SetGnubbySocketName(
desktop_environment.h
33
class
GnubbyAuthHandler
;
60
virtual scoped_ptr<
GnubbyAuthHandler
> CreateGnubbyAuthHandler(
me2me_desktop_environment.cc
59
scoped_ptr<
GnubbyAuthHandler
> Me2MeDesktopEnvironment::CreateGnubbyAuthHandler(
64
return scoped_ptr<
GnubbyAuthHandler
>(
65
GnubbyAuthHandler
::Create(client_stub));
68
return scoped_ptr<
GnubbyAuthHandler
>();
host_mock_objects.cc
42
scoped_ptr<
GnubbyAuthHandler
>
45
return scoped_ptr<
GnubbyAuthHandler
>(CreateGnubbyAuthHandlerPtr(client_stub));
basic_desktop_environment.cc
58
scoped_ptr<
GnubbyAuthHandler
> BasicDesktopEnvironment::CreateGnubbyAuthHandler(
60
return scoped_ptr<
GnubbyAuthHandler
>();
basic_desktop_environment.h
24
class
GnubbyAuthHandler
;
41
virtual scoped_ptr<
GnubbyAuthHandler
> CreateGnubbyAuthHandler(
fake_desktop_environment.cc
77
scoped_ptr<
GnubbyAuthHandler
> FakeDesktopEnvironment::CreateGnubbyAuthHandler(
79
return scoped_ptr<
GnubbyAuthHandler
>();
host_mock_objects.h
42
MOCK_METHOD1(CreateGnubbyAuthHandlerPtr,
GnubbyAuthHandler
*(
50
virtual scoped_ptr<
GnubbyAuthHandler
> CreateGnubbyAuthHandler(
141
class MockGnubbyAuthHandler : public
GnubbyAuthHandler
{
ipc_desktop_environment.h
31
class
GnubbyAuthHandler
;
60
virtual scoped_ptr<
GnubbyAuthHandler
> CreateGnubbyAuthHandler(
fake_desktop_environment.h
60
virtual scoped_ptr<
GnubbyAuthHandler
> CreateGnubbyAuthHandler(
gnubby_auth_handler_posix.h
28
class GnubbyAuthHandlerPosix : public
GnubbyAuthHandler
,
43
//
GnubbyAuthHandler
interface.
me2me_desktop_environment.h
25
virtual scoped_ptr<
GnubbyAuthHandler
> CreateGnubbyAuthHandler(
gnubby_auth_handler_posix.cc
100
scoped_ptr<
GnubbyAuthHandler
>
GnubbyAuthHandler
::Create(
102
return scoped_ptr<
GnubbyAuthHandler
>(new GnubbyAuthHandlerPosix(client_stub));
106
void
GnubbyAuthHandler
::SetGnubbySocketName(
client_session.h
145
void SetGnubbyAuthHandlerForTesting(
GnubbyAuthHandler
* gnubby_auth_handler);
252
scoped_ptr<
GnubbyAuthHandler
> gnubby_auth_handler_;
ipc_desktop_environment.cc
79
scoped_ptr<
GnubbyAuthHandler
> IpcDesktopEnvironment::CreateGnubbyAuthHandler(
81
return scoped_ptr<
GnubbyAuthHandler
>();
gnubby_auth_handler_posix_unittest.cc
63
//
GnubbyAuthHandler
interface for |auth_handler_posix_|.
64
GnubbyAuthHandler
* auth_handler_;
client_session.cc
311
// Create a
GnubbyAuthHandler
to proxy gnubbyd messages.
476
GnubbyAuthHandler
* gnubby_auth_handler) {
remoting_me2me_host.cc
706
remoting::
GnubbyAuthHandler
::SetGnubbySocketName(gnubby_socket_name);
[
all
...]
/external/chromium_org/remoting/webapp/
gnubby_auth_handler.js
21
remoting.
GnubbyAuthHandler
= function(clientSession) {
29
remoting.
GnubbyAuthHandler
.prototype.onMessage = function(data) {
48
remoting.
GnubbyAuthHandler
.prototype.callback_ =
72
remoting.
GnubbyAuthHandler
.prototype.sendMessageToGnubbyd_ =
client_session.js
162
/** @type {remoting.
GnubbyAuthHandler
} @private */
[
all
...]
Completed in 87 milliseconds