Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTElement.h56 bool isPastNode() const { return m_isPastNode; } in isPastNode()
57 void setIsPastNode(bool value) { m_isPastNode = value; } in setIsPastNode()
79 unsigned m_isPastNode : 1; variable
DVTTElement.cpp69 , m_isPastNode(0) in VTTElement()