Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/compatibility/
DClearsilverRenderer.java135 private String loadResource(String filename, ResourceLoader resourceLoader) throws IOException { in loadResource() method in ClearsilverRenderer
/external/webkit/Source/WebKit/chromium/public/
DWebKitClient.h224 virtual WebData loadResource(const char* name) { return WebData(); } in loadResource() function
/external/chromium/webkit/glue/
Dwebkitclient_impl.cc352 WebData WebKitClientImpl::loadResource(const char* name) { in loadResource() function in webkit_glue::WebKitClientImpl
/external/webkit/Source/WebCore/loader/cache/
DCachedResourceLoader.cpp381 CachedResource* CachedResourceLoader::loadResource(CachedResource::Type type, const KURL& url, cons… in loadResource() function in WebCore::CachedResourceLoader
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp693 void HTMLMediaElement::loadResource(const KURL& initialURL, ContentType& contentType) in loadResource() function in WebCore::HTMLMediaElement