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 485 InlineBox* endBox = 0;
494 endPosition.getInlineBoxAndOffset(endBox, unusedOffset);
495 if (startBox && endBox && startBox->direction() == endBox->direction())
    [all...]
VisibleUnits.cpp 796 InlineBox* endBox;
798 endNode = rootBox->getLogicalEndBoxWithNode(endBox);
804 endBox = rootBox->lastLeafChild();
806 if (!endBox)
809 endNode = endBox->renderer().nonPseudoNode();
813 endBox = endBox->prevLeafChild();
820 else if (endBox->isInlineTextBox() && endNode->isTextNode()) {
821 InlineTextBox* endTextBox = toInlineTextBox(endBox);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 960 endBox(); // mvhd
974 endBox(); // moov
994 endBox();
    [all...]

Completed in 681 milliseconds