Searched refs:LogToUI (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/plugin/
H A Dhost_log_handler.h32 static bool LogToUI(int severity, const char* file, int line,
H A Dhost_log_handler.cc15 // This is set inside the lock, but is read (in LogToUI) outside of a lock so
50 logging::SetLogMessageHandler(&LogToUI);
86 bool HostLogHandler::LogToUI(int severity, const char* file, int line, function in class:remoting::HostLogHandler
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.h166 static bool LogToUI(int severity, const char* file, int line,
H A Dchromoting_instance.cc963 logging::SetLogMessageHandler(&LogToUI);
994 bool ChromotingInstance::LogToUI(int severity, const char* file, int line, function in class:remoting::ChromotingInstance
1043 // This flag (which is set only here) is used to prevent LogToUI from posting

Completed in 339 milliseconds