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

/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
H A DPluginInfoStoreWin.cpp281 static void addPluginPathsFromRegistry(HKEY rootKey, Vector<String>& paths) argument
284 if (::RegOpenKeyExW(rootKey, L"Software\\MozillaPlugins", 0, KEY_ENUMERATE_SUB_KEYS, &key) != ERROR_SUCCESS)
/external/webkit/Source/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp82 static inline void addPluginPathsFromRegistry(HKEY rootKey, HashSet<String>& paths) argument
85 HRESULT result = RegOpenKeyExW(rootKey, L"Software\\MozillaPlugins", 0, KEY_ENUMERATE_SUB_KEYS, &key);

Completed in 31 milliseconds