Searched refs:Color (Results 126 - 150 of 585) sorted by path

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.cpp111 Color textColor = renderer().resolveColor(style, CSSPropertyColor);
112 Color c = renderer().selectionBackgroundColor();
119 c = Color(0xff - c.red(), 0xff - c.green(), 0xff - c.blue());
H A DInlineTextBox.cpp565 if (it->color == Color::transparent)
594 void InlineTextBox::paintSelection(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color textColor)
602 Color c = renderer().selectionBackgroundColor();
609 c = Color(0xff - c.red(), 0xff - c.green(), 0xff - c.blue());
652 void InlineTextBox::paintSingleCompositionBackgroundRun(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color backgroundColor, int startPos, int endPos)
1034 Color color = marker->activeMatch() ?
1050 if (it->backgroundColor == Color::transparent)
H A DInlineTextBox.h176 void paintSingleCompositionBackgroundRun(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Color backgroundColor, int startPos, int endPos);
187 void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Color textColor);
H A DRenderBox.cpp1089 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor);
1113 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor);
1236 Color bgColor = resolveColor(CSSPropertyBackgroundColor);
H A DRenderBoxModelObject.cpp434 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor);
H A DRenderEmbeddedObject.cpp146 context->setFillColor(Color::white);
155 context->setFillColor(Color::black);
H A DRenderFrameSet.cpp70 static Color borderStartEdgeColor()
72 return Color(170, 170, 170);
75 static Color borderEndEdgeColor()
77 return Color::black;
80 static Color borderFillColor()
82 return Color(208, 208, 208);
H A DRenderFullScreen.cpp112 fullscreenStyle->setBackgroundColor(StyleColor(Color::black));
H A DRenderLayer.cpp1194 context->setFillColor(Color(0.0f, 0.0f, 0.5f, 0.2f));
H A DRenderLayerScrollableArea.cpp1080 context->fillRect(absRect, Color::white);
1194 context->setStrokeColor(Color(217, 217, 217));
1196 context->setFillColor(Color::transparent);
H A DRenderMediaControls.cpp135 Color sliderBackgroundColor = Color(11, 11, 11);
139 static void paintSliderRangeHighlight(const IntRect& rect, const RenderStyle* style, GraphicsContext* context, int startPosition, int endPosition, Color startColor, Color endColor)
229 Color startColor = Color(195, 195, 195);
230 Color endColor = Color(217, 217, 217);
235 startColor = Color(60, 60, 60);
236 endColor = Color(7
[all...]
H A DRenderMenuList.cpp515 Color itemBackgroundColor;
526 void RenderMenuList::getItemBackgroundColor(unsigned listIndex, Color& itemBackgroundColor, bool& itemHasCustomBackgroundColor) const
536 Color backgroundColor;
554 itemBackgroundColor = Color(Color::white).blend(backgroundColor);
H A DRenderMenuList.h113 void getItemBackgroundColor(unsigned listIndex, Color&, bool& itemHasCustomBackgroundColor) const;
H A DRenderObject.cpp1535 Color RenderObject::selectionBackgroundColor() const
1538 return Color::transparent;
1547 Color RenderObject::selectionColor(int colorProperty) const
1563 Color RenderObject::selectionForegroundColor() const
1568 Color RenderObject::selectionEmphasisMarkColor() const
2771 Color resultColor;
H A DRenderObject.h812 inline Color resolveColor(const RenderStyle* styleToUse, int colorProperty) const
817 inline Color resolveColor(int colorProperty) const
829 Color color;
831 AppliedTextDecoration() : color(Color::transparent), style(TextDecorationStyleSolid) { }
926 Color selectionBackgroundColor() const;
927 Color selectionForegroundColor() const;
928 Color selectionEmphasisMarkColor() const;
1149 Color selectionColor(int colorProperty) const;
H A DRenderScrollbar.cpp151 result->setBackgroundColor(StyleColor(Color::white));
H A DRenderScrollbarTheme.cpp114 context->fillRect(cornerRect, Color::white);
H A DRenderTable.h88 Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); }
H A DRenderTableCell.cpp509 CollapsedBorderValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty) : Color(), BCELL);
514 CollapsedBorderValue cellBeforeAdjoiningBorder = CollapsedBorderValue(cellBefore->borderAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), BCELL);
524 result = chooseBorder(result, CollapsedBorderValue(row()->borderAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorProperty) : Color(), BROW));
529 result = chooseBorder(result, CollapsedBorderValue(section()->borderAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorProperty) : Color(), BROWGROUP));
540 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOLGROUP));
547 result = chooseBorder(result, CollapsedBorderValue(colElt->borderAdjoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), BCOL));
552 result = chooseBorder(result, CollapsedBorderValue(enclosingColumnGroup->borderAdjoiningCellStartBorder(this), includeColor ? enclosingColumnGroup->resolveColor(startColorProperty) : Color(), BCOLGROUP));
564 result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), BCOLGROUP), result);
569 result = chooseBorder(CollapsedBorderValue(colElt->borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), BCOL), result);
575 result = chooseBorder(CollapsedBorderValue(enclosingColumnGroup->borderAdjoiningCellEndBorder(this), includeColor ? enclosingColumnGroup->resolveColor(endColorProperty) : Color(), BCOLGROU
[all...]
H A DRenderTheme.cpp441 Color RenderTheme::activeSelectionBackgroundColor() const
446 Color RenderTheme::inactiveSelectionBackgroundColor() const
451 Color RenderTheme::activeSelectionForegroundColor() const
456 Color RenderTheme::inactiveSelectionForegroundColor() const
461 Color RenderTheme::activeListBoxSelectionBackgroundColor() const
466 Color RenderTheme::inactiveListBoxSelectionBackgroundColor() const
471 Color RenderTheme::activeListBoxSelectionForegroundColor() const
476 Color RenderTheme::inactiveListBoxSelectionForegroundColor() const
481 Color RenderTheme::platformActiveSelectionBackgroundColor() const
484 return Color(
[all...]
H A DRenderTheme.h115 Color activeSelectionBackgroundColor() const;
116 Color inactiveSelectionBackgroundColor() const;
117 Color activeSelectionForegroundColor() const;
118 Color inactiveSelectionForegroundColor() const;
121 Color activeListBoxSelectionBackgroundColor() const;
122 Color activeListBoxSelectionForegroundColor() const;
123 Color inactiveListBoxSelectionBackgroundColor() const;
124 Color inactiveListBoxSelectionForegroundColor() const;
127 virtual Color platformActiveTextSearchHighlightColor() const;
128 virtual Color platformInactiveTextSearchHighlightColo
[all...]
H A DRenderThemeChromiumAndroid.h44 virtual Color platformTapHighlightColor() const OVERRIDE
49 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE
H A DRenderThemeChromiumDefault.cpp34 #include "platform/graphics/Color.h"
52 Color::black;
113 Color RenderThemeChromiumDefault::systemColor(CSSValueID cssValueId) const
115 static const Color defaultButtonGrayColor(0xffdddddd);
116 static const Color defaultMenuColor(0xfff7f7f7);
120 return Color(0xc0, 0xc0, 0xc0);
145 Color RenderThemeChromiumDefault::activeListBoxSelectionBackgroundColor() const
147 return Color(0x28, 0x28, 0x28);
150 Color RenderThemeChromiumDefault::activeListBoxSelectionForegroundColor() const
152 return Color
[all...]
H A DRenderThemeChromiumDefault.h41 virtual Color systemColor(CSSValueID) const OVERRIDE;
46 virtual Color activeListBoxSelectionBackgroundColor() const;
47 virtual Color activeListBoxSelectionForegroundColor() const;
48 virtual Color inactiveListBoxSelectionBackgroundColor() const;
49 virtual Color inactiveListBoxSelectionForegroundColor() const;
51 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
52 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
53 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
54 virtual Color platformInactiveSelectionForegroundColor() const OVERRIDE;
H A DRenderThemeChromiumMac.h43 virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE;
44 virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE;
45 virtual Color platformActiveSelectionForegroundColor() const OVERRIDE;
46 virtual Color platformActiveListBoxSelectionBackgroundColor() const OVERRIDE;
47 virtual Color platformActiveListBoxSelectionForegroundColor() const OVERRIDE;
48 virtual Color platformInactiveListBoxSelectionBackgroundColor() const OVERRIDE;
49 virtual Color platformInactiveListBoxSelectionForegroundColor() const OVERRIDE;
50 virtual Color platformFocusRingColor() const OVERRIDE;
85 virtual Color systemColor(CSSValueID) const OVERRIDE;

Completed in 365 milliseconds

1234567891011>>