Searched defs:toWK (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
H A DPlatformUtilities.cpp61 WKRetainPtr<WKStringRef> toWK(const char* utf8String) function in namespace:TestWebKitAPI::Util
/external/webkit/Tools/WebKitTestRunner/
H A DStringFunctions.h47 inline WKRetainPtr<WKStringRef> toWK(JSStringRef string) function in namespace:WTR
52 inline WKRetainPtr<WKStringRef> toWK(JSRetainPtr<JSStringRef> string) function in namespace:WTR
54 return toWK(string.get());
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp197 static WKRetainPtr<WKStringRef> toWK(const char* string) function in namespace:WTR
207 WKContextSetInitializationUserDataForInjectedBundle(m_context.get(), toWK(webProcessCrashingEventName).get());

Completed in 80 milliseconds