HomeSort by relevance Sort by last modified time
    Searched refs:m_refCount (Results 26 - 50 of 136) sorted by null

12 3 4 5 6

  /external/webkit/WebKit/win/
WebURLAuthenticationChallengeSender.cpp 45 : m_refCount(0)
86 return ++m_refCount;
91 ULONG newRef = --m_refCount;
WebArchive.cpp 54 : m_refCount(0)
83 return ++m_refCount;
88 ULONG newRef = --m_refCount;
WebFramePolicyListener.cpp 43 : m_refCount(0)
83 return ++m_refCount;
88 ULONG newRef = --m_refCount;
WebIconFetcher.cpp 81 : m_refCount(0)
110 return ++m_refCount;
115 ULONG newRef = --m_refCount;
WebKitStatistics.cpp 47 : m_refCount(0)
84 return ++m_refCount;
89 ULONG newRef = --m_refCount;
WebNotification.cpp 36 : m_refCount(0)
90 return ++m_refCount;
95 ULONG newRef = --m_refCount;
CFDictionaryPropertyBag.h 56 ULONG m_refCount;
WebElementPropertyBag.h 64 ULONG m_refCount;
WebGeolocationPolicyListener.h 57 ULONG m_refCount;
WebGeolocationPosition.h 56 ULONG m_refCount;
WebKitStatistics.h 70 ULONG m_refCount;
WebSerializedJSValue.h 53 ULONG m_refCount;
COMEnumVariant.h 55 : m_refCount(0)
60 : m_refCount(0)
68 ULONG m_refCount;
112 return ++m_refCount;
118 ULONG newRef = --m_refCount;
WebKitClassFactory.cpp 78 , m_refCount(0)
120 return ++m_refCount;
125 ULONG newRef = --m_refCount;
WebNavigationData.cpp 50 return ++m_refCount;
55 ULONG newRef = --m_refCount;
65 : m_refCount(0)
WebResource.cpp 42 : m_refCount(0)
86 return ++m_refCount;
91 ULONG newRef = --m_refCount;
WebScriptWorld.cpp 43 : m_refCount(0)
93 return ++m_refCount;
98 ULONG newRefCount = --m_refCount;
WebSecurityOrigin.cpp 51 : m_refCount(0)
83 return ++m_refCount;
88 ULONG newRef = --m_refCount;
WebURLCredential.cpp 40 : m_refCount(0)
87 return ++m_refCount;
92 ULONG newRef = --m_refCount;
DefaultPolicyDelegate.h 73 ULONG m_refCount;
  /external/webkit/WebKitTools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.h 63 ULONG m_refCount;
DRTDesktopNotificationPresenter.cpp 41 : m_refCount(1) {}
59 return ++m_refCount;
64 ULONG newRef = --m_refCount;
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.h 163 UStringImpl* ref() { m_refCount += s_refCountIncrement; return this; }
164 ALWAYS_INLINE void deref() { if (!(m_refCount -= s_refCountIncrement)) delete this; }
204 , m_refCount(s_refCountIncrement)
220 , m_refCount(s_staticRefCountInitialValue)
232 , m_refCount(s_refCountIncrement)
249 , m_refCount(s_refCountIncrement)
276 bool isStatic() const { return m_refCount & 1; }
281 unsigned m_refCount;
  /external/webkit/JavaScriptCore/wtf/
Threading.h 253 : m_refCount(initialRefCount)
260 atomicIncrement(&m_refCount);
263 ++m_refCount;
277 return static_cast<int const volatile &>(m_refCount);
285 if (atomicDecrement(&m_refCount) <= 0)
291 --m_refCount;
292 refCount = m_refCount;
304 int m_refCount;
  /external/webkit/WebCore/rendering/
RenderWidget.h 70 RenderArena* ref() { ++m_refCount; return renderArena(); }
76 int m_refCount;

Completed in 224 milliseconds

12 3 4 5 6