Home
last modified time | relevance | path

Searched refs:WKURLRef (Results 1 – 25 of 69) sorted by relevance

123

/external/webkit/Source/WebKit2/Shared/API/c/
DWKURL.h37 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);
DWKURL.cpp38 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()
DWKURLRequest.h37 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef);
39 WK_EXPORT WKURLRef WKURLRequestCopyURL(WKURLRequestRef);
DWKURLRequest.cpp41 WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef url) in WKURLRequestCreateWithWKURL()
46 WKURLRef WKURLRequestCopyURL(WKURLRequestRef requestRef) in WKURLRequestCopyURL()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.h44 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
DWKBundleHitTestResult.h43 WK_EXPORT WKURLRef WKBundleHitTestResultCopyAbsoluteImageURL(WKBundleHitTestResultRef hitTestResult…
44 WK_EXPORT WKURLRef WKBundleHitTestResultCopyAbsoluteLinkURL(WKBundleHitTestResultRef hitTestResult);
45 WK_EXPORT WKURLRef WKBundleHitTestResultCopyAbsoluteMediaURL(WKBundleHitTestResultRef hitTestResult…
DWKBundlePrivate.h58 …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);
DWKBundleHitTestResult.cpp57 WKURLRef WKBundleHitTestResultCopyAbsoluteImageURL(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultCopyAbsoluteImageURL()
62 WKURLRef WKBundleHitTestResultCopyAbsoluteLinkURL(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultCopyAbsoluteLinkURL()
67 WKURLRef WKBundleHitTestResultCopyAbsoluteMediaURL(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultCopyAbsoluteMediaURL()
DWKBundleFrame.cpp49 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()
DWKBundleBackForwardListItem.h39 WK_EXPORT WKURLRef WKBundleBackForwardListItemCopyOriginalURL(WKBundleBackForwardListItemRef item);
40 WK_EXPORT WKURLRef WKBundleBackForwardListItemCopyURL(WKBundleBackForwardListItemRef item);
DWKBundleBackForwardListItem.cpp45 WKURLRef WKBundleBackForwardListItemCopyOriginalURL(WKBundleBackForwardListItemRef itemRef) in WKBundleBackForwardListItemCopyOriginalURL()
50 WKURLRef WKBundleBackForwardListItemCopyURL(WKBundleBackForwardListItemRef itemRef) in WKBundleBackForwardListItemCopyURL()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKFrame.h50 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…
DWKIconDatabase.h36 …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);
DWKFrame.cpp64 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()
DWKContext.h56 …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…
DWKBackForwardListItem.h37 WK_EXPORT WKURLRef WKBackForwardListItemCopyURL(WKBackForwardListItemRef item);
39 WK_EXPORT WKURLRef WKBackForwardListItemCopyOriginalURL(WKBackForwardListItemRef item);
DWKBackForwardListItem.cpp39 WKURLRef WKBackForwardListItemCopyURL(WKBackForwardListItemRef itemRef) in WKBackForwardListItemCopyURL()
49 WKURLRef WKBackForwardListItemCopyOriginalURL(WKBackForwardListItemRef itemRef) in WKBackForwardListItemCopyOriginalURL()
DWKIconDatabase.cpp46 void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseRetainIconForURL()
51 void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabaseRef, WKURLRef pageURLRef) in WKIconDatabaseReleaseIconForURL()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPageLoadDidChangeLocationWithinPageForFrame.cpp71 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()
DFailedLoad.cpp43 WKURLRef url = WKFrameCopyProvisionalURL(frame); in didFailProvisionalLoadWithErrorForFrame()
62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::URLForNonExistentResource()); in TEST()
/external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/
DWKURLQt.h28 WK_EXPORT WKURLRef WKURLCreateWithQUrl(const QUrl& url);
29 QUrl WKURLCopyQUrl(WKURLRef url);
DWKURLQt.cpp31 WKURLRef WKURLCreateWithQUrl(const QUrl& qURL) in WKURLCreateWithQUrl()
37 QUrl WKURLCopyQUrl(WKURLRef urlRef) in WKURLCopyQUrl()
/external/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLCF.h36 WK_EXPORT WKURLRef WKURLCreateWithCFURL(CFURLRef URL);
37 WK_EXPORT CFURLRef WKURLCopyCFURL(CFAllocatorRef alloc, WKURLRef URL);
DWKURLCF.cpp39 WKURLRef WKURLCreateWithCFURL(CFURLRef cfURL) in WKURLCreateWithCFURL()
45 CFURLRef WKURLCopyCFURL(CFAllocatorRef allocatorRef, WKURLRef URLRef) in WKURLCopyCFURL()
/external/webkit/Tools/TestWebKitAPI/
DPlatformUtilities.h49 WKURLRef createURLForResource(const char* resource, const char* extension);
50 WKURLRef URLForNonExistentResource();

123