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

/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp61 static LPCWSTR quickTimeSysDir = L"QTSysDir"; local
72 HRESULT result = ::SHGetValueW(HKEY_LOCAL_MACHINE, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)qtPath, &qtPathBufferLen);
75 result = ::SHGetValueW(HKEY_CURRENT_USER, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)qtPath, &qtPathBufferLen);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp274 static LPCWSTR quickTimeSysDir = L"QTSysDir"; local
285 HRESULT result = SHGetValue(HKEY_LOCAL_MACHINE, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)qtPath, &qtPathBufferLen);
288 result = SHGetValue(HKEY_CURRENT_USER, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)qtPath, &qtPathBufferLen);

Completed in 197 milliseconds