Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk.cc351 GdkRectangle line_rect = GetRectForLine( in InvalidateLine() local
353 gdk_window_invalidate_rect(window_->window, &line_rect, FALSE); in InvalidateLine()
605 gfx::Rect line_rect = GetRectForLine(i, window_rect.width()); in HandleExpose() local
607 if (!line_rect.Intersects(damage_rect)) in HandleExpose()
618 line_rect.x(), line_rect.y(), in HandleExpose()
619 line_rect.width(), line_rect.height()); in HandleExpose()
623 (line_rect.width() - kIconLeftPadding - kIconWidth); in HandleExpose()
627 icon_start_x, line_rect.y() + kIconTopPadding); in HandleExpose()
656 int content_y = std::max(line_rect.y(), in HandleExpose()
657 line_rect.y() + ((kHeightPerResult - actual_content_height) / 2)); in HandleExpose()