Home
last modified time | relevance | path

Searched refs:RefCountedHFONT (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.h93 class RefCountedHFONT : public RefCounted<RefCountedHFONT> {
95 static PassRefPtr<RefCountedHFONT> create(HFONT hfont) in create()
97 return adoptRef(new RefCountedHFONT(hfont)); in create()
100 ~RefCountedHFONT();
108 bool operator==(const RefCountedHFONT& other) const
116 RefCountedHFONT(HFONT hfont) : m_hfont(hfont) in RefCountedHFONT() function
123 static RefCountedHFONT* hashTableDeletedFontValue();
125 RefPtr<RefCountedHFONT> m_font;
DFontPlatformDataChromiumWin.cpp61 : m_font(RefCountedHFONT::create(font)) in FontPlatformData()
110 FontPlatformData::RefCountedHFONT::~RefCountedHFONT() in ~RefCountedHFONT()
118 FontPlatformData::RefCountedHFONT* FontPlatformData::hashTableDeletedFontValue() in hashTableDeletedFontValue()
120 static RefPtr<RefCountedHFONT> deletedValue = in hashTableDeletedFontValue()
121 RefCountedHFONT::create(reinterpret_cast<HFONT>(-1)); in hashTableDeletedFontValue()
/external/webkit/WebCore/platform/graphics/win/
DFontPlatformData.h115 class RefCountedHFONT : public RefCounted<RefCountedHFONT> {
117 …static PassRefPtr<RefCountedHFONT> create(HFONT hfont) { return adoptRef(new RefCountedHFONT(hfont… in create()
118 …static PassRefPtr<RefCountedHFONT> createDeleted() { return adoptRef(new RefCountedHFONT(reinterpr… in createDeleted()
120 … ~RefCountedHFONT() { if (m_hfont != reinterpret_cast<HFONT>(-1)) DeleteObject(m_hfont); } in ~RefCountedHFONT()
129 RefCountedHFONT(HFONT hfont) in RefCountedHFONT() function
139 RefPtr<RefCountedHFONT> m_font;
DFontPlatformDataWin.cpp39 : m_font(RefCountedHFONT::create(font)) in FontPlatformData()
DFontPlatformDataCGWin.cpp138 : m_font(RefCountedHFONT::create(hfont)) in FontPlatformData()
/external/webkit/WebCore/
DChangeLog-2009-06-1654340 (WebCore::FontPlatformData::RefCountedHFONT::~RefCountedHFONT):
54350 (WebCore::FontPlatformData::RefCountedHFONT::create):
54351 (WebCore::FontPlatformData::RefCountedHFONT::hfont):
54352 (WebCore::FontPlatformData::RefCountedHFONT::hash):
54353 (WebCore::FontPlatformData::RefCountedHFONT::operator==):
54354 (WebCore::FontPlatformData::RefCountedHFONT::RefCountedHFONT):
DChangeLog-2008-08-1036037 RetainPtr and a RefPtr around a RefCountedHFONT.
36043 (WebCore::FontPlatformData::RefCountedHFONT::RefCountedHFONT): Added.
36044 (WebCore::FontPlatformData::RefCountedHFONT::~RefCountedHFONT):
36045 (WebCore::FontPlatformData::RefCountedHFONT::hfont):
36046 (WebCore::FontPlatformData::RefCountedHFONT::hash):