Home
last modified time | relevance | path

Searched refs:m_RefCount (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/
Dcfx_globaldata.h79 size_t m_RefCount = 0; variable
Dcfx_globaldata.cpp94 ++g_pInstance->m_RefCount; in GetRetainedInstance()
99 if (--m_RefCount) in Release()
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp510 GpStream() : m_RefCount(1), m_ReadPos(0) {} in GpStream()
525 return (ULONG)InterlockedIncrement(&m_RefCount); in AddRef()
528 ULONG res = (ULONG)InterlockedDecrement(&m_RefCount); in Release()
639 LONG m_RefCount; member in __anon231311ed0111::GpStream