HomeSort by relevance Sort by last modified time
    Searched refs:WKURLRef (Results 26 - 50 of 65) sorted by null

12 3

  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
FailedLoad.cpp 43 WKURLRef url = WKFrameCopyProvisionalURL(frame);
62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::URLForNonExistentResource());
PageLoadDidChangeLocationWithinPageForFrame.cpp 71 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("file-with-anchor", "html"));
75 WKRetainPtr<WKURLRef> initialURL = adoptWK(WKFrameCopyURL(WKPageGetMainFrame(webView.page())));
80 WKRetainPtr<WKURLRef> urlAfterAnchorClick = adoptWK(WKFrameCopyURL(WKPageGetMainFrame(webView.page())));
DocumentStartUserScriptAlertCrash.cpp 60 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
ForceRepaint.cpp 62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple-accelerated-compositing", "html"));
Find.cpp 70 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("find", "html"));
FrameMIMETypeHTML.cpp 72 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
FrameMIMETypePNG.cpp 72 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("icon", "png"));
InjectedBundleBasic.cpp 73 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
SpacebarScrolling.cpp 67 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("spacebar-scrolling", "html"));
  /external/webkit/Source/WebKit2/Shared/API/c/
WKError.cpp 54 WKURLRef WKErrorCopyFailingURL(WKErrorRef errorRef)
WKError.h 54 WK_EXPORT WKURLRef WKErrorCopyFailingURL(WKErrorRef error);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleHitTestResult.cpp 57 WKURLRef WKBundleHitTestResultCopyAbsoluteImageURL(WKBundleHitTestResultRef hitTestResultRef)
62 WKURLRef WKBundleHitTestResultCopyAbsoluteLinkURL(WKBundleHitTestResultRef hitTestResultRef)
67 WKURLRef WKBundleHitTestResultCopyAbsoluteMediaURL(WKBundleHitTestResultRef hitTestResultRef)
WKBundlePrivate.h 58 WK_EXPORT void WKBundleAddUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserScriptInjectionTime injectionTime, WKUserContentInjectedFrames injectedFrames);
59 WK_EXPORT void WKBundleAddUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserContentInjectedFrames injectedFrames);
60 WK_EXPORT void WKBundleRemoveUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url);
61 WK_EXPORT void WKBundleRemoveUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url);
WKBundleFrame.cpp 49 WKURLRef WKBundleFrameCopyURL(WKBundleFrameRef frameRef)
54 WKURLRef WKBundleFrameCopyProvisionalURL(WKBundleFrameRef frameRef)
179 bool WKBundleFrameAllowsFollowingLink(WKBundleFrameRef frameRef, WKURLRef urlRef)
219 WKStringRef WKBundleFrameCopySuggestedFilenameForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef)
224 WKStringRef WKBundleFrameCopyMIMETypeForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef)
WKBundle.cpp 91 void WKBundleAddUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKStringRef sourceRef, WKURLRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, WKUserScriptInjectionTime injectionTimeRef, WKUserContentInjectedFrames injectedFramesRef)
96 void WKBundleAddUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKStringRef sourceRef, WKURLRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, WKUserContentInjectedFrames injectedFramesRef)
101 void WKBundleRemoveUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKURLRef urlRef)
106 void WKBundleRemoveUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKURLRef urlRef)
  /external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
WKView.cpp 56 WKURLRef WKURLCreateWithURL(const char* url)
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 55 WKURLRef createURLForResource(const char* resource, const char* extension)
61 WKURLRef URLForNonExistentResource()
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.h 51 WKRetainPtr<WKURLRef> m_url;
StringFunctions.h 95 inline std::ostream& operator<<(std::ostream& out, WKURLRef urlRef)
103 inline std::ostream& operator<<(std::ostream& out, const WKRetainPtr<WKURLRef>& urlRef)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.cpp 64 WKURLRef WKFrameCopyProvisionalURL(WKFrameRef frameRef)
69 WKURLRef WKFrameCopyURL(WKFrameRef frameRef)
74 WKURLRef WKFrameCopyUnreachableURL(WKFrameRef frameRef)
144 void WKFrameGetResourceData(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataFunction callback, void* context)
162 void WKFrameGetResourceData_b(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataBlock block)
WKContext.h 56 typedef void (*WKContextDidPerformClientRedirectCallback)(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo);
57 typedef void (*WKContextDidPerformServerRedirectCallback)(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo);
58 typedef void (*WKContextDidUpdateHistoryTitleCallback)(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo);
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 71 WKURLRef wkURL = WKNavigationDataCopyURL(navigationData);
80 static void didPerformClientRedirect(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo)
89 static void didPerformServerRedirect(WKContextRef context, WKPageRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo)
98 static void didUpdateHistoryTitle(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo)
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 95 WKURLRef createURLForResource(const char* resource, const char* extension)
101 WKURLRef URLForNonExistentResource()
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
HideFindIndicator.cpp 66 WKRetainPtr<WKURLRef> url = adoptWK(Util::createURLForResource("find", "html"));
  /external/webkit/Tools/MiniBrowser/mac/WebBundle/
WebBundleMain.m 42 WKURLRef wkURL = WKBundleFrameCopyURL(WKBundlePageGetMainFrame(page));

Completed in 344 milliseconds

12 3