Searched refs:selectionBackgroundColor (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | EllipsisBox.cpp | 84 Color c = m_renderer->selectionBackgroundColor(); in paintSelection()
|
D | RenderWidget.cpp | 323 … paintInfo.context->fillRect(selectionRect(), selectionBackgroundColor(), style()->colorSpace()); in paint()
|
D | RenderReplaced.cpp | 154 …paintInfo.context->fillRect(selectionPaintingRect, selectionBackgroundColor(), style()->colorSpace… in paint()
|
D | RenderListMarker.cpp | 1137 context->fillRect(selRect, selectionBackgroundColor(), style()->colorSpace()); in paint() 1151 context->fillRect(selRect, selectionBackgroundColor(), style()->colorSpace()); in paint()
|
D | RootInlineBox.cpp | 344 …aintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor(), box->p… in lineSelectionGap()
|
D | RenderObject.h | 699 Color selectionBackgroundColor() const;
|
D | InlineTextBox.cpp | 800 Color c = renderer()->selectionBackgroundColor(); in paintSelection()
|
D | RenderBlock.cpp | 3011 paintInfo->context->fillRect(gapRect, selectionBackgroundColor(), style()->colorSpace()); in blockSelectionGap() 3027 …paintInfo->context->fillRect(gapRect, selObj->selectionBackgroundColor(), selObj->style()->colorSp… in logicalLeftSelectionGap() 3043 …paintInfo->context->fillRect(gapRect, selObj->selectionBackgroundColor(), selObj->style()->colorSp… in logicalRightSelectionGap()
|
D | RenderObject.cpp | 1440 Color RenderObject::selectionBackgroundColor() const in selectionBackgroundColor() function in WebCore::RenderObject
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 180 Color backgroundColor = renderer()->selectionBackgroundColor(); in paintSelectionBackground()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 48927 selectionBackgroundColor instead. 48956 (WebCore::RenderObject::selectionBackgroundColor):
|
D | ChangeLog-2009-06-16 | 36629 (WebCore::RenderObject::selectionBackgroundColor): 43658 (WebCore::RenderObject::selectionBackgroundColor): 77996 (WebCore::RenderObject::selectionBackgroundColor):
|
D | ChangeLog-2008-08-10 | 11983 (WebCore::RenderObject::selectionBackgroundColor): 57292 (WebCore::RenderObject::selectionBackgroundColor): Ditto.
|
D | ChangeLog-2010-05-24 | 1203 (WebCore::RenderObject::selectionBackgroundColor):
|
D | ChangeLog-2010-12-06 | 127726 (WebCore::RenderObject::selectionBackgroundColor):
|