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

  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 108 start_bounds_ = window_->GetBoundsInScreen();
109 CreatePhantomWidget(start_bounds_);
111 start_bounds_ = phantom_widget_->GetWindowBoundsInScreen();
133 animation->CurrentValueBetween(start_bounds_, bounds_));
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_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 114 gfx::Rect current_frame_bounds = start_bounds_;
115 int total_height_delta = target_bounds_.height() - start_bounds_.height();
242 start_bounds_ = GetWidget()->GetWindowBoundsInScreen();
243 if (target_bounds_.height() < start_bounds_.height())
246 start_bounds_ = target_bounds_;
omnibox_popup_contents_view.h 161 gfx::Rect start_bounds_; member in class:OmniboxPopupContentsView
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 181 gfx::Rect start_bounds_; member in class:AutocompletePopupContentsView
autocomplete_popup_contents_view.cc 236 gfx::Rect current_frame_bounds = start_bounds_;
237 int total_height_delta = target_bounds_.height() - start_bounds_.height();
344 start_bounds_ = GetWidget()->GetWindowScreenBounds();
345 if (target_bounds_.height() < start_bounds_.height())
348 start_bounds_ = target_bounds_;
  /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 123 milliseconds