OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_refCount
(Results
101 - 125
of
136
) sorted by null
1
2
3
4
5
6
/external/webkit/WebKit/win/
WebHTMLRepresentation.cpp
43
:
m_refCount
(0)
92
return ++
m_refCount
;
97
ULONG newRef = --
m_refCount
;
WebInspector.cpp
50
:
m_refCount
(0)
88
return ++
m_refCount
;
93
ULONG newRef = --
m_refCount
;
WebNotificationCenter.cpp
58
:
m_refCount
(0)
96
return ++
m_refCount
;
101
ULONG newRef = --
m_refCount
;
WebScrollBar.cpp
43
:
m_refCount
(0)
81
return ++
m_refCount
;
86
ULONG newRef = --
m_refCount
;
WebURLProtectionSpace.cpp
40
:
m_refCount
(0)
87
return ++
m_refCount
;
92
ULONG newRef = --
m_refCount
;
WebIconDatabase.cpp
53
:
m_refCount
(0)
144
return ++
m_refCount
;
149
ULONG newRef = --
m_refCount
;
WebMutableURLRequest.cpp
53
:
m_refCount
(0)
128
return ++
m_refCount
;
133
ULONG newRef = --
m_refCount
;
WebURLResponse.cpp
215
:
m_refCount
(0)
272
return ++
m_refCount
;
277
ULONG newRef = --
m_refCount
;
DOMCSSClasses.h
120
ULONG
m_refCount
;
WebDownload.h
130
ULONG
m_refCount
;
WebHTMLRepresentation.h
132
ULONG
m_refCount
;
WebHistoryItem.h
113
ULONG
m_refCount
;
AccessibleBase.cpp
56
,
m_refCount
(0)
114
ASSERT(
m_refCount
> 0);
115
if (--
m_refCount
)
116
return
m_refCount
;
WebHistory.h
160
ULONG
m_refCount
;
WebMutableURLRequest.h
174
ULONG
m_refCount
;
WebHistoryItem.cpp
56
:
m_refCount
(0)
547
return ++
m_refCount
;
552
ULONG newRef = --
m_refCount
;
/external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.cpp
43
:
m_refCount
(1)
65
return ++
m_refCount
;
70
ULONG newRef = --
m_refCount
;
ResourceLoadDelegate.cpp
178
:
m_refCount
(1)
202
return ++
m_refCount
;
207
ULONG newRef = --
m_refCount
;
FrameLoadDelegate.cpp
84
:
m_refCount
(1)
114
return ++
m_refCount
;
119
ULONG newRef = --
m_refCount
;
UIDelegate.cpp
157
:
m_refCount
(1)
192
return ++
m_refCount
;
197
ULONG newRef = --
m_refCount
;
EditingDelegate.h
173
ULONG
m_refCount
;
FrameLoadDelegate.h
166
ULONG
m_refCount
;
/external/webkit/WebCore/rendering/
RenderWidget.cpp
100
,
m_refCount
(1)
151
ASSERT(
m_refCount
<= 0);
305
if (--
m_refCount
<= 0)
/external/webkit/WebKitTools/WinLauncher/
PrintWebUIDelegate.h
34
PrintWebUIDelegate() :
m_refCount
(1) {}
106
int
m_refCount
;
/external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp
159
:
m_refCount
(0)
Completed in 464 milliseconds
1
2
3
4
5
6