Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
DNetscapePluginModuleWin.cpp79 Vector<String> extensionLists; in getPluginInfo() local
80 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists); in getPluginInfo()
88 String extensionList = i < extensionLists.size() ? extensionLists[i] : ""; in getPluginInfo()
/external/webkit/Source/WebCore/plugins/win/
DPluginPackageWin.cpp197 Vector<String> extensionLists; in fetchInfo() local
198 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists); in fetchInfo()
205 String extensionList = i < extensionLists.size() ? extensionLists[i] : ""; in fetchInfo()