HomeSort by relevance Sort by last modified time
    Searched refs:createURLForResource (Results 1 - 18 of 18) sorted by null

  /external/webkit/Tools/TestWebKitAPI/
PlatformUtilities.h 49 WKURLRef createURLForResource(const char* resource, const char* extension);
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DocumentStartUserScriptAlertCrash.cpp 60 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
ForceRepaint.cpp 62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple-accelerated-compositing", "html"));
CanHandleRequest.cpp 65 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
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"));
HitTestResultNodeHandle.cpp 80 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
InjectedBundleBasic.cpp 73 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
PageLoadDidChangeLocationWithinPageForFrame.cpp 71 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("file-with-anchor", "html"));
ResponsivenessTimerDoesntFireEarly.cpp 84 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
RestoreSessionStateContainingFormData.cpp 56 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple-form", "html")).get());
SpacebarScrolling.cpp 67 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("spacebar-scrolling", "html"));
PageLoadBasic.cpp 138 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 55 WKURLRef createURLForResource(const char* resource, const char* extension)
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
HideFindIndicator.cpp 66 WKRetainPtr<WKURLRef> url = adoptWK(Util::createURLForResource("find", "html"));
ResizeViewWhileHidden.cpp 58 WKPageLoadURL(page, adoptWK(Util::createURLForResource("simple", "html")).get());
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 95 WKURLRef createURLForResource(const char* resource, const char* extension)

Completed in 189 milliseconds