OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_guardRefCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h
107
++
m_guardRefCount
;
113
--
m_guardRefCount
;
114
if (!
m_guardRefCount
&& !refCount() && !rootNodeHasTreeSharedParent()) {
140
bool hasGuardRefCount() const { return
m_guardRefCount
; }
161
int
m_guardRefCount
;
TreeScope.cpp
69
,
m_guardRefCount
(0)
83
,
m_guardRefCount
(0)
94
,
m_guardRefCount
(0)
100
ASSERT(!
m_guardRefCount
);
Node.cpp
[
all
...]
Completed in 46 milliseconds