OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_numNodeListCaches
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
TreeScope.h
56
void addNodeListCache() { ++
m_numNodeListCaches
; }
57
void removeNodeListCache() { ASSERT(
m_numNodeListCaches
> 0); --
m_numNodeListCaches
; }
58
bool hasNodeListCaches() const { return
m_numNodeListCaches
; }
85
unsigned
m_numNodeListCaches
;
TreeScope.cpp
43
,
m_numNodeListCaches
(0)
Completed in 29 milliseconds