Searched refs:RefCountedHFONT (Results 1 – 7 of 7) sorted by relevance
93 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) const116 RefCountedHFONT(HFONT hfont) : m_hfont(hfont) in RefCountedHFONT() function123 static RefCountedHFONT* hashTableDeletedFontValue();125 RefPtr<RefCountedHFONT> m_font;
61 : 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()
115 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() function139 RefPtr<RefCountedHFONT> m_font;
39 : m_font(RefCountedHFONT::create(font)) in FontPlatformData()
138 : m_font(RefCountedHFONT::create(hfont)) in FontPlatformData()
54340 (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):
36037 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):