Searched refs:m_ownsInfo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLCollection.h85 mutable bool m_ownsInfo; member in class:WebCore::HTMLCollection
H A DHTMLCollection.cpp44 , m_ownsInfo(false)
53 , m_ownsInfo(false)
64 if (m_ownsInfo)
74 m_ownsInfo = true;

Completed in 97 milliseconds