Searched refs:toCopiedURLAPI (Results 1 – 14 of 14) sorted by relevance
59 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteImageURL()); in WKBundleHitTestResultCopyAbsoluteImageURL()64 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteLinkURL()); in WKBundleHitTestResultCopyAbsoluteLinkURL()69 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteMediaURL()); in WKBundleHitTestResultCopyAbsoluteMediaURL()
47 return toCopiedURLAPI(toImpl(itemRef)->originalURL()); in WKBundleBackForwardListItemCopyOriginalURL()52 return toCopiedURLAPI(toImpl(itemRef)->url()); in WKBundleBackForwardListItemCopyURL()
51 return toCopiedURLAPI(toImpl(frameRef)->url()); in WKBundleFrameCopyURL()56 return toCopiedURLAPI(toImpl(frameRef)->provisionalURL()); in WKBundleFrameCopyProvisionalURL()
41 return toCopiedURLAPI(toImpl(itemRef)->url()); in WKBackForwardListItemCopyURL()51 return toCopiedURLAPI(toImpl(itemRef)->originalURL()); in WKBackForwardListItemCopyOriginalURL()
66 return toCopiedURLAPI(toImpl(frameRef)->provisionalURL()); in WKFrameCopyProvisionalURL()71 return toCopiedURLAPI(toImpl(frameRef)->url()); in WKFrameCopyURL()76 return toCopiedURLAPI(toImpl(frameRef)->unreachableURL()); in WKFrameCopyUnreachableURL()
46 return toCopiedURLAPI(toImpl(navigationDataRef)->url()); in WKNavigationDataCopyURL()
485 return toCopiedURLAPI(toImpl(pageRef)->pendingAPIRequestURL()); in WKPageCopyPendingAPIRequestURL()
34 return toCopiedURLAPI(urlString); in WKURLCreateWithQUrl()
48 return toCopiedURLAPI(toImpl(requestRef)->url()); in WKURLRequestCopyURL()
56 return toCopiedURLAPI(toImpl(errorRef)->failingURL()); in WKErrorCopyFailingURL()
152 inline WKURLRef toCopiedURLAPI(const String& string) in toCopiedURLAPI() function
58 return toCopiedURLAPI(StringImpl::create(url).leakRef()); in WKURLCreateWithURL()
42 return toCopiedURLAPI(urlString); in WKURLCreateWithCFURL()
3524 (WebKit::toCopiedURLAPI):3584 (WebKit::toCopiedURLAPI): Ditto. Old code was trying to do this but had incorrect22571 (WebKit::toCopiedURLAPI):