Home | History | Annotate | Download | only in libwebm

Lines Matching defs:chapters

1164   // done in Init() (called in Chapters::AddChapter()).  The only
1168 // only to the Chapters class). Doing no initialization here also
1350 // Chapters Class
1352 Chapters::Chapters()
1358 Chapters::~Chapters() {
1368 int Chapters::Count() const {
1372 Chapter* Chapters::AddChapter(unsigned int* seed) {
1382 bool Chapters::Write(IMkvWriter* writer) const {
1404 bool Chapters::ExpandChaptersArray() {
1410 Chapter* const chapters = new (std::nothrow) Chapter[size]; // NOLINT
1411 if (chapters == NULL)
1416 Chapter* const dst = chapters + idx;
1422 chapters_ = chapters;
1428 uint64 Chapters::WriteEdition(IMkvWriter* writer) const {