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

123

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp51 ULONG newRef = --m_refCount; local
52 if (!newRef)
55 return newRef;
/external/webkit/Source/WebKit/win/
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 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.cpp77 ULONG newRef = --m_refCount; local
78 if (!newRef)
81 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 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 DWebSecurityOrigin.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.h118 ULONG newRef = --m_refCount; local
119 if (!newRef)
122 return newRef;
H A DDefaultPolicyDelegate.cpp93 ULONG newRef = --m_refCount; local
94 if (!newRef)
97 return newRef;
H A DMemoryStream.cpp80 ULONG newRef = --m_refCount; local
81 if (!newRef)
84 return newRef;
H A DWebActionPropertyBag.cpp89 ULONG newRef = --m_refCount; local
90 if (!newRef)
93 return newRef;
/external/webkit/Tools/DumpRenderTree/win/
H A DDRTDesktopNotificationPresenter.cpp64 ULONG newRef = --m_refCount; local
65 if (!newRef)
68 return newRef;

Completed in 157 milliseconds

123