Searched refs:PluginCache (Results 1 – 1 of 1) sorted by relevance
32 class PluginCache { class34 PluginCache() : m_loaded(false), m_refresh(false) { } in PluginCache() function in blink::PluginCache35 ~PluginCache() { reset(false); } in ~PluginCache()61 static PluginCache& pluginCache() in pluginCache()63 DEFINE_STATIC_LOCAL(PluginCache, cache, ()); in pluginCache()