HomeSort by relevance Sort by last modified time
    Searched defs:isPastNode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTElement.h 53 bool isPastNode() const { return m_isPastNode; }
TextTrackCue.cpp 744 bool isPastNode = true;
747 isPastNode = false;
757 isPastNode = false;
761 toWebVTTElement(child)->setIsPastNode(isPastNode);
    [all...]

Completed in 55 milliseconds