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

  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 50 class CachedFont : public CachedResource {
52 CachedFont(const String& url);
53 virtual ~CachedFont();
CachedFont.cpp 28 #include "CachedFont.h"
58 CachedFont::CachedFont(const String &url)
65 CachedFont::~CachedFont()
72 void CachedFont::load(CachedResourceLoader*)
78 void CachedFont::didAddClient(CachedResourceClient* c)
84 void CachedFont::data(PassRefPtr<SharedBuffer> data, bool allDataReceived)
95 void CachedFont::beginLoadIfNeeded(CachedResourceLoader* dl)
103 bool CachedFont::ensureCustomFontData(
    [all...]

Completed in 24 milliseconds