segments 66 Source/core/html/ime/InputMethodContext.h const Vector<unsigned>& segments(); segments 151 Source/core/rendering/shapes/ShapeInfo.cpp SegmentList segments; segments 153 Source/core/rendering/shapes/ShapeInfo.cpp getIntervals((lineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - lineTop), segments); segments 155 Source/core/rendering/shapes/ShapeInfo.cpp for (size_t i = 0; i < segments.size(); i++) { segments 156 Source/core/rendering/shapes/ShapeInfo.cpp segments[i].logicalLeft += logicalLeftOffset(); segments 157 Source/core/rendering/shapes/ShapeInfo.cpp segments[i].logicalRight += logicalLeftOffset(); segments 160 Source/core/rendering/shapes/ShapeInfo.cpp return segments; segments 71 Source/core/rendering/shapes/ShapeOutsideInfo.cpp SegmentList segments = computeSegmentsForLine(borderBoxLineTop, lineHeight); segments 72 Source/core/rendering/shapes/ShapeOutsideInfo.cpp if (segments.size()) { segments 74 Source/core/rendering/shapes/ShapeOutsideInfo.cpp LayoutUnit rawLeftMarginBoxDelta = segments.first().logicalLeft + logicalLeftMargin; segments 78 Source/core/rendering/shapes/ShapeOutsideInfo.cpp LayoutUnit rawRightMarginBoxDelta = segments.last().logicalRight - containingBlock.logicalWidthForChild(&m_renderer) - logicalRightMargin; segments 66 Source/core/rendering/shapes/ShapeOutsideInfo.h virtual void getIntervals(LayoutUnit lineTop, LayoutUnit lineHeight, SegmentList& segments) const OVERRIDE segments 68 Source/core/rendering/shapes/ShapeOutsideInfo.h return computedShape().getExcludedIntervals(lineTop, lineHeight, segments); segments 469 Source/core/svg/SVGPathParser.cpp int segments = ceilf(fabsf(thetaArc / (piOverTwoFloat + 0.001f))); segments 470 Source/core/svg/SVGPathParser.cpp for (int i = 0; i < segments; ++i) { segments 471 Source/core/svg/SVGPathParser.cpp float startTheta = theta1 + i * thetaArc / segments; segments 472 Source/core/svg/SVGPathParser.cpp float endTheta = theta1 + (i + 1) * thetaArc / segments; segments 114 Source/modules/mediasource/SourceBuffer.cpp DEFINE_STATIC_LOCAL(const AtomicString, segments, ("segments", AtomicString::ConstructFromLiteral)); segments 115 Source/modules/mediasource/SourceBuffer.cpp return segments; segments 350 Source/platform/SharedBuffer.cpp unsigned segments = m_segments.size(); segments 351 Source/platform/SharedBuffer.cpp unsigned maxSegmentedSize = segments * segmentSize; segments 353 Source/platform/SharedBuffer.cpp if (segment < segments) { segments 359 Source/platform/SharedBuffer.cpp return segment == segments - 1 ? segmentedSize - position : segmentSize - positionInSegment; segments 438 Source/platform/geometry/Region.cpp Vector<int, 32> segments; segments 457 Source/platform/geometry/Region.cpp segments.append(x); segments 464 Source/platform/geometry/Region.cpp segments.appendRange(s1, segments1End); segments 466 Source/platform/geometry/Region.cpp segments.appendRange(s2, segments2End); segments 469 Source/platform/geometry/Region.cpp if (!segments.isEmpty() || !result.isEmpty()) segments 470 Source/platform/geometry/Region.cpp result.appendSpan(y, segments.data(), segments.data() + segments.size());