OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNodeListCaches
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
TreeScope.h
58
bool
hasNodeListCaches
() const { return m_numNodeListCaches; }
ContainerNode.cpp
795
if (document()->
hasNodeListCaches
())
[
all
...]
Node.cpp
986
} else if (!m_document || !m_document->
hasNodeListCaches
()) {
[
all
...]
Completed in 72 milliseconds