Searched refs:toWK (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DCanHandleRequest.cpp61 _WKContextRegisterURLSchemeAsEmptyDocument(context.get(), Util::toWK("emptyscheme").get());
67 WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("CheckCanHandleRequest").get(), 0);
H A DHitTestResultNodeHandle_Bundle.cpp49 WKBundlePostMessage(InjectedBundleController::shared().bundle(), Util::toWK("HitTestResultNodeHandleTestDoneMessageName").get(), Util::toWK("HitTestResultNodeHandleTestDoneMessageBody").get());
H A DResponsivenessTimerDoesntFireEarly_Bundle.cpp55 WKBundlePostMessage(bundle, Util::toWK("DidBrieflyPause").get(), 0);
H A DCanHandleRequest_Bundle.cpp63 WKBundlePostMessage(bundle, Util::toWK("DidCheckCanHandleRequest").get(), adoptWK(WKBooleanCreate(runTest())).get());
H A DPageLoadDidChangeLocationWithinPageForFrame.cpp77 WKPageRunJavaScriptInMainFrame(webView.page(), Util::toWK("clickLink()").get(), 0, nullJavaScriptCallback);
H A DResponsivenessTimerDoesntFireEarly.cpp87 WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("BrieflyPause").get(), 0);
/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/TestWebKitAPI/
H A DPlatformUtilities.h56 WKRetainPtr<WKStringRef> toWK(const char* utf8String);
H A DPlatformUtilities.cpp61 WKRetainPtr<WKStringRef> toWK(const char* utf8String) function in namespace:TestWebKitAPI::Util
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DHideFindIndicator.cpp71 WKPageFindString(webView.page(), Util::toWK("Hello").get(), kWKFindOptionsShowFindIndicator, 100);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp169 return WKBundleFramePauseAnimationOnElementWithId(mainFrame, toWK(animationName).get(), toWK(elementId).get(), time);
193 WKRetainPtr<WKStringRef> sourceWK = toWK(source);
203 WKRetainPtr<WKStringRef> sourceWK = toWK(source);
252 WKBundlePageExecuteEditingCommand(InjectedBundle::shared().page()->page(), toWK(name).get(), toWK(argument).get());
290 return WKBundlePageFindString(InjectedBundle::shared().page()->page(), toWK(target).get(), options);
305 return WKBundlePageIsEditingCommandEnabled(InjectedBundle::shared().page()->page(), toWK(name).get());
338 return WKBundlePageNumberForElementById(InjectedBundle::shared().bundle(), mainFrame, toWK(id).get(), pageWidthInPixels, pageHeightInPixels);
401 WKRetainPtr<WKStringRef> scriptWK = toWK(scrip
[all...]
H A DInjectedBundlePage.cpp82 WKRetainPtr<WKStringRef> nodeName = toWK(jsStringNodeName);
/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 97 milliseconds