Searched refs:strikethrough_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc1873 gfx::Rect strikethrough_rect = WindowBoundsFromIters(&iter_min, &iter_max); local
1875 if (!expose_rect.Intersects(strikethrough_rect))
1887 strikethrough_rect.Inset(kStrikethroughStrokeWidth,
1892 cairo_move_to(cr, strikethrough_rect.x(), strikethrough_rect.bottom());
1893 cairo_line_to(cr, strikethrough_rect.right(), strikethrough_rect.y());

Completed in 39 milliseconds