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 953 endBox(); // mvhd
967 endBox(); // moov
984 endBox();
    [all...]
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 60 void endBox();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 804 InlineBox* endBox;
806 endNode = rootBox->getLogicalEndBoxWithNode(endBox);
812 endBox = rootBox->lastLeafChild();
814 if (!endBox)
817 RenderObject* endRenderer = endBox->renderer();
825 endBox = endBox->prevLeafChild();
832 else if (endBox->isInlineTextBox() && endNode->isTextNode()) {
833 InlineTextBox* endTextBox = toInlineTextBox(endBox);
    [all...]
FrameSelection.cpp 485 InlineBox* endBox = 0;
494 endPosition.getInlineBoxAndOffset(endBox, unusedOffset);
495 if (startBox && endBox && startBox->direction() == endBox->direction())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp     [all...]

Completed in 104 milliseconds