HomeSort by relevance Sort by last modified time
    Searched defs:IpcHostEventLogger (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/
ipc_host_event_logger.h 26 class IpcHostEventLogger
32 IpcHostEventLogger(base::WeakPtr<HostStatusMonitor> monitor,
34 virtual ~IpcHostEventLogger();
54 DISALLOW_COPY_AND_ASSIGN(IpcHostEventLogger);
ipc_host_event_logger.cc 16 IpcHostEventLogger::IpcHostEventLogger(base::WeakPtr<HostStatusMonitor> monitor,
23 IpcHostEventLogger::~IpcHostEventLogger() {
30 void IpcHostEventLogger::OnAccessDenied(const std::string& jid) {
36 void IpcHostEventLogger::OnClientAuthenticated(const std::string& jid) {
43 void IpcHostEventLogger::OnClientConnected(const std::string& jid) {
49 void IpcHostEventLogger::OnClientDisconnected(const std::string& jid) {
55 void IpcHostEventLogger::OnClientRouteChange(
72 void IpcHostEventLogger::OnShutdown()
    [all...]

Completed in 38 milliseconds