HomeSort by relevance Sort by last modified time
    Searched refs:m_refCount (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /external/webkit/Source/WebKit/win/
WebFramePolicyListener.h 64 ULONG m_refCount;
WebNotification.h 61 ULONG m_refCount;
WebNotificationCenter.h 75 ULONG m_refCount;
WebScriptObject.h 75 ULONG m_refCount;
WebScriptWorld.h 59 ULONG m_refCount;
WebSecurityOrigin.h 74 ULONG m_refCount;
WebSerializedJSValue.h 57 ULONG m_refCount;
WebURLAuthenticationChallengeSender.h 66 ULONG m_refCount;
WebURLCredential.h 68 ULONG m_refCount;
WebUserContentURLPattern.h 56 ULONG m_refCount;
WebDatabaseManager.cpp 70 : m_refCount(0)
74 ULONG m_refCount;
89 return ++m_refCount;
94 ULONG newRef = --m_refCount;
156 : m_refCount(0)
185 return ++m_refCount;
190 ULONG newRef = --m_refCount;
CFDictionaryPropertyBag.cpp 36 : m_refCount(0)
83 return ++m_refCount;
88 ULONG newRef = --m_refCount;
DefaultPolicyDelegate.cpp 43 : m_refCount(0)
88 return ++m_refCount;
93 ULONG newRef = --m_refCount;
MemoryStream.cpp 36 : m_refCount(0)
75 return ++m_refCount;
80 ULONG newRef = --m_refCount;
WebActionPropertyBag.cpp 44 : m_refCount(0)
84 return ++m_refCount;
89 ULONG newRef = --m_refCount;
WebCoreStatistics.cpp 44 : m_refCount(0)
81 return ++m_refCount;
86 ULONG newRef = --m_refCount;
WebError.cpp 42 : m_refCount(0)
90 return ++m_refCount;
95 ULONG newRef = --m_refCount;
WebURLAuthenticationChallenge.cpp 47 : m_refCount(0)
96 return ++m_refCount;
101 ULONG newRef = --m_refCount;
DefaultDownloadDelegate.h 67 ULONG m_refCount;
WebBackForwardList.h 111 ULONG m_refCount;
WebCoreStatistics.h 72 ULONG m_refCount;
  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.h 69 ULONG m_refCount;
HistoryDelegate.cpp 43 : m_refCount(1)
68 return ++m_refCount;
73 ULONG newRef = --m_refCount;
PolicyDelegate.cpp 58 : m_refCount(1)
81 return ++m_refCount;
86 ULONG newRef = --m_refCount;
  /external/webkit/Tools/WinLauncher/
WinLauncher.h 34 WinLauncherWebHost() : m_refCount(1) {}
118 ULONG m_refCount;

Completed in 368 milliseconds

1 23 4 5 6