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

  /external/chromium_org/media/filters/
chunk_demuxer.h 226 bool cancel_next_seek_; member in class:media::ChunkDemuxer
chunk_demuxer.cc 749 cancel_next_seek_(false),
798 if (cancel_next_seek_) {
799 cancel_next_seek_ = false;
852 cancel_next_seek_ = false;
860 if (cancel_next_seek_)
867 cancel_next_seek_ = true;
    [all...]

Completed in 43 milliseconds