HomeSort by relevance Sort by last modified time
    Searched refs:m_RefCount (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxge/ge/
cttfontdesc.cpp 37 m_RefCount--;
38 if (m_RefCount)
39 return m_RefCount;
cttfontdesc.h 23 CTTFontDesc() : m_Type(0), m_pFontData(nullptr), m_RefCount(0) {}
37 int m_RefCount;
cfx_fontmgr.cpp 137 pFontDesc->m_RefCount++;
151 pFontDesc->m_RefCount = 1;
180 pFontDesc->m_RefCount++;
199 pFontDesc->m_RefCount++;
  /external/pdfium/core/fxcrt/
cfx_shared_copy_on_write.h 60 CountedObj(Args... params) : ObjClass(params...), m_RefCount(0) {}
62 CountedObj(const CountedObj& src) : ObjClass(src), m_RefCount(0) {}
63 ~CountedObj() { m_RefCount = 0; }
65 bool HasOneRef() const { return m_RefCount == 1; }
66 void Retain() { m_RefCount++; }
68 ASSERT(m_RefCount);
69 if (--m_RefCount == 0)
79 intptr_t m_RefCount;
  /external/pdfium/fpdfsdk/javascript/
JS_GlobalData.h 72 size_t m_RefCount;
JS_GlobalData.cpp 50 ++g_pInstance->m_RefCount;
55 if (!--m_RefCount) {
62 : m_RefCount(0), m_sFilePath(SDK_JS_GLOBALDATA_FILENAME) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 116 unsigned __LONG32 m_RefCount;
277 inline _bstr_t::Data_t::Data_t(const char *s) : m_str(NULL),m_RefCount(1) {
281 inline _bstr_t::Data_t::Data_t(const wchar_t *s) : m_str(NULL),m_RefCount(1) {
286 inline _bstr_t::Data_t::Data_t(BSTR bstr,bool fCopy) : m_str(NULL),m_RefCount(1) {
293 inline _bstr_t::Data_t::Data_t(const _bstr_t &s1,const _bstr_t &s2) : m_str(NULL),m_RefCount(1) {
312 InterlockedIncrement(reinterpret_cast<LONG*>(&m_RefCount));
313 return m_RefCount;
317 unsigned __LONG32 cRef = InterlockedDecrement(reinterpret_cast<LONG*>(&m_RefCount));
322 inline unsigned __LONG32 _bstr_t::Data_t::RefCount() const throw() { return m_RefCount; }
350 m_RefCount = 1
    [all...]
kcom.h 120 LONG m_RefCount;
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 165 milliseconds