Searched refs:GetTargetBounds (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view.h38 virtual gfx::Rect GetTargetBounds() = 0;
H A Dautocomplete_popup_view_mac.h74 virtual gfx::Rect GetTargetBounds();
H A Dautocomplete_popup_view_gtk.h43 virtual gfx::Rect GetTargetBounds();
H A Dautocomplete_popup_view_gtk.cc367 gfx::Rect AutocompletePopupViewGtk::GetTargetBounds() { function in class:AutocompletePopupViewGtk
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_view.h37 virtual gfx::Rect GetTargetBounds() = 0;
/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer.cc85 target_bounds_ = GetTargetBounds();
160 target_bounds_ = GetTargetBounds();
211 target_bounds_ = GetTargetBounds();
217 gfx::Rect SnapSizer::GetTargetBounds() const {
H A Dsnap_sizer.h79 gfx::Rect GetTargetBounds() const;
H A Dauto_window_management.cc107 if (bounds == window->GetTargetBounds())
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_view_mac.h37 virtual gfx::Rect GetTargetBounds() OVERRIDE;
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc53 const gfx::Rect& bounds = layer->GetTargetBounds();
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc121 const gfx::Rect widget_bounds = widget_layer->GetTargetBounds();
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.h51 virtual gfx::Rect GetTargetBounds() OVERRIDE;
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.h64 gfx::Rect GetTargetBounds(View* view);
H A Dbounds_animator.cc82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) { function in class:views::BoundsAnimator
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.h60 virtual gfx::Rect GetTargetBounds() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.h47 virtual gfx::Rect GetTargetBounds() OVERRIDE;
H A Domnibox_popup_contents_view.cc253 gfx::Rect OmniboxPopupContentsView::GetTargetBounds() { function in class:OmniboxPopupContentsView
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc88 return win1->GetTargetBounds().CenterPoint().y() <
89 win2->GetTargetBounds().CenterPoint().y();
533 gfx::Rect bounds = window->GetTargetBounds();
/external/chromium_org/ui/compositor/
H A Dlayer_animator.h68 gfx::Rect GetTargetBounds() const;
H A Dlayer.h138 gfx::Rect GetTargetBounds() const;
H A Dlayer.cc213 gfx::Rect Layer::GetTargetBounds() const { function in class:ui::Layer
216 return animator_->GetTargetBounds();
/external/chromium_org/ash/wm/
H A Dwindow_selector_unittest.cc138 gfx::RectF bounds(window->layer()->GetTargetBounds());
/external/chromium_org/ui/aura/
H A Dwindow.cc331 gfx::Rect Window::GetTargetBounds() const { function in class:aura::Window
332 return layer_->GetTargetBounds();
530 return gfx::Rect(GetTargetBounds().size()).Contains(local_point);
726 gfx::Rect old_bounds = GetTargetBounds();
H A Dwindow.h155 gfx::Rect GetTargetBounds() const;
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc659 gfx::Rect bounds = visible_panels[i].window->GetTargetBounds();
674 bool on_launcher = visible_panels[i].window->GetTargetBounds() == bounds;
781 panel->GetTargetBounds());

Completed in 2023 milliseconds

12