Searched defs:GetTargetBounds (Results 1 - 7 of 7) 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.cc244 gfx::Rect OmniboxPopupContentsView::GetTargetBounds() { function in class:OmniboxPopupContentsView
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc367 gfx::Rect AutocompletePopupViewGtk::GetTargetBounds() { function in class:AutocompletePopupViewGtk
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc355 gfx::Rect AutocompletePopupContentsView::GetTargetBounds() { function in class:AutocompletePopupContentsView
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.cc270 gfx::Rect OmniboxPopupViewGtk::GetTargetBounds() { function in class:OmniboxPopupViewGtk
/external/chromium_org/ui/aura/
H A Dwindow.cc490 gfx::Rect Window::GetTargetBounds() const { function in class:aura::Window
495 return layer_->GetTargetBounds();
504 return layer_->GetTargetBounds();
506 gfx::Rect layer_target_bounds = layer_->GetTargetBounds();
715 return gfx::Rect(GetTargetBounds().size()).Contains(local_point);
943 gfx::Rect old_bounds = GetTargetBounds();
/external/chromium_org/ui/compositor/
H A Dlayer.cc213 gfx::Rect Layer::GetTargetBounds() const { function in class:ui::Layer
216 return animator_->GetTargetBounds();

Completed in 744 milliseconds