OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qtPath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp
69
WCHAR
qtPath
[MAX_PATH];
70
DWORD qtPathBufferLen = sizeof(
qtPath
);
72
HRESULT result = ::SHGetValueW(HKEY_LOCAL_MACHINE, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)
qtPath
, &qtPathBufferLen);
74
qtPathBufferLen = sizeof(
qtPath
);
75
result = ::SHGetValueW(HKEY_CURRENT_USER, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)
qtPath
, &qtPathBufferLen);
88
newPath.append(
qtPath
);
/external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp
282
WCHAR
qtPath
[MAX_PATH];
283
DWORD qtPathBufferLen = sizeof(
qtPath
);
285
HRESULT result = SHGetValue(HKEY_LOCAL_MACHINE, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)
qtPath
, &qtPathBufferLen);
287
qtPathBufferLen = sizeof(
qtPath
);
288
result = SHGetValue(HKEY_CURRENT_USER, quickTimeKeyName, quickTimeSysDir, &keyType, (LPVOID)
qtPath
, &qtPathBufferLen);
301
newPath.append(
qtPath
);
[
all
...]
Completed in 128 milliseconds