HomeSort by relevance Sort by last modified time
    Searched refs:m_ownsCaches (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/dom/
DynamicNodeList.h 55 bool hasOwnCaches() const { return m_ownsCaches; }
73 bool m_ownsCaches;
DynamicNodeList.cpp 34 , m_ownsCaches(true)
42 , m_ownsCaches(false)
150 ASSERT(m_ownsCaches);

Completed in 17 milliseconds