Searched refs:start_bounds_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ash/wm/workspace/ |
D | phantom_window_controller.cc | 111 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()
|
D | phantom_window_controller.h | 80 gfx::Rect start_bounds_; variable
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_popup_contents_view.cc | 104 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()
|
D | omnibox_popup_contents_view.h | 161 gfx::Rect start_bounds_; variable
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_popup_contents_view.cc | 236 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()
|
D | autocomplete_popup_contents_view.h | 181 gfx::Rect start_bounds_; variable
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 590 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/ |
D | tab_strip_gtk.cc | 613 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
|