HomeSort by relevance Sort by last modified time
    Searched full:markerendposition (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 679 int markerEndPosition = std::min<int>(marker->endOffset() - textBox->start(), textBox->len());
681 if (markerStartPosition >= markerEndPosition)
690 int fragmentEndPosition = markerEndPosition;

Completed in 566 milliseconds