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

/external/webkit/Source/WebKit2/win/
H A DMainWin.cpp49 WCHAR webKitPath[MAX_PATH]; local
50 ::GetModuleFileNameW(0, webKitPath, ARRAYSIZE(webKitPath));
51 ::PathRemoveFileSpecW(webKitPath);
57 ::SetDllDirectoryW(webKitPath);
59 ::PathAppendW(webKitPath, webKitDLLName);
60 HMODULE module = ::LoadLibraryW(webKitPath);
/external/webkit/Tools/FindSafari/
H A DFindSafari.cpp72 LPTSTR webKitPath = getStringValue(installPathKey, TEXT("InstallDir")); local
74 if (!webKitPath) {
78 return webKitPath;

Completed in 65 milliseconds