Home
last modified time | relevance | path

Searched refs:isPastNode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTElement.h53 bool isPastNode() const { return m_isPastNode; } in isPastNode() function
DVTTCue.cpp678 bool isPastNode = true; in markFutureAndPastNodes() local
681 isPastNode = false; in markFutureAndPastNodes()
690 isPastNode = false; in markFutureAndPastNodes()
694 toVTTElement(child)->setIsPastNode(isPastNode); in markFutureAndPastNodes()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp897 return (element.isVTTElement() && !toVTTElement(element).isPastNode()); in checkOne()
899 return (element.isVTTElement() && toVTTElement(element).isPastNode()); in checkOne()