Home
last modified time | relevance | path

Searched defs:webKitDLLName (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DWindowRegionIsSetToClipRect.cpp92 const wchar_t webKitDLLName[] = L"WebKit_debug.dll"; in NPP_SetWindow() local
94 const wchar_t webKitDLLName[] = L"WebKit.dll"; in NPP_SetWindow() local
/external/webkit/Source/WebKit2/UIProcess/Launcher/win/
DProcessLauncherWin.cpp41 const LPCWSTR webKitDLLName = L"WebKit_debug.dll"; variable
43 const LPCWSTR webKitDLLName = L"WebKit.dll"; variable
/external/webkit/Source/WebKit2/win/
DMainWin.cpp44 LPCWSTR webKitDLLName = L"WebKit.dll"; in wWinMain() local