Home
last modified time | relevance | path

Searched refs:indicator_bounds (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc834 gfx::Rect indicator_bounds( in OnPaint() local
840 canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(), in OnPaint()
841 indicator_bounds.y(), indicator_bounds.width(), in OnPaint()
842 indicator_bounds.height()); in OnPaint()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc513 gfx::Rect indicator_bounds(x - kDropIndicatorWidth / 2, in PaintChildren() local
517 indicator_bounds.set_x(GetMirroredXForRect(indicator_bounds)); in PaintChildren()
520 canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(), in PaintChildren()
521 indicator_bounds.y(), indicator_bounds.width(), in PaintChildren()
522 indicator_bounds.height()); in PaintChildren()