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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc813 GdkRectangle first_char_bounds, last_char_bounds; local
820 &start, &first_char_bounds); local
824 gint first_char_start = first_char_bounds.x;
825 gint first_char_end = first_char_start + first_char_bounds.width;

Completed in 359 milliseconds