Searched refs:newRef (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp51 ULONG newRef = --m_refCount; local
52 if (!newRef)
55 return newRef;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebCookieManager.cpp75 ULONG newRef = --m_refCount; local
76 if (!newRef)
79 return newRef;
H A DWebGeolocationPolicyListener.cpp78 ULONG newRef = --m_refCount; local
79 if (!newRef)
82 return newRef;
H A DWebTextRenderer.cpp75 ULONG newRef = --m_refCount; local
76 if (!newRef)
79 return newRef;
H A DWebWorkersPrivate.cpp62 ULONG newRef = --m_refCount; local
63 if (!newRef)
66 return newRef;
H A DWebFramePolicyListener.cpp85 ULONG newRef = --m_refCount; local
86 if (!newRef)
89 return newRef;
H A DWebGeolocationPosition.cpp75 ULONG newRef = --m_refCount; local
76 if (!newRef)
79 return newRef;
H A DWebJavaScriptCollector.cpp84 ULONG newRef = --m_refCount; local
85 if (!newRef)
88 return newRef;
H A DWebScriptObject.cpp71 ULONG newRef = --m_refCount; local
72 if (!newRef)
75 return newRef;
H A DWebURLAuthenticationChallengeSender.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DWebArchive.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DWebKitClassFactory.cpp124 ULONG newRef = --m_refCount; local
125 if (!newRef && !gLockCount)
128 return newRef;
H A DWebKitStatistics.cpp89 ULONG newRef = --m_refCount; local
90 if (!newRef)
93 return newRef;
H A DWebNotification.cpp95 ULONG newRef = --m_refCount; local
96 if (!newRef)
99 return newRef;
H A DWebSecurityOrigin.cpp84 ULONG newRef = --m_refCount; local
85 if (!newRef)
88 return newRef;
H A DWebDownload.cpp120 ULONG newRef = --m_refCount; local
121 if (!newRef)
124 return newRef;
H A DWebNavigationData.cpp55 ULONG newRef = --m_refCount; local
56 if (!newRef)
59 return newRef;
H A DWebResource.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DWebURLCredential.cpp90 ULONG newRef = --m_refCount; local
91 if (!newRef)
94 return newRef;
H A DCFDictionaryPropertyBag.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DCOMEnumVariant.h120 ULONG newRef = --m_refCount; local
121 if (!newRef)
124 return newRef;
H A DDefaultPolicyDelegate.cpp94 ULONG newRef = --m_refCount; local
95 if (!newRef)
98 return newRef;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecTrustedApplicationPriv.h149 SecTrustedApplicationRef newRef, UInt32 flags);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecTrustedApplicationPriv.h149 SecTrustedApplicationRef newRef, UInt32 flags);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecTrustedApplicationPriv.h149 SecTrustedApplicationRef newRef, UInt32 flags);

Completed in 118 milliseconds

123