HomeSort by relevance Sort by last modified time
    Searched refs:endBox (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 735 endBox(); // mvhd
749 endBox(); // moov
766 endBox();
915 void MPEG4Writer::endBox() {
    [all...]
  /frameworks/base/include/media/stagefright/
MPEG4Writer.h 53 void endBox();
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 413 InlineBox *endBox = rootBox->lastLeafChild();
415 if (!endBox)
418 RenderObject *endRenderer = endBox->renderer();
426 endBox = endBox->prevLeafChild();
432 } else if (endBox->isInlineTextBox()) {
433 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox);
    [all...]

Completed in 87 milliseconds