Home
last modified time | relevance | path

Searched refs:toCopiedURLAPI (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleHitTestResult.cpp59 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteImageURL()); in WKBundleHitTestResultCopyAbsoluteImageURL()
64 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteLinkURL()); in WKBundleHitTestResultCopyAbsoluteLinkURL()
69 return toCopiedURLAPI(toImpl(hitTestResultRef)->absoluteMediaURL()); in WKBundleHitTestResultCopyAbsoluteMediaURL()
DWKBundleBackForwardListItem.cpp47 return toCopiedURLAPI(toImpl(itemRef)->originalURL()); in WKBundleBackForwardListItemCopyOriginalURL()
52 return toCopiedURLAPI(toImpl(itemRef)->url()); in WKBundleBackForwardListItemCopyURL()
DWKBundleFrame.cpp51 return toCopiedURLAPI(toImpl(frameRef)->url()); in WKBundleFrameCopyURL()
56 return toCopiedURLAPI(toImpl(frameRef)->provisionalURL()); in WKBundleFrameCopyProvisionalURL()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKBackForwardListItem.cpp41 return toCopiedURLAPI(toImpl(itemRef)->url()); in WKBackForwardListItemCopyURL()
51 return toCopiedURLAPI(toImpl(itemRef)->originalURL()); in WKBackForwardListItemCopyOriginalURL()
DWKFrame.cpp66 return toCopiedURLAPI(toImpl(frameRef)->provisionalURL()); in WKFrameCopyProvisionalURL()
71 return toCopiedURLAPI(toImpl(frameRef)->url()); in WKFrameCopyURL()
76 return toCopiedURLAPI(toImpl(frameRef)->unreachableURL()); in WKFrameCopyUnreachableURL()
DWKNavigationData.cpp46 return toCopiedURLAPI(toImpl(navigationDataRef)->url()); in WKNavigationDataCopyURL()
DWKPage.cpp485 return toCopiedURLAPI(toImpl(pageRef)->pendingAPIRequestURL()); in WKPageCopyPendingAPIRequestURL()
/external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/
DWKURLQt.cpp34 return toCopiedURLAPI(urlString); in WKURLCreateWithQUrl()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKURLRequest.cpp48 return toCopiedURLAPI(toImpl(requestRef)->url()); in WKURLRequestCopyURL()
DWKError.cpp56 return toCopiedURLAPI(toImpl(errorRef)->failingURL()); in WKErrorCopyFailingURL()
DWKSharedAPICast.h152 inline WKURLRef toCopiedURLAPI(const String& string) in toCopiedURLAPI() function
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
DWKView.cpp58 return toCopiedURLAPI(StringImpl::create(url).leakRef()); in WKURLCreateWithURL()
/external/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLCF.cpp42 return toCopiedURLAPI(urlString); in WKURLCreateWithCFURL()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-163524 (WebKit::toCopiedURLAPI):
3584 (WebKit::toCopiedURLAPI): Ditto. Old code was trying to do this but had incorrect
22571 (WebKit::toCopiedURLAPI):