HomeSort by relevance Sort by last modified time
    Searched refs:start_bounds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 100 gfx::Rect current_frame_bounds = start_bounds_;
101 int total_height_delta = target_bounds_.height() - start_bounds_.height();
232 start_bounds_ = GetWidget()->GetWindowBoundsInScreen();
233 if (target_bounds_.height() < start_bounds_.height())
236 start_bounds_ = target_bounds_;
omnibox_popup_contents_view.h 167 gfx::Rect start_bounds_; member in class:OmniboxPopupContentsView

Completed in 679 milliseconds