Lines Matching refs:Chapters
598 class Chapters {
599 Chapters(const Chapters&);
600 Chapters& operator=(const Chapters&);
609 Chapters(Segment*, long long payload_start, long long payload_size,
612 ~Chapters();
656 long long GetStartTime(const Chapters*) const;
657 long long GetStopTime(const Chapters*) const;
667 static long long GetTime(const Chapters*, long long timecode);
683 friend class Chapters; variable
1091 const Chapters* GetChapters() const;
1117 Chapters* m_pChapters;