Searched refs:newCount (Results 1 – 7 of 7) sorted by relevance
45 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local46 if ( 0 == newCount ) in release()48 return newCount; in release()
78 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local79 if ( newCount == 0 ) in release()81 return newCount; in release()
182 int newCount = xDrawPage.getCount(); in hasRightAmountOfShapes() local183 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()188 for (int i=elementCount; i<newCount; i++) { in hasRightAmountOfShapes()
190 int newCount = xDrawPage.getCount(); in hasRightAmountOfShapes() local191 if (newCount != elementCount + desiredValue) { in hasRightAmountOfShapes()196 for (int i=elementCount; i<newCount; i++) { in hasRightAmountOfShapes()
47 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local48 if ( newCount == 0 ) in release()53 return newCount; in release()
207 oslInterlockedCount newCount = osl_decrementInterlockedCount( &m_refCount ); in release() local208 if ( 0 == newCount ) in release()210 return newCount; in release()
65 void setCount(int newCount) in setCount() argument67 count_ = newCount; in setCount()