Home
last modified time | relevance | path

Searched refs:blendWithWhite (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DColor.h125 Color blendWithWhite() const;
DColor.cpp323 Color Color::blendWithWhite() const in blendWithWhite() function in WebCore::Color
/external/webkit/Source/WebCore/rendering/
DRenderTheme.cpp531 … m_activeSelectionBackgroundColor = platformActiveSelectionBackgroundColor().blendWithWhite(); in activeSelectionBackgroundColor()
538 … m_inactiveSelectionBackgroundColor = platformInactiveSelectionBackgroundColor().blendWithWhite(); in inactiveSelectionBackgroundColor()
DRenderObject.cpp1446 color = pseudoStyle->visitedDependentColor(CSSPropertyBackgroundColor).blendWithWhite(); in selectionBackgroundColor()
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp6072 Color col = getColorFromPrimitiveValue(primitiveValue).blendWithWhite(); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3148939 (WebCore::Color::blendWithWhite):
49654 (WebCore::Color::blendWithWhite):
DChangeLog-2007-10-1415099 (WebCore::Color::blendWithWhite): Changed for the above rename.