HomeSort by relevance Sort by last modified time
    Searched refs:line_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc 96 int line_y = child->y() + child->height() - 1; local
97 canvas->DrawLine(gfx::Point(bounds.x(), line_y),
98 gfx::Point(bounds.right(), line_y), divider_color);
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 223 SkScalar line_y = SkIntToScalar(height()) - (kTabBorderThickness / 2); local
234 path.moveTo(0, line_y);
239 path.lineTo(line_end, line_y);
247 canvas->sk_canvas()->drawLine(0, line_y, line_end, line_y, paint);

Completed in 51 milliseconds