Home
last modified time | relevance | path

Searched refs:nodeHandleRef (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleNodeHandle.cpp48 WKBundleNodeHandleRef WKBundleNodeHandleCopyDocument(WKBundleNodeHandleRef nodeHandleRef) in WKBundleNodeHandleCopyDocument() argument
50 RefPtr<InjectedBundleNodeHandle> nodeHandle = toImpl(nodeHandleRef)->document(); in WKBundleNodeHandleCopyDocument()
54 WKRect WKBundleNodeHandleGetRenderRect(WKBundleNodeHandleRef nodeHandleRef, bool* isReplaced) in WKBundleNodeHandleGetRenderRect() argument
56 return toAPI(toImpl(nodeHandleRef)->renderRect(isReplaced)); in WKBundleNodeHandleGetRenderRect()
DWKBundleFrame.cpp122 …apperForNodeForWorld(WKBundleFrameRef frameRef, WKBundleNodeHandleRef nodeHandleRef, WKBundleScrip… in WKBundleFrameGetJavaScriptWrapperForNodeForWorld() argument
124 return toImpl(frameRef)->jsWrapperForWorld(toImpl(nodeHandleRef), toImpl(worldRef)); in WKBundleFrameGetJavaScriptWrapperForNodeForWorld()