Home
last modified time | relevance | path

Searched defs:target_bounds (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_drag_controller.cc282 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size()); in GetPanelPositionForMouseLocation() local
308 gfx::Rect target_bounds(target_position, dragging_panel_->full_size()); in TryDetach() local
335 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size()); in TryDock() local
359 gfx::Rect target_bounds; in TryStack() local
439 gfx::Rect target_bounds = last_panel_to_unstack->GetBounds(); in TryUnstackFromTop() local
530 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size()); in TryUnstackFromBottom() local
600 gfx::Rect target_bounds; in TrySnap() local
650 gfx::Rect* target_bounds, in FindPanelToGlue()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc282 TargetBounds target_bounds; in LayoutShelf() local
633 TargetBounds target_bounds; in SetState() local
650 const TargetBounds& target_bounds, in UpdateBoundsAndOpacity()
754 TargetBounds* target_bounds) { in CalculateTargetBounds()
1150 TargetBounds target_bounds; in SessionStateChanged() local
Dshelf_layout_manager_unittest.cc72 explicit ShelfAnimationWaiter(const gfx::Rect& target_bounds) in ShelfAnimationWaiter()
/external/chromium_org/ash/wm/
Dsystem_modal_container_layout_manager.cc226 gfx::Rect target_bounds = window->bounds(); in AddModalWindow() local
267 gfx::Rect target_bounds; in GetCenteredAndOrFittedBounds() local
Dlock_layout_manager_unittest.cc241 gfx::Rect target_bounds(screen_bounds); in TEST_F() local
Dapp_list_controller.cc336 gfx::Rect target_bounds; in ScheduleAnimation() local
Dwindow_animations.cc102 gfx::Rect target_bounds = GetMinimizeAnimationTargetBoundsInScreen(window); in AddLayerAnimationsForMinimize() local
/external/chromium_org/ash/wm/overview/
Dwindow_selector_item.h88 const gfx::Rect& target_bounds() const { return target_bounds_; } in target_bounds() function
Dwindow_selector_item.cc102 const gfx::Rect& target_bounds, in SetBounds()
167 gfx::Rect target_bounds = ToEnclosingRect(align_bounds); in UpdateCloseButtonBounds() local
Dwindow_selector_window.cc66 const gfx::Rect& target_bounds, in SetItemBounds()
Dwindow_grid.cc221 gfx::Rect target_bounds(window_size.width() * column + x_offset, in PositionWindows() local
411 const gfx::Rect target_bounds = SelectedWindow()->target_bounds(); in InitSelectionWidget() local
Dwindow_selector_panels.cc183 const gfx::Rect& target_bounds, in SetItemBounds()
Dwindow_selector_unittest.cc793 gfx::Rect target_bounds(window_item->target_bounds()); in TEST_F() local
/external/chromium_org/ui/compositor/
Dlayer_animator_unittest.cc231 gfx::Rect target_bounds(0, 0, 50, 50); in TEST() local
251 gfx::Rect target_bounds(0, 0, 50, 50); in TEST() local
274 gfx::Rect target_bounds(0, 0, 50, 50); in TEST() local
383 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local
435 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local
553 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local
631 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local
1904 gfx::Rect target_bounds(5, 5, 5, 5); in TEST() local
1970 gfx::Rect target_bounds(5, 5, 50, 50); in TEST() local
2013 gfx::Rect target_bounds(5, 5, 5, 5); in TEST() local
[all …]
/external/chromium_org/ui/views/animation/
Dbounds_animator.h110 gfx::Rect target_bounds; member
Dbounds_animator_unittest.cc115 gfx::Rect target_bounds(10, 10, 20, 20); in TEST_F() local
/external/chromium_org/ui/gfx/animation/
Dtween.cc158 const gfx::Rect& target_bounds) { in RectValueBetween()
/external/chromium_org/ui/views/window/
Dcustom_frame_view.cc512 gfx::Rect target_bounds(gfx::Point(next_button_x, caption_y), in LayoutWindowControls() local
528 gfx::Rect target_bounds(gfx::Point(next_button_x, caption_y), in LayoutWindowControls() local
/external/chromium_org/chrome/browser/extensions/
Ddisplay_info_provider_chromeos.cc350 gfx::Rect target_bounds = target.bounds(); in SetInfo() local
/external/chromium_org/ui/gfx/
Dinterpolated_transform_unittest.cc178 gfx::Rect target_bounds(0, 0, 1920, 1080); in GetMaximize() local
/external/chromium_org/ui/app_list/views/
Dapp_list_item_view.cc525 const gfx::Rect& target_bounds) { in GetIconBoundsForTargetViewBounds()
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_stack_view.cc396 gfx::Rect target_bounds = panel->GetBounds(); in UpdatePanelsBounds() local