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

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_view.h 37 virtual gfx::Rect GetTargetBounds() = 0;
  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 60 if (requested_bounds == child->GetTargetBounds())
window_positioner.cc 156 gfx::Rect old_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/ash/wm/overview/
scoped_transform_overview_window.cc 145 window->GetTargetBounds()));
252 (*iter)->GetWindow()->GetTargetBounds()).origin() - origin,
259 window->parent(), window->GetTargetBounds()).origin() - origin,
window_selector_unittest.cc 150 window->parent(), window->layer()->GetTargetBounds()));
    [all...]
  /external/chromium_org/ash/rotator/
screen_rotation.cc 53 const gfx::Rect& bounds = layer->GetTargetBounds();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 45 virtual gfx::Rect GetTargetBounds() OVERRIDE;
omnibox_popup_contents_view.cc 240 gfx::Rect OmniboxPopupContentsView::GetTargetBounds() {
  /external/chromium_org/ui/views/animation/
bounds_animator.h 57 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 148 gfx::Rect GetTargetBounds() const;
layer.cc 251 gfx::Rect Layer::GetTargetBounds() const {
254 return animator_->GetTargetBounds();
  /external/chromium_org/ui/aura/
window.cc 457 gfx::Rect Window::GetTargetBounds() const {
462 return layer()->GetTargetBounds();
471 return layer()->GetTargetBounds();
473 gfx::Rect layer_target_bounds = layer()->GetTargetBounds();
669 return gfx::Rect(GetTargetBounds().size()).Contains(local_point);
881 gfx::Rect old_bounds = GetTargetBounds();
    [all...]
window.h 173 gfx::Rect GetTargetBounds() const;
window_unittest.cc     [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 696 gfx::Rect bounds = visible_panels[i].window->GetTargetBounds();
711 bool on_shelf = visible_panels[i].window->GetTargetBounds() == bounds;
822 panel->GetTargetBounds());
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 147 window->GetTargetBounds());
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 315 docked_container_, win1->GetTargetBounds());
317 docked_container_, win2->GetTargetBounds());
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]
shelf_view.cc     [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 328 return layer()->GetTargetBounds();
    [all...]

Completed in 564 milliseconds