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 951 endBox(); // mvhd
965 endBox(); // moov
982 endBox();
    [all...]
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 60 void endBox();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 803 InlineBox* endBox;
805 endNode = rootBox->getLogicalEndBoxWithNode(endBox);
811 endBox = rootBox->lastLeafChild();
813 if (!endBox)
816 RenderObject* endRenderer = endBox->renderer();
824 endBox = endBox->prevLeafChild();
831 else if (endBox->isInlineTextBox() && endNode->isTextNode()) {
832 InlineTextBox* endTextBox = toInlineTextBox(endBox);
    [all...]
FrameSelection.cpp 447 InlineBox* endBox = 0;
456 endPosition.getInlineBoxAndOffset(endBox, unusedOffset);
457 if (startBox && endBox && startBox->direction() == endBox->direction())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp     [all...]

Completed in 453 milliseconds