Searched defs:m_RefCount (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Dtagged_int.h88 int m_RefCount; member in class:CPDF_StructElementImpl
/external/pdfium/core/src/fxge/ge/
H A Dtext_int.h29 m_RefCount = 0;
45 int m_RefCount; member in class:CTTFontDesc
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1289 int m_RefCount; member in class:CFX_CountRef::CountedObj
1301 m_pObject->m_RefCount ++;
1310 m_pObject->m_RefCount --;
1311 if (m_pObject->m_RefCount <= 0) {
1319 m_pObject->m_RefCount --;
1320 if (m_pObject->m_RefCount <= 0) {
1329 m_pObject->m_RefCount = 1;
1336 ref.m_pObject->m_RefCount ++;
1339 m_pObject->m_RefCount --;
1340 if (m_pObject->m_RefCount <
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1008 LONG m_RefCount; member in class:GpStream
1014 m_RefCount = 1;
1031 return (ULONG)InterlockedIncrement(&m_RefCount);
1035 ULONG res = (ULONG) InterlockedDecrement(&m_RefCount);

Completed in 847 milliseconds