Home
last modified time | relevance | path

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

/external/chromium_org/cc/debug/
Ddebug_colors.h102 static int WheelEventHandlerRectBorderWidth();
Ddebug_colors.cc242 int DebugColors::WheelEventHandlerRectBorderWidth() { return 2; } in WheelEventHandlerRectBorderWidth() function in cc::DebugColors
/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc646 stroke_width = DebugColors::WheelEventHandlerRectBorderWidth(); in DrawDebugRects()