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

  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 965 endBox(); // mvhd
979 endBox(); // moov
999 endBox();
    [all...]
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 60 void endBox();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 790 InlineBox* endBox;
792 endNode = rootBox->getLogicalEndBoxWithNode(endBox);
798 endBox = rootBox->lastLeafChild();
800 if (!endBox)
803 endNode = endBox->renderer().nonPseudoNode();
807 endBox = endBox->prevLeafChild();
814 else if (endBox->isInlineTextBox() && endNode->isTextNode()) {
815 InlineTextBox* endTextBox = toInlineTextBox(endBox);
    [all...]
FrameSelection.cpp 486 InlineBox* endBox = 0;
495 endPosition.getInlineBoxAndOffset(endBox, unusedOffset);
496 if (startBox && endBox && startBox->direction() == endBox->direction())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp     [all...]

Completed in 205 milliseconds