Searched refs:CachedFont (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
H A DCachedFont.cpp28 #include "CachedFont.h"
58 CachedFont::CachedFont(const String &url) function in class:WebCore::CachedFont
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
[all...]
H A DCachedResourceClient.h34 class CachedFont;
65 virtual void fontLoaded(CachedFont*) {};
H A DCachedFont.h50 class CachedFont : public CachedResource { class in namespace:WebCore
52 CachedFont(const String& url);
53 virtual ~CachedFont();
H A DCachedResourceLoader.h43 class CachedFont;
66 CachedFont* requestFont(const String& url);
H A DCachedResourceLoader.cpp31 #include "CachedFont.h"
68 return new CachedFont(url.string());
160 CachedFont* CachedResourceLoader::requestFont(const String& url)
162 return static_cast<CachedFont*>(requestResource(CachedResource::FontResource, url, String()));
/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceUriElement.h31 class CachedFont;
50 CachedResourceHandle<CachedFont> m_cachedFont;
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSource.h36 class CachedFont;
49 CSSFontFaceSource(const String&, CachedFont* = 0);
59 virtual void fontLoaded(CachedFont*);
74 CachedResourceHandle<CachedFont> m_font; // For remote fonts, a pointer to our cached resource.
H A DCSSFontFaceSource.cpp29 #include "CachedFont.h"
49 CSSFontFaceSource::CSSFontFaceSource(const String& str, CachedFont* font)
94 void CSSFontFaceSource::fontLoaded(CachedFont*)
H A DCSSFontSelector.cpp30 #include "CachedFont.h"
248 CachedFont* cachedFont = m_document->cachedResourceLoader()->requestFont(item->resource());
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCustomPlatformData.h34 class CachedFont;
/external/webkit/Source/WebCore/
H A DAndroid.mk428 loader/cache/CachedFont.cpp \

Completed in 173 milliseconds