Searched defs:GetTargetBounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/animation/
H A Dbounds_animator.cc82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) { function in class:views::BoundsAnimator
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc243 gfx::Rect OmniboxPopupContentsView::GetTargetBounds() { function in class:OmniboxPopupContentsView
/external/chromium_org/ui/aura/
H A Dwindow.cc465 gfx::Rect Window::GetTargetBounds() const { function in class:aura::Window
470 return layer()->GetTargetBounds();
479 return layer()->GetTargetBounds();
481 gfx::Rect layer_target_bounds = layer()->GetTargetBounds();
676 return gfx::Rect(GetTargetBounds().size()).Contains(local_point);
892 gfx::Rect old_bounds = GetTargetBounds();
/external/chromium_org/ui/compositor/
H A Dlayer.cc253 gfx::Rect Layer::GetTargetBounds() const { function in class:ui::Layer
256 return animator_->GetTargetBounds();

Completed in 6701 milliseconds