Home
last modified time | relevance | path

Searched refs:ContentLayerBorderColor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/debug/
Ddebug_colors.h23 static SkColor ContentLayerBorderColor();
Ddebug_colors.cc34 SkColor DebugColors::ContentLayerBorderColor() { in ContentLayerBorderColor() function in cc::DebugColors
/external/chromium_org/cc/layers/
Dlayer_impl.cc287 *color = DebugColors::ContentLayerBorderColor(); in GetDebugBorderProperties()