Searched defs:newRef (Results 1 - 25 of 59) sorted by relevance

123

/external/webkit/WebKit/win/
H A DGEN_DOMObject.cpp74 ULONG newRef = --m_refCount; local
75 if (!newRef)
78 return newRef;
H A DWebCookieManager.cpp77 ULONG newRef = --m_refCount; local
78 if (!newRef)
81 return newRef;
H A DWebGeolocationPolicyListener.cpp78 ULONG newRef = --m_refCount; local
79 if (!newRef)
82 return newRef;
H A DWebJavaScriptCollector.cpp86 ULONG newRef = --m_refCount; local
87 if (!newRef)
90 return newRef;
H A DWebTextRenderer.cpp81 ULONG newRef = --m_refCount; local
82 if (!newRef)
85 return newRef;
H A DWebURLAuthenticationChallengeSender.cpp91 ULONG newRef = --m_refCount; local
92 if (!newRef)
95 return newRef;
H A DWebWorkersPrivate.cpp62 ULONG newRef = --m_refCount; local
63 if (!newRef)
66 return newRef;
H A DWebFramePolicyListener.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DWebGeolocationPosition.cpp77 ULONG newRef = --m_refCount; local
78 if (!newRef)
81 return newRef;
H A DWebNavigationData.cpp55 ULONG newRef = --m_refCount; local
56 if (!newRef)
59 return newRef;
H A DWebNotification.cpp95 ULONG newRef = --m_refCount; local
96 if (!newRef)
99 return newRef;
H A DWebScriptObject.cpp71 ULONG newRef = --m_refCount; local
72 if (!newRef)
75 return newRef;
H A DWebSecurityOrigin.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DCFDictionaryPropertyBag.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DCOMEnumVariant.h118 ULONG newRef = --m_refCount; local
119 if (!newRef)
122 return newRef;
H A DWebActionPropertyBag.cpp92 ULONG newRef = --m_refCount; local
93 if (!newRef)
96 return newRef;
H A DWebArchive.cpp88 ULONG newRef = --m_refCount; local
89 if (!newRef)
92 return newRef;
H A DWebCache.cpp83 ULONG newRef = --m_refCount; local
84 if (!newRef)
87 return newRef;
H A DWebElementPropertyBag.cpp91 ULONG newRef = --m_refCount; local
92 if (!newRef)
95 return newRef;
H A DWebIconFetcher.cpp115 ULONG newRef = --m_refCount; local
116 if (!newRef)
119 return newRef;
H A DWebKitClassFactory.cpp125 ULONG newRef = --m_refCount; local
126 if (!newRef && !gLockCount)
129 return newRef;
H A DWebResource.cpp91 ULONG newRef = --m_refCount; local
92 if (!newRef)
95 return newRef;
H A DWebURLAuthenticationChallenge.cpp104 ULONG newRef = --m_refCount; local
105 if (!newRef)
108 return newRef;
H A DWebURLCredential.cpp92 ULONG newRef = --m_refCount; local
93 if (!newRef)
96 return newRef;
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp51 ULONG newRef = --m_refCount; local
52 if (!newRef)
55 return newRef;

Completed in 234 milliseconds

123