Home
last modified time | relevance | path

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

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