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

  /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...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 951 endBox(); // mvhd
965 endBox(); // moov
982 endBox();
    [all...]

Completed in 176 milliseconds