markerRect       1239 Source/core/rendering/InlineTextBox.cpp         IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, startPoint, selHeight, startPosition, endPosition));
markerRect       1240 Source/core/rendering/InlineTextBox.cpp         start = markerRect.x() - startPoint.x();
markerRect       1241 Source/core/rendering/InlineTextBox.cpp         width = markerRect.width();
markerRect       1246 Source/core/rendering/InlineTextBox.cpp             markerRect.move(-boxOrigin.x(), -boxOrigin.y());
markerRect       1247 Source/core/rendering/InlineTextBox.cpp             markerRect = renderer().localToAbsoluteQuad(FloatRect(markerRect)).enclosingBoundingBox();
markerRect       1248 Source/core/rendering/InlineTextBox.cpp             toRenderedDocumentMarker(marker)->setRenderedRect(markerRect);
markerRect       1284 Source/core/rendering/InlineTextBox.cpp     IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop()), selHeight, sPos, ePos));
markerRect       1285 Source/core/rendering/InlineTextBox.cpp     markerRect = renderer().localToAbsoluteQuad(FloatRect(markerRect)).enclosingBoundingBox();
markerRect       1286 Source/core/rendering/InlineTextBox.cpp     toRenderedDocumentMarker(marker)->setRenderedRect(markerRect);
markerRect        405 Source/core/rendering/RenderListItem.cpp             LayoutRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
markerRect        407 Source/core/rendering/RenderListItem.cpp                 markerRect = markerRect.transposedRect();
markerRect        415 Source/core/rendering/RenderListItem.cpp                         toRenderBlock(o)->addContentsVisualOverflow(markerRect);
markerRect        417 Source/core/rendering/RenderListItem.cpp                         toRenderBlock(o)->addLayoutOverflow(markerRect);
markerRect        425 Source/core/rendering/RenderListItem.cpp                 markerRect.moveBy(-o->location());
markerRect        405 Source/core/rendering/svg/RenderSVGShape.cpp         strokeBoundingBox.unite(markerRect(strokeWidth()));
markerRect        109 Source/core/rendering/svg/RenderSVGShape.h     FloatRect markerRect(float strokeWidth) const;
markerRect        703 Source/core/rendering/svg/SVGInlineTextBox.cpp     FloatRect markerRect;
markerRect        743 Source/core/rendering/svg/SVGInlineTextBox.cpp             markerRect.unite(fragmentRect);
markerRect        747 Source/core/rendering/svg/SVGInlineTextBox.cpp     toRenderedDocumentMarker(marker)->setRenderedRect(textRenderer.localToAbsoluteQuad(markerRect).enclosingBoundingBox());