Home
last modified time | relevance | path

Searched refs:selectionForegroundColor (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp61 …or foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor(); in paint()
DRenderObject.h896 Color selectionForegroundColor() const;
DInlineTextBox.cpp589 …or foreground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionForegroundColor(); in paint()
DRenderObject.cpp1765 Color RenderObject::selectionForegroundColor() const in selectionForegroundColor() function in WebCore::RenderObject