Searched refs:requestRef (Results 1 – 3 of 3) sorted by relevance
46 WKURLRef WKURLRequestCopyURL(WKURLRequestRef requestRef) in WKURLRequestCopyURL() argument48 return toCopiedURLAPI(toImpl(requestRef)->url()); in WKURLRequestCopyURL()
87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest() argument89 return toAPI(toImpl(contextRef)->download(0, toImpl(requestRef)->resourceRequest())); in WKContextDownloadURLRequest()
225 bool WKBundlePageCanHandleRequest(WKURLRequestRef requestRef) in WKBundlePageCanHandleRequest() argument227 return WebPage::canHandleRequest(toImpl(requestRef)->resourceRequest()); in WKBundlePageCanHandleRequest()