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

/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc26 struct ChannelGlobals { struct in namespace:content::__anon7502
37 base::LazyInstance<base::ThreadLocalPointer<ChannelGlobals> >::Leaky
40 ChannelGlobals* GetChannelGlobals() {
41 ChannelGlobals* globals = g_channels_tls_ptr.Get().Get();
43 globals = new ChannelGlobals;
51 base::LazyInstance<ChannelGlobals>::Leaky g_channels_globals =
54 ChannelGlobals* GetChannelGlobals() { return g_channels_globals.Pointer(); }

Completed in 870 milliseconds