OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/host/setup/
service_client.h
19
class
ServiceClient
{
37
ServiceClient
(const std::string& chromoting_hosts_url,
39
~
ServiceClient
();
57
DISALLOW_COPY_AND_ASSIGN(
ServiceClient
);
service_client.cc
19
class
ServiceClient
::Core
20
: public base::RefCountedThreadSafe<
ServiceClient
::Core>,
36
ServiceClient
::Delegate* delegate);
40
ServiceClient
::Delegate* delegate);
59
ServiceClient
::Delegate* delegate);
63
ServiceClient
::Delegate* delegate_;
69
void
ServiceClient
::Core::RegisterHost(
94
void
ServiceClient
::Core::UnregisterHost(
107
void
ServiceClient
::Core::MakeChromotingRequest(
112
ServiceClient
::Delegate* delegate)
[
all
...]
host_starter.h
22
public remoting::
ServiceClient
::Delegate {
58
// remoting::
ServiceClient
::Delegate
63
// interfaces implemented in this class. Fix
ServiceClient
and
71
scoped_ptr<remoting::
ServiceClient
> service_client,
79
scoped_ptr<remoting::
ServiceClient
> service_client_;
host_starter.cc
22
scoped_ptr<remoting::
ServiceClient
> service_client,
42
scoped_ptr<remoting::
ServiceClient
> service_client(
43
new remoting::
ServiceClient
(
Completed in 345 milliseconds