Searched refs:createURLForResource (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
H A DPlatformUtilities.h49 WKURLRef createURLForResource(const char* resource, const char* extension);
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DCanHandleRequest.cpp65 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
H A DDocumentStartUserScriptAlertCrash.cpp60 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
H A DForceRepaint.cpp62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple-accelerated-compositing", "html"));
H A DFind.cpp70 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("find", "html"));
H A DFrameMIMETypeHTML.cpp72 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
H A DFrameMIMETypePNG.cpp72 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("icon", "png"));
H A DHitTestResultNodeHandle.cpp80 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
H A DInjectedBundleBasic.cpp73 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
H A DPageLoadDidChangeLocationWithinPageForFrame.cpp71 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("file-with-anchor", "html"));
H A DResponsivenessTimerDoesntFireEarly.cpp84 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
H A DRestoreSessionStateContainingFormData.cpp56 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple-form", "html")).get());
H A DSpacebarScrolling.cpp67 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("spacebar-scrolling", "html"));
H A DPageLoadBasic.cpp138 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
/external/webkit/Tools/TestWebKitAPI/mac/
H A DPlatformUtilitiesMac.mm55 WKURLRef createURLForResource(const char* resource, const char* extension)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DHideFindIndicator.cpp66 WKRetainPtr<WKURLRef> url = adoptWK(Util::createURLForResource("find", "html"));
H A DResizeViewWhileHidden.cpp58 WKPageLoadURL(page, adoptWK(Util::createURLForResource("simple", "html")).get());
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformUtilitiesWin.cpp95 WKURLRef createURLForResource(const char* resource, const char* extension) function in namespace:TestWebKitAPI::Util

Completed in 50 milliseconds