Home | History | Annotate | Download | only in libwebm

Lines Matching full:editions

3910   Edition* const editions = new (std::nothrow) Edition[size];
3912 if (editions == NULL)
3916 m_editions[idx].ShallowCopy(editions[idx]);
3920 m_editions = editions;