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

  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.h 76 // |start_bounds_| is then reset to the bounds of |phantom_widget_| and
79 gfx::Rect start_bounds_; member in class:ash::internal::PhantomWindowController
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 181 gfx::Rect start_bounds_; member in class:AutocompletePopupContentsView
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 161 gfx::Rect start_bounds_; member in class:OmniboxPopupContentsView
  /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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 616 start_bounds_(start_bounds),
638 int x = animation_.CurrentValueBetween(start_bounds_.x(),
640 int width = animation_.CurrentValueBetween(start_bounds_.width(),
642 gfx::Rect tab_bounds(x, start_bounds_.y(), width,
643 start_bounds_.height());
661 return animation_.CurrentValueBetween(start_bounds_.width(), 0);
702 gfx::Rect start_bounds_; member in class:MiniMoveAnimation
    [all...]

Completed in 384 milliseconds