Searched defs:line_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc351 GdkRectangle line_rect = GetRectForLine( local
353 gdk_window_invalidate_rect(window_->window, &line_rect, FALSE);
605 gfx::Rect line_rect = GetRectForLine(i, window_rect.width()); local
607 if (!line_rect.Intersects(damage_rect))
618 line_rect.x(), line_rect.y(),
619 line_rect.width(), line_rect.height());
623 (line_rect.width() - kIconLeftPadding - kIconWidth);
627 icon_start_x, line_rect
[all...]

Completed in 36 milliseconds