Home
last modified time | relevance | path

Searched defs:createURLLoader (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/ppapi_plugin/
Dppapi_webkitplatformsupport_impl.cc216 blink::WebURLLoader* PpapiWebKitPlatformSupportImpl::createURLLoader() { in createURLLoader() function in content::PpapiWebKitPlatformSupportImpl
/external/chromium_org/content/test/
Dtest_webkit_platform_support.cc135 blink::WebURLLoader* TestWebKitPlatformSupport::createURLLoader() { in createURLLoader() function in content::TestWebKitPlatformSupport
/external/chromium/webkit/glue/
Dwebkitclient_impl.cc217 WebURLLoader* WebKitClientImpl::createURLLoader() { in createURLLoader() function in webkit_glue::WebKitClientImpl
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.cc386 WebURLLoader* WebKitPlatformSupportImpl::createURLLoader() { in createURLLoader() function in webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h312 virtual WebURLLoader* createURLLoader() { return 0; } in createURLLoader() function