HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetBounds (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view.h 38 virtual gfx::Rect GetTargetBounds() = 0;
autocomplete_popup_view_mac.h 74 virtual gfx::Rect GetTargetBounds();
autocomplete_popup_view_gtk.h 43 virtual gfx::Rect GetTargetBounds();
autocomplete_popup_view_gtk.cc 367 gfx::Rect AutocompletePopupViewGtk::GetTargetBounds() {
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_view.h 37 virtual gfx::Rect GetTargetBounds() = 0;
  /external/chromium_org/ash/wm/workspace/
snap_sizer.cc 85 target_bounds_ = GetTargetBounds();
160 target_bounds_ = GetTargetBounds();
211 target_bounds_ = GetTargetBounds();
217 gfx::Rect SnapSizer::GetTargetBounds() const {
snap_sizer.h 79 gfx::Rect GetTargetBounds() const;
auto_window_management.cc 107 if (bounds == window->GetTargetBounds())
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h 37 virtual gfx::Rect GetTargetBounds() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.h 51 virtual gfx::Rect GetTargetBounds() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 60 virtual gfx::Rect GetTargetBounds() OVERRIDE;
  /external/chromium_org/ash/rotator/
screen_rotation.cc 53 const gfx::Rect& bounds = layer->GetTargetBounds();
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 121 const gfx::Rect widget_bounds = widget_layer->GetTargetBounds();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 47 virtual gfx::Rect GetTargetBounds() OVERRIDE;
omnibox_popup_contents_view.cc 253 gfx::Rect OmniboxPopupContentsView::GetTargetBounds() {
  /external/chromium_org/ui/views/animation/
bounds_animator.h 64 gfx::Rect GetTargetBounds(View* view);
bounds_animator.cc 82 gfx::Rect BoundsAnimator::GetTargetBounds(View* view) {
  /external/chromium_org/ui/compositor/
layer_animator.h 68 gfx::Rect GetTargetBounds() const;
layer.h 138 gfx::Rect GetTargetBounds() const;
layer.cc 213 gfx::Rect Layer::GetTargetBounds() const {
216 return animator_->GetTargetBounds();
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 88 return win1->GetTargetBounds().CenterPoint().y() <
89 win2->GetTargetBounds().CenterPoint().y();
533 gfx::Rect bounds = window->GetTargetBounds();
  /external/chromium_org/ash/wm/
window_selector_unittest.cc 138 gfx::RectF bounds(window->layer()->GetTargetBounds());
  /external/chromium_org/ui/aura/
window.cc 331 gfx::Rect Window::GetTargetBounds() const {
332 return layer_->GetTargetBounds();
530 return gfx::Rect(GetTargetBounds().size()).Contains(local_point);
726 gfx::Rect old_bounds = GetTargetBounds();
    [all...]
window.h 155 gfx::Rect GetTargetBounds() const;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 659 gfx::Rect bounds = visible_panels[i].window->GetTargetBounds();
674 bool on_launcher = visible_panels[i].window->GetTargetBounds() == bounds;
781 panel->GetTargetBounds());

Completed in 425 milliseconds

1 2