Home | History | Annotate | Download | only in common

Lines Matching defs:FontCacheDispatcher

17 typedef std::map<FontCacheDispatcher*, FontNameVector> DispatcherToFontNames;
25 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) {
70 void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) {
137 FontCacheDispatcher::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, message)
159 void FontCacheDispatcher::OnChannelClosing() {
163 bool FontCacheDispatcher::Send(IPC::Message* message) {
171 void FontCacheDispatcher::OnPreCacheFont(const LOGFONT& font) {
188 void FontCacheDispatcher::OnReleaseCachedFonts() {