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

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp49 context->fillRect(pixelSnappedIntRect(selRect), m_renderListMarker.selectionBackgroundColor());
57 context->fillRect(pixelSnappedIntRect(selRect), m_renderListMarker.selectionBackgroundColor());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.cpp112 Color c = renderer().selectionBackgroundColor();
H A DRenderWidget.cpp243 paintInfo.context->fillRect(pixelSnappedIntRect(rect), selectionBackgroundColor());
H A DRenderReplaced.cpp176 paintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor());
H A DRootInlineBox.cpp334 paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor());
H A DInlineTextBox.cpp602 Color c = renderer().selectionBackgroundColor();
H A DRenderObject.h926 Color selectionBackgroundColor() const;
H A DRenderBlock.cpp2026 paintInfo->context->fillRect(alignSelectionRectToDevicePixels(gapRect), selectionBackgroundColor());
2042 paintInfo->context->fillRect(alignSelectionRectToDevicePixels(gapRect), selObj->selectionBackgroundColor());
2058 paintInfo->context->fillRect(alignSelectionRectToDevicePixels(gapRect), selObj->selectionBackgroundColor());
H A DRenderObject.cpp1535 Color RenderObject::selectionBackgroundColor() const function in class:blink::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp204 Color backgroundColor = renderer().selectionBackgroundColor();

Completed in 134 milliseconds