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/vtt/
VTTElement.h 56 bool isPastNode() const { return m_isPastNode; }
VTTCue.cpp 677 bool isPastNode = true;
680 isPastNode = false;
689 isPastNode = false;
693 toVTTElement(child)->setIsPastNode(isPastNode);
    [all...]

Completed in 1605 milliseconds