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

  /external/webkit/WebCore/loader/
CachedResource.cpp 25 #include "CachedResource.h"
46 static RefCountedLeakCounter cachedResourceLeakCounter("CachedResource");
49 CachedResource::CachedResource(const String& url, Type type)
90 CachedResource::~CachedResource()
106 void CachedResource::load(DocLoader* docLoader, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks)
113 void CachedResource::finish()
118 bool CachedResource::isExpired() const
126 double CachedResource::currentAge() cons
    [all...]
CachedResource.h 50 class CachedResource : public Noncopyable {
76 CachedResource(const String& url, Type);
77 virtual ~CachedResource();
174 CachedResource* resourceToRevalidate() const { return m_resourceToRevalidate; }
212 void setResourceToRevalidate(CachedResource*);
241 CachedResource* m_nextInAllResourcesList;
242 CachedResource* m_prevInAllResourcesList;
244 CachedResource* m_nextInLiveResourcesList;
245 CachedResource* m_prevInLiveResourcesList;
254 CachedResource* m_resourceToRevalidate
    [all...]

Completed in 29 milliseconds