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

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc234 return target_bounds_;
237 int total_height_delta = target_bounds_.height() - start_bounds_.height();
325 if (new_target_bounds.height() != target_bounds_.height())
327 target_bounds_ = new_target_bounds;
345 if (target_bounds_.height() < start_bounds_.height())
348 start_bounds_ = target_bounds_;
356 return target_bounds_;
H A Dautocomplete_popup_contents_view.h182 gfx::Rect target_bounds_; member in class:AutocompletePopupContentsView
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc602 target_bounds_ = tabstrip->GetIdealBounds(to_index);
613 target_bounds_.x());
615 target_bounds_.width());
631 animation_.CurrentValueBetween(0, target_bounds_.width());
655 return animation_.CurrentValueBetween(0, target_bounds_.width());
677 gfx::Rect target_bounds_; member in class:MiniMoveAnimation

Completed in 42 milliseconds