Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp446 WKPageGetSourceForFrameBlock block = (WKPageGetSourceForFrameBlock)context; in callGetSourceForFrameBlockBlockAndDispose()
451 void WKPageGetSourceForFrame_b(WKPageRef pageRef, WKFrameRef frameRef, WKPageGetSourceForFrameBlock in WKPageGetSourceForFrame_b()
470 void WKPageGetContentsAsString_b(WKPageRef pageRef, WKPageGetSourceForFrameBlock block) in WKPageGetContentsAsString_b()
DWKPage.h368 typedef void (^WKPageGetSourceForFrameBlock)(WKStringRef, WKErrorRef); typedef
369 …id WKPageGetSourceForFrame_b(WKPageRef page, WKFrameRef frame, WKPageGetSourceForFrameBlock block);