highlightRect     140 Source/core/inspector/InspectorDOMAgent.h     virtual void highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor) OVERRIDE;
highlightRect     161 Source/core/rendering/RenderMediaControls.cpp     IntRect highlightRect = rect;
highlightRect     162 Source/core/rendering/RenderMediaControls.cpp     highlightRect.move(startOffset, 0);
highlightRect     163 Source/core/rendering/RenderMediaControls.cpp     highlightRect.setWidth(rangeWidth);
highlightRect     166 Source/core/rendering/RenderMediaControls.cpp     if (highlightRect.isEmpty())
highlightRect     170 Source/core/rendering/RenderMediaControls.cpp     IntPoint sliderTopLeft = highlightRect.location();
highlightRect     172 Source/core/rendering/RenderMediaControls.cpp     sliderBottomLeft.move(0, highlightRect.height());
highlightRect     182 Source/core/rendering/RenderMediaControls.cpp         context->fillRoundedRect(highlightRect, radii, radii, radii, radii, startColor);
highlightRect     184 Source/core/rendering/RenderMediaControls.cpp         context->fillRoundedRect(highlightRect, radii, IntSize(0, 0), radii, IntSize(0, 0), startColor);
highlightRect     186 Source/core/rendering/RenderMediaControls.cpp         context->fillRoundedRect(highlightRect, IntSize(0, 0), radii, IntSize(0, 0), radii, startColor);
highlightRect     188 Source/core/rendering/RenderMediaControls.cpp         context->fillRect(highlightRect);