Searched refs:chapters (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.cpp69 DEFINE_STATIC_LOCAL(const AtomicString, chapters, ("chapters", AtomicString::ConstructFromLiteral));
70 return chapters;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1370 Chapter* const chapters = new (std::nothrow) Chapter[size]; // NOLINT local
1371 if (chapters == NULL)
1376 Chapter* const dst = chapters + idx;
1382 chapters_ = chapters;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1410 Chapter* const chapters = new (std::nothrow) Chapter[size]; // NOLINT local
1411 if (chapters == NULL)
1416 Chapter* const dst = chapters + idx;
1422 chapters_ = chapters;
/external/bison/build-aux/
H A Dtexinfo.tex1033 % If working on a large document in chapters, it is convenient to
5266 % chapters, we're in trouble anyway, I'm sure.)
5345 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
6034 % start on an odd page, unlike chapters. Thus, we maintain
6077 % And just the chapters.
6127 % chapters. Have to read the whole toc once to know how many chapters
6169 % Unnumbered chapters.
6195 % If the toc has to be broken over pages, we want it to be at chapters

Completed in 178 milliseconds