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

/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc163 g_logging_instance = LAZY_INSTANCE_INITIALIZER; member in namespace:remoting::__anon10414
973 g_logging_instance.Get() = weak_factory_.GetWeakPtr();
982 if (this != g_logging_instance.Get().get())
987 g_logging_instance.Get().reset();
1007 // the lock and check |g_logging_instance| unnecessarily. This is not
1008 // problematic because we always set |g_logging_instance| inside a lock.
1021 logging_instance = g_logging_instance.Get();

Completed in 78 milliseconds