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

/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginData.cpp32 class PluginCache { class in namespace:blink
34 PluginCache() : m_loaded(false), m_refresh(false) { } function in class:blink::PluginCache
35 ~PluginCache() { reset(false); }
61 static PluginCache& pluginCache()
63 DEFINE_STATIC_LOCAL(PluginCache, cache, ());

Completed in 2059 milliseconds