Home
last modified time | relevance | path

Searched refs:current_bounds (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/cc/resources/
Dtile_priority.cc99 const gfx::RectF& current_bounds, in TimeForBoundsToIntersect() argument
103 if (current_bounds.x() < target_bounds.right() && in TimeForBoundsToIntersect()
104 current_bounds.y() < target_bounds.bottom() && in TimeForBoundsToIntersect()
105 target_bounds.x() < current_bounds.right() && in TimeForBoundsToIntersect()
106 target_bounds.y() < current_bounds.bottom()) in TimeForBoundsToIntersect()
123 &range, previous_bounds.x(), current_bounds.x(), in TimeForBoundsToIntersect()
126 &range, previous_bounds.right(), current_bounds.right(), in TimeForBoundsToIntersect()
129 &range, previous_bounds.y(), current_bounds.y(), in TimeForBoundsToIntersect()
132 &range, previous_bounds.bottom(), current_bounds.bottom(), in TimeForBoundsToIntersect()
Dtile_priority.h85 const gfx::RectF& current_bounds,
/external/chromium_org/chrome/browser/ui/views/panels/
Dtaskbar_window_thumbnailer_win.cc198 RECT current_bounds; in CaptureWindowImage() local
199 if (!::GetWindowRect(current_hwnd, &current_bounds)) in CaptureWindowImage()
203 current_bounds.left - enclosing_x, in CaptureWindowImage()
204 current_bounds.top - enclosing_y, in CaptureWindowImage()
205 current_bounds.right - current_bounds.left, in CaptureWindowImage()
206 current_bounds.bottom - current_bounds.top, in CaptureWindowImage()
Dpanel_stack_view.cc397 gfx::Rect current_bounds; in UpdatePanelsBounds() local
399 current_bounds = bounds_animator_->CurrentValueBetween( in UpdatePanelsBounds()
402 current_bounds = target_bounds; in UpdatePanelsBounds()
409 current_bounds); in UpdatePanelsBounds()
411 panel_view->SetPanelBoundsInstantly(current_bounds); in UpdatePanelsBounds()
414 enclosing_bounds = UnionRects(enclosing_bounds, current_bounds); in UpdatePanelsBounds()
/external/chromium_org/chrome/browser/extensions/api/app_window/
Dapp_window_apitest.cc91 gfx::Rect current_bounds = window->GetBaseWindow()->GetBounds(); in IN_PROC_BROWSER_TEST_F() local
92 if (current_bounds != last_bounds) { in IN_PROC_BROWSER_TEST_F()
93 LOG(INFO) << "new bounds: " << current_bounds.ToString(); in IN_PROC_BROWSER_TEST_F()
95 last_bounds = current_bounds; in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/wm/workspace/
Dphantom_window_controller.cc167 const gfx::Rect current_bounds = in AnimationProgressed() local
170 phantom_widget_start_->SetBounds(current_bounds); in AnimationProgressed()
171 phantom_widget_->SetBounds(current_bounds); in AnimationProgressed()
/external/chromium_org/ash/wm/
Dsystem_gesture_event_filter_unittest.cc347 gfx::Rect current_bounds = toplevel->GetWindowBoundsInScreen(); in TEST_P() local
348 EXPECT_NE(current_bounds.ToString(), left_tile_bounds.ToString()); in TEST_P()
349 EXPECT_EQ(current_bounds.ToString(), right_tile_bounds.ToString()); in TEST_P()
405 gfx::Rect current_bounds = toplevel->GetWindowBoundsInScreen(); in TEST_P() local
406 EXPECT_NE(current_bounds.ToString(), left_tile_bounds.ToString()); in TEST_P()
407 EXPECT_EQ(current_bounds.ToString(), right_tile_bounds.ToString()); in TEST_P()
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager.cc800 gfx::Rect current_bounds = panel->GetBoundsInScreen(); in UpdateCallouts() local
813 gfx::Vector2d slide_vector = bounds.origin() - current_bounds.origin(); in UpdateCallouts()
820 current_bounds.x() - callout_bounds.x(), in UpdateCallouts()
821 callout_bounds.right() - current_bounds.right()); in UpdateCallouts()
827 current_bounds.y() - callout_bounds.y(), in UpdateCallouts()
828 callout_bounds.bottom() - current_bounds.bottom()); in UpdateCallouts()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_controller_impl.cc247 const gfx::Rect current_bounds = in UpdateInfolistBounds() local
258 if (current_bounds != new_bounds) in UpdateInfolistBounds()
/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc616 gfx::Rect current_bounds; in ShowCurrentScreen() local
618 current_bounds = widget_->GetClientAreaScreenBounds(); in ShowCurrentScreen()
622 if (new_bounds != current_bounds) { in ShowCurrentScreen()
/external/chromium_org/ash/drag_drop/
Ddrag_drop_controller.cc523 gfx::Rect current_bounds = animation->CurrentValueBetween( in AnimationProgressed() local
526 drag_image_->SetBoundsInScreen(current_bounds); in AnimationProgressed()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager_unittest.cc105 gfx::Rect current_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); in IsDoneAnimating() local
106 int size = layout_manager->PrimaryAxisValue(current_bounds.height(), in IsDoneAnimating()
107 current_bounds.width()); in IsDoneAnimating()