Home
last modified time | relevance | path

Searched refs:m_inActiveDocument (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h81 bool inActiveDocument() const { return m_inActiveDocument; } in inActiveDocument()
391 bool m_inActiveDocument : 1; variable
DHTMLMediaElement.cpp161 , m_inActiveDocument(true) in HTMLMediaElement()
2327 m_inActiveDocument = false; in stop()
2360 m_inActiveDocument = true; in resume()