OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pluginsByPath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/plugins/
PluginDatabase.h
110
HashMap<String, RefPtr<PluginPackage> >
m_pluginsByPath
;
PluginDatabase.cpp
141
if (RefPtr<PluginPackage> oldPackage =
m_pluginsByPath
.get(*it)) {
334
m_pluginsByPath
.add(package->path(), package);
349
m_pluginsByPath
.remove(package->path());
355
m_pluginsByPath
.clear();
594
m_pluginsByPath
.swap(cachedPluginsByPath);
Completed in 48 milliseconds