Home
last modified time | relevance | path

Searched refs:toWK (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp169 …return WKBundleFramePauseAnimationOnElementWithId(mainFrame, toWK(animationName).get(), toWK(eleme… in pauseAnimationAtTimeOnElementWithId()
193 WKRetainPtr<WKStringRef> sourceWK = toWK(source); in addUserScript()
203 WKRetainPtr<WKStringRef> sourceWK = toWK(source); in addUserStyleSheet()
252 …geExecuteEditingCommand(InjectedBundle::shared().page()->page(), toWK(name).get(), toWK(argument).… in execCommand()
290 …return WKBundlePageFindString(InjectedBundle::shared().page()->page(), toWK(target).get(), options… in findString()
305 …return WKBundlePageIsEditingCommandEnabled(InjectedBundle::shared().page()->page(), toWK(name).get… in isCommandEnabled()
338 …return WKBundlePageNumberForElementById(InjectedBundle::shared().bundle(), mainFrame, toWK(id).get… in pageNumberForElementById()
401 WKRetainPtr<WKStringRef> scriptWK = toWK(script); in evaluateInWebInspector()
DInjectedBundlePage.cpp82 WKRetainPtr<WKStringRef> nodeName = toWK(jsStringNodeName); in dumpPath()
/external/webkit/Tools/WebKitTestRunner/
DStringFunctions.h47 inline WKRetainPtr<WKStringRef> toWK(JSStringRef string) in toWK() function
52 inline WKRetainPtr<WKStringRef> toWK(JSRetainPtr<JSStringRef> string) in toWK() function
54 return toWK(string.get()); in toWK()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DHitTestResultNodeHandle_Bundle.cpp49 …undleController::shared().bundle(), Util::toWK("HitTestResultNodeHandleTestDoneMessageName").get()… in getContextMenuFromDefaultMenu()
DCanHandleRequest.cpp61 _WKContextRegisterURLSchemeAsEmptyDocument(context.get(), Util::toWK("emptyscheme").get()); in TEST()
67 … WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("CheckCanHandleRequest").get(), 0); in TEST()
DResponsivenessTimerDoesntFireEarly_Bundle.cpp55 WKBundlePostMessage(bundle, Util::toWK("DidBrieflyPause").get(), 0); in didReceiveMessage()
DCanHandleRequest_Bundle.cpp63 …WKBundlePostMessage(bundle, Util::toWK("DidCheckCanHandleRequest").get(), adoptWK(WKBooleanCreate(… in didReceiveMessage()
DResponsivenessTimerDoesntFireEarly.cpp87 WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("BrieflyPause").get(), 0); in TEST()
DPageLoadDidChangeLocationWithinPageForFrame.cpp77 …WKPageRunJavaScriptInMainFrame(webView.page(), Util::toWK("clickLink()").get(), 0, nullJavaScriptC… in TEST()
/external/webkit/Tools/WebKitTestRunner/win/
DTestControllerWin.cpp197 static WKRetainPtr<WKStringRef> toWK(const char* string) in toWK() function
207 …WKContextSetInitializationUserDataForInjectedBundle(m_context.get(), toWK(webProcessCrashingEventN… in platformInitializeContext()
/external/webkit/Tools/TestWebKitAPI/
DPlatformUtilities.h56 WKRetainPtr<WKStringRef> toWK(const char* utf8String);
DPlatformUtilities.cpp61 WKRetainPtr<WKStringRef> toWK(const char* utf8String) in toWK() function
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DHideFindIndicator.cpp71 … WKPageFindString(webView.page(), Util::toWK("Hello").get(), kWKFindOptionsShowFindIndicator, 100); in TEST()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1626955 Rename toRef/toWK to toAPI/toImpl
32410 (toWK):
32429 (toWK):
32463 (toWK):
32492 (toWK):
33752 toWK to toRef.
39673 (toWK):
43407 (toWK):
43441 (toWK):
44031 - Re-write toWK and toRef methods as a set of template functions using
[all …]
/external/webkit/Tools/
DChangeLog5022 (WTR::toWK): Use adoptWK.
6560 (WTR::toWK): Simple hepler function.
DChangeLog-2011-02-168386 (TestWebKitAPI::Util::toWK):
17759 (WTR::toWK):
26574 (WTR::toWK): Added. Converts strings to WKStringRef.
26586 Chagned to use toWK instead of four local variables.