Searched defs:FontCacheDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/
H A Dfont_cache_dispatcher_win.h20 class FontCacheDispatcher : public IPC::MessageFilter, public IPC::Sender { class in namespace:content
22 FontCacheDispatcher();
23 virtual ~FontCacheDispatcher();
40 DISALLOW_COPY_AND_ASSIGN(FontCacheDispatcher);
H A Dfont_cache_dispatcher_win.cc17 typedef std::map<FontCacheDispatcher*, FontNameVector> DispatcherToFontNames;
25 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) {
70 void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) {
137 FontCacheDispatcher::FontCacheDispatcher() function in class:content::FontCacheDispatcher
141 FontCacheDispatcher::~FontCacheDispatcher() {
144 void FontCacheDispatcher::OnFilterAdded(IPC::Sender* sender) {
148 bool FontCacheDispatcher::OnMessageReceived(const IPC::Message& message) {
150 IPC_BEGIN_MESSAGE_MAP(FontCacheDispatcher, messag
[all...]

Completed in 491 milliseconds