Searched refs:toWK (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | LayoutTestController.cpp | 169 …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()
|
D | InjectedBundlePage.cpp | 82 WKRetainPtr<WKStringRef> nodeName = toWK(jsStringNodeName); in dumpPath()
|
/external/webkit/Tools/WebKitTestRunner/ |
D | StringFunctions.h | 47 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/ |
D | HitTestResultNodeHandle_Bundle.cpp | 49 …undleController::shared().bundle(), Util::toWK("HitTestResultNodeHandleTestDoneMessageName").get()… in getContextMenuFromDefaultMenu()
|
D | CanHandleRequest.cpp | 61 _WKContextRegisterURLSchemeAsEmptyDocument(context.get(), Util::toWK("emptyscheme").get()); in TEST() 67 … WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("CheckCanHandleRequest").get(), 0); in TEST()
|
D | ResponsivenessTimerDoesntFireEarly_Bundle.cpp | 55 WKBundlePostMessage(bundle, Util::toWK("DidBrieflyPause").get(), 0); in didReceiveMessage()
|
D | CanHandleRequest_Bundle.cpp | 63 …WKBundlePostMessage(bundle, Util::toWK("DidCheckCanHandleRequest").get(), adoptWK(WKBooleanCreate(… in didReceiveMessage()
|
D | ResponsivenessTimerDoesntFireEarly.cpp | 87 WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("BrieflyPause").get(), 0); in TEST()
|
D | PageLoadDidChangeLocationWithinPageForFrame.cpp | 77 …WKPageRunJavaScriptInMainFrame(webView.page(), Util::toWK("clickLink()").get(), 0, nullJavaScriptC… in TEST()
|
/external/webkit/Tools/WebKitTestRunner/win/ |
D | TestControllerWin.cpp | 197 static WKRetainPtr<WKStringRef> toWK(const char* string) in toWK() function 207 …WKContextSetInitializationUserDataForInjectedBundle(m_context.get(), toWK(webProcessCrashingEventN… in platformInitializeContext()
|
/external/webkit/Tools/TestWebKitAPI/ |
D | PlatformUtilities.h | 56 WKRetainPtr<WKStringRef> toWK(const char* utf8String);
|
D | PlatformUtilities.cpp | 61 WKRetainPtr<WKStringRef> toWK(const char* utf8String) in toWK() function
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/ |
D | HideFindIndicator.cpp | 71 … WKPageFindString(webView.page(), Util::toWK("Hello").get(), kWKFindOptionsShowFindIndicator, 100); in TEST()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 26955 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/ |
D | ChangeLog | 5022 (WTR::toWK): Use adoptWK. 6560 (WTR::toWK): Simple hepler function.
|
D | ChangeLog-2011-02-16 | 8386 (TestWebKitAPI::Util::toWK): 17759 (WTR::toWK): 26574 (WTR::toWK): Added. Converts strings to WKStringRef. 26586 Chagned to use toWK instead of four local variables.
|