Home
last modified time | relevance | path

Searched refs:start_bounds_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/wm/workspace/
Dphantom_window_controller.cc111 start_bounds_ = window_->GetBoundsInScreen(); in Show()
113 start_bounds_ = phantom_widget_->GetWindowBoundsInScreen(); in Show()
120 phantom_widget_ = CreatePhantomWidget(target_root, start_bounds_); in Show()
125 aura::Window* start_root = wm::GetRootWindowMatching(start_bounds_); in Show()
130 root_windows[i]->GetBoundsInScreen().Intersects(start_bounds_)) { in Show()
143 phantom_widget_start_ = CreatePhantomWidget(start_root, start_bounds_); in Show()
168 animation->CurrentValueBetween(start_bounds_, bounds_in_screen_); in AnimationProgressed()
Dphantom_window_controller.h80 gfx::Rect start_bounds_; variable
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc104 gfx::Rect current_frame_bounds = start_bounds_; in GetPopupBounds()
105 int total_height_delta = target_bounds_.height() - start_bounds_.height(); in GetPopupBounds()
233 start_bounds_ = GetWidget()->GetWindowBoundsInScreen(); in UpdatePopupAppearance()
234 if (target_bounds_.height() < start_bounds_.height()) in UpdatePopupAppearance()
237 start_bounds_ = target_bounds_; in UpdatePopupAppearance()
Domnibox_popup_contents_view.h161 gfx::Rect start_bounds_; variable
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc236 gfx::Rect current_frame_bounds = start_bounds_; in GetPopupBounds()
237 int total_height_delta = target_bounds_.height() - start_bounds_.height(); in GetPopupBounds()
344 start_bounds_ = GetWidget()->GetWindowScreenBounds(); in UpdatePopupAppearance()
345 if (target_bounds_.height() < start_bounds_.height()) in UpdatePopupAppearance()
348 start_bounds_ = target_bounds_; in UpdatePopupAppearance()
Dautocomplete_popup_contents_view.h181 gfx::Rect start_bounds_; variable
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc590 start_bounds_(start_bounds), in MiniMoveAnimation()
612 int x = animation_.CurrentValueBetween(start_bounds_.x(), in AnimationProgressed()
614 int width = animation_.CurrentValueBetween(start_bounds_.width(), in AnimationProgressed()
616 gfx::Rect tab_bounds(x, start_bounds_.y(), width, in AnimationProgressed()
617 start_bounds_.height()); in AnimationProgressed()
635 return animation_.CurrentValueBetween(start_bounds_.width(), 0); in GetGapWidth()
674 gfx::Rect start_bounds_; member in MiniMoveAnimation
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc613 start_bounds_(start_bounds), in MiniMoveAnimation()
635 int x = animation_.CurrentValueBetween(start_bounds_.x(), in AnimationProgressed()
637 int width = animation_.CurrentValueBetween(start_bounds_.width(), in AnimationProgressed()
639 gfx::Rect tab_bounds(x, start_bounds_.y(), width, in AnimationProgressed()
640 start_bounds_.height()); in AnimationProgressed()
658 return animation_.CurrentValueBetween(start_bounds_.width(), 0); in GetGapWidth()
699 gfx::Rect start_bounds_; member in MiniMoveAnimation