Home
last modified time | relevance | path

Searched defs: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() function
DVTTCue.cpp677 bool isPastNode = true; in markFutureAndPastNodes() local