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

/external/webkit/Source/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp102 DWORD pathStrSize = sizeof(pathStr); local
105 result = SHGetValue(key, name, TEXT("Path"), &type, (LPBYTE)pathStr, &pathStrSize);
109 paths.add(String(pathStr, pathStrSize / sizeof(WCHAR) - 1));

Completed in 520 milliseconds