Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc104 gfx::Rect current_frame_bounds = start_bounds_; in GetPopupBounds() local
111 current_frame_bounds.set_height( in GetPopupBounds()
112 current_frame_bounds.height() + current_height_delta); in GetPopupBounds()
113 return current_frame_bounds; in GetPopupBounds()
/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()