OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_refCount
(Results
51 - 75
of
136
) sorted by null
1
2
3
4
5
6
/external/webkit/WebKit/win/
WebActionPropertyBag.h
62
ULONG
m_refCount
;
WebArchive.h
80
ULONG
m_refCount
;
WebFramePolicyListener.h
67
ULONG
m_refCount
;
WebNotification.h
61
ULONG
m_refCount
;
WebNotificationCenter.h
75
ULONG
m_refCount
;
WebScriptObject.h
75
ULONG
m_refCount
;
WebScriptWorld.h
56
ULONG
m_refCount
;
WebSecurityOrigin.h
74
ULONG
m_refCount
;
WebURLAuthenticationChallengeSender.h
66
ULONG
m_refCount
;
WebURLCredential.h
71
ULONG
m_refCount
;
WebDatabaseManager.cpp
68
:
m_refCount
(0)
72
ULONG
m_refCount
;
87
return ++
m_refCount
;
92
ULONG newRef = --
m_refCount
;
154
:
m_refCount
(0)
183
return ++
m_refCount
;
188
ULONG newRef = --
m_refCount
;
CFDictionaryPropertyBag.cpp
36
:
m_refCount
(0)
83
return ++
m_refCount
;
88
ULONG newRef = --
m_refCount
;
DefaultPolicyDelegate.cpp
46
:
m_refCount
(0)
91
return ++
m_refCount
;
96
ULONG newRef = --
m_refCount
;
MemoryStream.cpp
36
:
m_refCount
(0)
75
return ++
m_refCount
;
80
ULONG newRef = --
m_refCount
;
WebActionPropertyBag.cpp
47
:
m_refCount
(0)
87
return ++
m_refCount
;
92
ULONG newRef = --
m_refCount
;
WebCoreStatistics.cpp
43
:
m_refCount
(0)
80
return ++
m_refCount
;
85
ULONG newRef = --
m_refCount
;
WebError.cpp
44
:
m_refCount
(0)
92
return ++
m_refCount
;
97
ULONG newRef = --
m_refCount
;
WebURLAuthenticationChallenge.cpp
50
:
m_refCount
(0)
99
return ++
m_refCount
;
104
ULONG newRef = --
m_refCount
;
DefaultDownloadDelegate.h
68
ULONG
m_refCount
;
WebBackForwardList.h
111
ULONG
m_refCount
;
/external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp
63
NotificationCOMWrapper(Notification* inner) :
m_refCount
(1), m_inner(inner) {}
65
int
m_refCount
;
85
return ++
m_refCount
;
90
ULONG newRef = --
m_refCount
;
/external/webkit/WebKitTools/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/WebKitTools/WinLauncher/
WinLauncher.h
34
WinLauncherWebHost() :
m_refCount
(1) {}
114
ULONG
m_refCount
;
Completed in 644 milliseconds
1
2
3
4
5
6