Home
last modified time | relevance | path

Searched defs:selectionColor (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DTheme.h68 virtual Color selectionColor(ControlPart, ControlState, SelectionPart) const { return Color(); } in selectionColor() function
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp64 const RGBA32 selectionColor = makeRGB(181, 224, 136); variable
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1456 Color RenderObject::selectionColor(int colorProperty) const in selectionColor() function in WebCore::RenderObject