• Home
  • Raw
  • Download

Lines Matching refs:WKStringRef

68 void WKPageLoadHTMLString(WKPageRef pageRef, WKStringRef htmlStringRef, WKURLRef baseURLRef)  in WKPageLoadHTMLString()
73 void WKPageLoadAlternateHTMLString(WKPageRef pageRef, WKStringRef htmlStringRef, WKURLRef baseURLRe… in WKPageLoadAlternateHTMLString()
78 void WKPageLoadPlainTextString(WKPageRef pageRef, WKStringRef plainTextStringRef) in WKPageLoadPlainTextString()
143 WKStringRef WKPageCopyTitle(WKPageRef pageRef) in WKPageCopyTitle()
180 WKStringRef WKPageCopyUserAgent(WKPageRef pageRef) in WKPageCopyUserAgent()
185 WKStringRef WKPageCopyApplicationNameForUserAgent(WKPageRef pageRef) in WKPageCopyApplicationNameForUserAgent()
190 void WKPageSetApplicationNameForUserAgent(WKPageRef pageRef, WKStringRef applicationNameRef) in WKPageSetApplicationNameForUserAgent()
195 WKStringRef WKPageCopyCustomUserAgent(WKPageRef pageRef) in WKPageCopyCustomUserAgent()
200 void WKPageSetCustomUserAgent(WKPageRef pageRef, WKStringRef userAgentRef) in WKPageSetCustomUserAgent()
210 WKStringRef WKPageCopyCustomTextEncodingName(WKPageRef pageRef) in WKPageCopyCustomTextEncodingName()
215 void WKPageSetCustomTextEncodingName(WKPageRef pageRef, WKStringRef encodingNameRef) in WKPageSetCustomTextEncodingName()
225 WKStringRef WKPageGetSessionHistoryURLValueType() in WKPageGetSessionHistoryURLValueType()
336 void WKPageFindString(WKPageRef pageRef, WKStringRef string, WKFindOptions options, unsigned maxMat… in WKPageFindString()
346 void WKPageCountStringMatches(WKPageRef pageRef, WKStringRef string, WKFindOptions options, unsigne… in WKPageCountStringMatches()
400 void WKPageRunJavaScriptInMainFrame(WKPageRef pageRef, WKStringRef scriptRef, void* context, WKPage… in WKPageRunJavaScriptInMainFrame()
413 void WKPageRunJavaScriptInMainFrame_b(WKPageRef pageRef, WKStringRef scriptRef, WKPageRunJavaScript… in WKPageRunJavaScriptInMainFrame_b()
425 static void callRenderTreeExternalRepresentationBlockAndDispose(WKStringRef resultValue, WKErrorRef… in callRenderTreeExternalRepresentationBlockAndDispose()
444 static void callGetSourceForFrameBlockBlockAndDispose(WKStringRef resultValue, WKErrorRef error, vo… in callGetSourceForFrameBlockBlockAndDispose()
463 static void callContentsAsStringBlockBlockAndDispose(WKStringRef resultValue, WKErrorRef error, voi… in callContentsAsStringBlockBlockAndDispose()
498 void WKPageValidateCommand(WKPageRef pageRef, WKStringRef command, void* context, WKPageValidateCom… in WKPageValidateCommand()
503 void WKPageExecuteCommand(WKPageRef pageRef, WKStringRef command) in WKPageExecuteCommand()