HomeSort by relevance Sort by last modified time
    Searched defs:requestResource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 140 CachedImage* resource = static_cast<CachedImage*>(requestResource(CachedResource::ImageResource, url, String()));
162 return static_cast<CachedFont*>(requestResource(CachedResource::FontResource, url, String()));
167 return static_cast<CachedCSSStyleSheet*>(requestResource(CachedResource::CSSStyleSheet, url, charset, priority));
195 return static_cast<CachedScript*>(requestResource(CachedResource::Script, url, charset));
201 return static_cast<CachedXSLStyleSheet*>(requestResource(CachedResource::XSLStyleSheet, url, String()));
209 return requestResource(CachedResource::LinkResource, url, String(), priority);
305 CachedResource* CachedResourceLoader::requestResource(CachedResource::Type type, const String& resourceURL, const String& charset, ResourceLoadPriority priority, bool forPreload)
309 LOG(ResourceLoading, "CachedResourceLoader::requestResource '%s', charset '%s', priority=%d, forPreload=%u", url.string().latin1().data(), charset.latin1().data(), priority, forPreload);
324 LOG(ResourceLoading, "CachedResourceLoader::requestResource URL was not allowed by SecurityOrigin::canDisplay");
715 CachedResource* resource = requestResource(type, url, encoding, ResourceLoadPriorityUnresolved, true)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 33 milliseconds