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

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 181 gfx::Rect start_bounds_; member in class:AutocompletePopupContentsView
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 590 start_bounds_(start_bounds),
612 int x = animation_.CurrentValueBetween(start_bounds_.x(),
614 int width = animation_.CurrentValueBetween(start_bounds_.width(),
616 gfx::Rect tab_bounds(x, start_bounds_.y(), width,
617 start_bounds_.height());
635 return animation_.CurrentValueBetween(start_bounds_.width(), 0);
674 gfx::Rect start_bounds_; member in class:MiniMoveAnimation
    [all...]

Completed in 46 milliseconds