Home
last modified time | relevance | path

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

/external/chromium_org/cc/debug/
Ddebug_colors.h30 static int ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl);
Ddebug_colors.cc53 int DebugColors::ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ContainerLayerBorderWidth() function in cc::DebugColors
/external/chromium_org/cc/layers/
Dlayer_impl.cc299 *width = DebugColors::ContainerLayerBorderWidth(layer_tree_impl()); in GetDebugBorderProperties()