HomeSort by relevance Sort by last modified time
    Searched refs:FontResource (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.h 29 #include "core/fetch/FontResource.h"
37 class FontResource;
49 CSSFontFaceSource(const String&, FontResource* = 0);
57 FontResource* resource() { return m_font.get(); }
60 virtual void didStartFontLoad(FontResource*) OVERRIDE;
61 virtual void fontLoaded(FontResource*);
84 void recordRemoteFont(const FontResource*);
86 const char* histogramName(const FontResource*);
94 ResourcePtr<FontResource> m_font; // For remote fonts, a pointer to our cached resource.
CSSFontSelector.h 43 class FontResource;
52 void addFontToBeginLoading(FontResource*);
61 Vector<ResourcePtr<FontResource> > m_fontsToBeginLoading;
94 void beginLoadingFontSoon(FontResource*);
CSSFontFaceSrcValue.h 36 class FontResource;
72 FontResource* fetch(Document*);
91 ResourcePtr<FontResource> m_fetched;
CSSFontFaceSource.cpp 47 CSSFontFaceSource::CSSFontFaceSource(const String& str, FontResource* font)
111 void CSSFontFaceSource::didStartFontLoad(FontResource*)
114 // at this FontResource.
119 void CSSFontFaceSource::fontLoaded(FontResource*)
285 void CSSFontFaceSource::FontLoadHistograms::recordRemoteFont(const FontResource* font)
300 const char* CSSFontFaceSource::FontLoadHistograms::histogramName(const FontResource* font)
CSSFontSelector.cpp 38 #include "core/fetch/FontResource.h"
57 void FontLoader::addFontToBeginLoading(FontResource* fontResource)
59 if (!m_resourceFetcher || !fontResource->stillNeedsLoad())
62 m_fontsToBeginLoading.append(fontResource);
67 m_resourceFetcher->incrementRequestCount(fontResource);
80 Vector<ResourcePtr<FontResource> > fontsToBeginLoading;
228 void CSSFontSelector::beginLoadingFontSoon(FontResource* font)
CSSFontFaceSrcValue.cpp 34 #include "core/fetch/FontResource.h"
97 FontResource* CSSFontFaceSrcValue::fetch(Document* document)
FontFaceSet.h 53 class FontResource;
FontFace.cpp 509 FontResource* fetched = item->fetch(document);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.h 43 class FontResource : public Resource {
47 FontResource(const ResourceRequest&);
48 virtual ~FontResource();
85 virtual void fontLoaded(FontResource*) { }
86 virtual void didStartFontLoad(FontResource*) { }
FontResource.cpp 28 #include "core/fetch/FontResource.h"
47 FontResource::FontResource(const ResourceRequest& resourceRequest)
53 FontResource::~FontResource()
57 void FontResource::load(ResourceFetcher*, const ResourceLoaderOptions& options)
64 void FontResource::didAddClient(ResourceClient* c)
72 void FontResource::beginLoadIfNeeded(ResourceFetcher* dl)
84 bool FontResource::ensureCustomFontData()
95 FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontW (…)
    [all...]
ResourceFetcher.h 48 class FontResource;
93 ResourcePtr<FontResource> fetchFont(FetchRequest&);
ResourceFetcher.cpp 36 #include "core/fetch/FontResource.h"
86 return new FontResource(request);
313 ResourcePtr<FontResource> ResourceFetcher::fetchFont(FetchRequest& request)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.h 42 class FontResource;
82 void addFontToResources(FontResource*);
PageSerializer.cpp 49 #include "core/fetch/FontResource.h"
324 void PageSerializer::addFontToResources(FontResource* font)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceUriElement.h 25 #include "core/fetch/FontResource.h"
52 ResourcePtr<FontResource> m_resource;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 283 third_party/WebKit/Source/core/fetch/FontResource.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 283 third_party/WebKit/Source/core/fetch/FontResource.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 283 third_party/WebKit/Source/core/fetch/FontResource.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 283 third_party/WebKit/Source/core/fetch/FontResource.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 283 third_party/WebKit/Source/core/fetch/FontResource.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 283 third_party/WebKit/Source/core/fetch/FontResource.cpp \
    [all...]

Completed in 405 milliseconds