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

/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformUtilitiesWin.cpp40 const char* injectedBundleDLL = "TestWebKitAPIInjectedBundle_debug.dll"; member in namespace:TestWebKitAPI::Util
42 const char* injectedBundleDLL = "TestWebKitAPIInjectedBundle.dll";
89 RetainPtr<CFStringRef> dllFilename(AdoptCF, CFStringCreateWithCStringNoCopy(0, injectedBundleDLL, kCFStringEncodingWindowsLatin1, kCFAllocatorNull));
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp51 const char* injectedBundleDLL = "\\InjectedBundle_debug.dll"; member in namespace:WTR
54 const char* injectedBundleDLL = "\\InjectedBundle.dll"; member in namespace:WTR
128 CFStringAppendCString(bundlePath, injectedBundleDLL, kCFStringEncodingWindowsLatin1);

Completed in 73 milliseconds