/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKURL.h | 37 WK_EXPORT WKURLRef WKURLCreateWithUTF8CString(const char* string); 39 WK_EXPORT WKStringRef WKURLCopyString(WKURLRef url); 40 WK_EXPORT WKStringRef WKURLCopyHostName(WKURLRef url); 41 WK_EXPORT WKStringRef WKURLCopyScheme(WKURLRef url); 43 WK_EXPORT bool WKURLIsEqual(WKURLRef a, WKURLRef b);
|
D | WKURL.cpp | 38 WKURLRef WKURLCreateWithUTF8CString(const char* string) in WKURLCreateWithUTF8CString() 43 WKStringRef WKURLCopyString(WKURLRef url) in WKURLCopyString() 48 bool WKURLIsEqual(WKURLRef a, WKURLRef b) in WKURLIsEqual() 53 WKStringRef WKURLCopyHostName(WKURLRef url) in WKURLCopyHostName() 58 WKStringRef WKURLCopyScheme(WKURLRef url) in WKURLCopyScheme()
|
D | WKURLRequest.h | 37 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef); 39 WK_EXPORT WKURLRef WKURLRequestCopyURL(WKURLRequestRef);
|
D | WKURLRequest.cpp | 41 WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef url) in WKURLRequestCreateWithWKURL() 46 WKURLRef WKURLRequestCopyURL(WKURLRequestRef requestRef) in WKURLRequestCopyURL()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundleFrame.h | 44 WK_EXPORT WKURLRef WKBundleFrameCopyURL(WKBundleFrameRef frame); 45 WK_EXPORT WKURLRef WKBundleFrameCopyProvisionalURL(WKBundleFrameRef frame); 59 WK_EXPORT bool WKBundleFrameAllowsFollowingLink(WKBundleFrameRef frame, WKURLRef url); 71 …ringRef WKBundleFrameCopySuggestedFilenameForResourceWithURL(WKBundleFrameRef frame, WKURLRef url); 72 WK_EXPORT WKStringRef WKBundleFrameCopyMIMETypeForResourceWithURL(WKBundleFrameRef frame, WKURLRef …
|
D | WKBundleHitTestResult.h | 43 WK_EXPORT WKURLRef WKBundleHitTestResultCopyAbsoluteImageURL(WKBundleHitTestResultRef hitTestResult… 44 WK_EXPORT WKURLRef WKBundleHitTestResultCopyAbsoluteLinkURL(WKBundleHitTestResultRef hitTestResult); 45 WK_EXPORT WKURLRef WKBundleHitTestResultCopyAbsoluteMediaURL(WKBundleHitTestResultRef hitTestResult…
|
D | WKBundlePrivate.h | 58 …pRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef w… 59 …pRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef w… 60 …undleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url); 61 …undleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url);
|
D | WKBundleHitTestResult.cpp | 57 WKURLRef WKBundleHitTestResultCopyAbsoluteImageURL(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultCopyAbsoluteImageURL() 62 WKURLRef WKBundleHitTestResultCopyAbsoluteLinkURL(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultCopyAbsoluteLinkURL() 67 WKURLRef WKBundleHitTestResultCopyAbsoluteMediaURL(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultCopyAbsoluteMediaURL()
|
D | WKBundleFrame.cpp | 49 WKURLRef WKBundleFrameCopyURL(WKBundleFrameRef frameRef) in WKBundleFrameCopyURL() 54 WKURLRef WKBundleFrameCopyProvisionalURL(WKBundleFrameRef frameRef) in WKBundleFrameCopyProvisionalURL() 179 bool WKBundleFrameAllowsFollowingLink(WKBundleFrameRef frameRef, WKURLRef urlRef) in WKBundleFrameAllowsFollowingLink() 219 …ef WKBundleFrameCopySuggestedFilenameForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef) in WKBundleFrameCopySuggestedFilenameForResourceWithURL() 224 WKStringRef WKBundleFrameCopyMIMETypeForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef) in WKBundleFrameCopyMIMETypeForResourceWithURL()
|
D | WKBundleBackForwardListItem.h | 39 WK_EXPORT WKURLRef WKBundleBackForwardListItemCopyOriginalURL(WKBundleBackForwardListItemRef item); 40 WK_EXPORT WKURLRef WKBundleBackForwardListItemCopyURL(WKBundleBackForwardListItemRef item);
|
D | WKBundleBackForwardListItem.cpp | 45 WKURLRef WKBundleBackForwardListItemCopyOriginalURL(WKBundleBackForwardListItemRef itemRef) in WKBundleBackForwardListItemCopyOriginalURL() 50 WKURLRef WKBundleBackForwardListItemCopyURL(WKBundleBackForwardListItemRef itemRef) in WKBundleBackForwardListItemCopyURL()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKFrame.h | 50 WK_EXPORT WKURLRef WKFrameCopyProvisionalURL(WKFrameRef frame); 51 WK_EXPORT WKURLRef WKFrameCopyURL(WKFrameRef frame); 52 WK_EXPORT WKURLRef WKFrameCopyUnreachableURL(WKFrameRef frame); 77 WK_EXPORT void WKFrameGetResourceData(WKFrameRef frame, WKURLRef resourceURL, WKFrameGetResourceDat… 81 WK_EXPORT void WKFrameGetResourceData_b(WKFrameRef frame, WKURLRef resourceURL, WKFrameGetResourceD…
|
D | WKIconDatabase.h | 36 …atabaseDidChangeIconForPageURLCallback)(WKIconDatabaseRef iconDatabase, WKURLRef pageURL, const vo… 51 WK_EXPORT void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabase, WKURLRef pageURL); 52 WK_EXPORT void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabase, WKURLRef pageURL);
|
D | WKFrame.cpp | 64 WKURLRef WKFrameCopyProvisionalURL(WKFrameRef frameRef) in WKFrameCopyProvisionalURL() 69 WKURLRef WKFrameCopyURL(WKFrameRef frameRef) in WKFrameCopyURL() 74 WKURLRef WKFrameCopyUnreachableURL(WKFrameRef frameRef) in WKFrameCopyUnreachableURL() 144 void WKFrameGetResourceData(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataFuncti… in WKFrameGetResourceData() 162 void WKFrameGetResourceData_b(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataBloc… in WKFrameGetResourceData_b()
|
D | WKContext.h | 56 …ClientRedirectCallback)(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destina… 57 …ServerRedirectCallback)(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destina… 58 …TitleCallback)(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef f…
|
D | WKBackForwardListItem.h | 37 WK_EXPORT WKURLRef WKBackForwardListItemCopyURL(WKBackForwardListItemRef item); 39 WK_EXPORT WKURLRef WKBackForwardListItemCopyOriginalURL(WKBackForwardListItemRef item);
|
D | WKBackForwardListItem.cpp | 39 WKURLRef WKBackForwardListItemCopyURL(WKBackForwardListItemRef itemRef) in WKBackForwardListItemCopyURL() 49 WKURLRef WKBackForwardListItemCopyOriginalURL(WKBackForwardListItemRef itemRef) in WKBackForwardListItemCopyOriginalURL()
|
D | WKIconDatabase.cpp | 46 void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseRetainIconForURL() 51 void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseReleaseIconForURL()
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | PageLoadDidChangeLocationWithinPageForFrame.cpp | 71 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("file-with-anchor", "html")); in TEST() 75 WKRetainPtr<WKURLRef> initialURL = adoptWK(WKFrameCopyURL(WKPageGetMainFrame(webView.page()))); in TEST() 80 …WKRetainPtr<WKURLRef> urlAfterAnchorClick = adoptWK(WKFrameCopyURL(WKPageGetMainFrame(webView.page… in TEST()
|
D | FailedLoad.cpp | 43 WKURLRef url = WKFrameCopyProvisionalURL(frame); in didFailProvisionalLoadWithErrorForFrame() 62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::URLForNonExistentResource()); in TEST()
|
/external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/ |
D | WKURLQt.h | 28 WK_EXPORT WKURLRef WKURLCreateWithQUrl(const QUrl& url); 29 QUrl WKURLCopyQUrl(WKURLRef url);
|
D | WKURLQt.cpp | 31 WKURLRef WKURLCreateWithQUrl(const QUrl& qURL) in WKURLCreateWithQUrl() 37 QUrl WKURLCopyQUrl(WKURLRef urlRef) in WKURLCopyQUrl()
|
/external/webkit/Source/WebKit2/Shared/API/c/cf/ |
D | WKURLCF.h | 36 WK_EXPORT WKURLRef WKURLCreateWithCFURL(CFURLRef URL); 37 WK_EXPORT CFURLRef WKURLCopyCFURL(CFAllocatorRef alloc, WKURLRef URL);
|
D | WKURLCF.cpp | 39 WKURLRef WKURLCreateWithCFURL(CFURLRef cfURL) in WKURLCreateWithCFURL() 45 CFURLRef WKURLCopyCFURL(CFAllocatorRef allocatorRef, WKURLRef URLRef) in WKURLCopyCFURL()
|
/external/webkit/Tools/TestWebKitAPI/ |
D | PlatformUtilities.h | 49 WKURLRef createURLForResource(const char* resource, const char* extension); 50 WKURLRef URLForNonExistentResource();
|