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

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

Completed in 125 milliseconds