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

/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
H A DNetscapePluginModuleWin.cpp36 static String getVersionInfo(const LPVOID versionInfoData, const String& info) function in namespace:WebKit
67 String name = getVersionInfo(versionInfoData.get(), "ProductName");
68 String description = getVersionInfo(versionInfoData.get(), "FileDescription");
78 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types);
80 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists);
82 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);
/external/webkit/Source/WebCore/plugins/win/
H A DPluginPackageWin.cpp44 static String getVersionInfo(const LPVOID versionInfoData, const String& info) function in namespace:WebCore
180 m_name = getVersionInfo(versionInfoData.get(), "ProductName");
181 m_description = getVersionInfo(versionInfoData.get(), "FileDescription");
196 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types);
198 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists);
200 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions);

Completed in 86 milliseconds