Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc236 gfx::Rect current_frame_bounds = start_bounds_; in GetPopupBounds() local
243 current_frame_bounds.set_height( in GetPopupBounds()
244 current_frame_bounds.height() + current_height_delta); in GetPopupBounds()
245 return current_frame_bounds; in GetPopupBounds()