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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 447 InlineBox* endBox = 0;
456 endPosition.getInlineBoxAndOffset(endBox, unusedOffset);
457 if (startBox && endBox && startBox->direction() == endBox->direction())
    [all...]
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...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 951 endBox(); // mvhd
965 endBox(); // moov
982 endBox();
    [all...]

Completed in 121 milliseconds