Home
last modified time | relevance | path

Searched refs:KeySystems (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
Dkey_systems.cc88 class KeySystems { class
90 static KeySystems& GetInstance();
125 friend struct base::DefaultLazyInstanceTraits<KeySystems>;
143 KeySystems();
144 ~KeySystems() {} in ~KeySystems()
177 DISALLOW_COPY_AND_ASSIGN(KeySystems);
180 static base::LazyInstance<KeySystems> g_key_systems = LAZY_INSTANCE_INITIALIZER;
182 KeySystems& KeySystems::GetInstance() { in GetInstance()
183 KeySystems& key_systems = g_key_systems.Get(); in GetInstance()
190 KeySystems::KeySystems() : needs_update_(true) { in KeySystems() function in content::KeySystems
[all …]