Searched refs:nodeHandleRef (Results 1 – 2 of 2) sorted by relevance
48 WKBundleNodeHandleRef WKBundleNodeHandleCopyDocument(WKBundleNodeHandleRef nodeHandleRef) in WKBundleNodeHandleCopyDocument() argument50 RefPtr<InjectedBundleNodeHandle> nodeHandle = toImpl(nodeHandleRef)->document(); in WKBundleNodeHandleCopyDocument()54 WKRect WKBundleNodeHandleGetRenderRect(WKBundleNodeHandleRef nodeHandleRef, bool* isReplaced) in WKBundleNodeHandleGetRenderRect() argument56 return toAPI(toImpl(nodeHandleRef)->renderRect(isReplaced)); in WKBundleNodeHandleGetRenderRect()
122 …apperForNodeForWorld(WKBundleFrameRef frameRef, WKBundleNodeHandleRef nodeHandleRef, WKBundleScrip… in WKBundleFrameGetJavaScriptWrapperForNodeForWorld() argument124 return toImpl(frameRef)->jsWrapperForWorld(toImpl(nodeHandleRef), toImpl(worldRef)); in WKBundleFrameGetJavaScriptWrapperForNodeForWorld()