Home
last modified time | relevance | path

Searched refs:selectionBackgroundColor (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp141 Color c = m_renderer->selectionBackgroundColor(); in paintSelection()
DRenderWidget.cpp306 … paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor()); in paint()
DRenderReplaced.cpp177 …aintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor()); in paint()
DRenderListMarker.cpp1156 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
1164 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
DRootInlineBox.cpp460 … paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor()); in lineSelectionGap()
DRenderObject.h895 Color selectionBackgroundColor() const;
DInlineTextBox.cpp825 Color c = renderer()->selectionBackgroundColor(); in paintSelection()
DRenderBlock.cpp2604 paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selectionBackgroundColor()); in blockSelectionGap()
2620 … paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); in logicalLeftSelectionGap()
2636 … paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); in logicalRightSelectionGap()
DRenderObject.cpp1728 Color RenderObject::selectionBackgroundColor() const in selectionBackgroundColor() function in WebCore::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp209 Color backgroundColor = renderer()->selectionBackgroundColor(); in paintSelectionBackground()