OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontCacheDispatcher
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/
font_cache_dispatcher_win.h
19
class
FontCacheDispatcher
: public IPC::ChannelProxy::MessageFilter,
22
FontCacheDispatcher
();
23
virtual ~
FontCacheDispatcher
();
40
DISALLOW_COPY_AND_ASSIGN(
FontCacheDispatcher
);
font_cache_dispatcher_win.cc
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::Channel* channel) {
148
bool
FontCacheDispatcher
::OnMessageReceived(const IPC::Message& message) {
150
IPC_BEGIN_MESSAGE_MAP(
FontCacheDispatcher
, message
[
all
...]
child_process_host_impl.cc
137
AddFilter(new
FontCacheDispatcher
());
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
700
channel_->AddFilter(new
FontCacheDispatcher
());
[
all
...]
Completed in 367 milliseconds