Searched refs:newRefCount (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebSerializedJSValue.cpp58 ULONG newRefCount = --m_refCount; local
59 if (!newRefCount)
61 return newRefCount;
H A DWebUserContentURLPattern.cpp61 ULONG newRefCount = --m_refCount; local
62 if (!newRefCount)
64 return newRefCount;
H A DWebScriptWorld.cpp98 ULONG newRefCount = --m_refCount; local
99 if (!newRefCount)
101 return newRefCount;
/macosx-10.9.5/CF-855.17/
H A DCFStorage.c224 uint32_t newRefCount = OSAtomicDecrement32((int32_t *)&node->refCount); local
225 if (newRefCount == 0) {

Completed in 142 milliseconds