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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 121 virtual float placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, bool& foundBox);
RootInlineBox.h 82 virtual float placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, bool& foundBox);
RootInlineBox.cpp 124 bool foundBox = false;
125 ellipsisBox->m_x = placeEllipsisBox(ltr, blockLeftEdge, blockRightEdge, ellipsisWidth, foundBox);
128 float RootInlineBox::placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, bool& foundBox)
130 float result = InlineFlowBox::placeEllipsisBox(ltr, blockLeftEdge, blockRightEdge, ellipsisWidth, foundBox);
    [all...]
InlineTextBox.cpp 234 float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, bool& foundBox)
236 if (foundBox) {
252 foundBox = true;
259 foundBox = true;
    [all...]
InlineFlowBox.cpp     [all...]

Completed in 1469 milliseconds