Home | History | Annotate | Download | only in libwebm

Lines Matching refs:Chapters

576   friend class Chapters;
619 // expanding a plain array of Chapter objects (see Chapters).
665 // Chapters element
667 class Chapters {
669 Chapters();
670 ~Chapters();
674 // Returns the number of chapters that have been added.
677 // Output the Chapters element to the writer. Returns true on success.
686 // Chapters element into the stream. Returns the Edition element
693 // Number of active chapters on the chapters_ array.
699 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Chapters);
1054 // Adds an empty chapter to the chapters of this segment. Returns
1294 Chapters chapters_;