/external/chromium_org/cc/resources/ |
D | tile_priority.cc | 99 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()
|
D | tile_priority.h | 85 const gfx::RectF& current_bounds,
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | taskbar_window_thumbnailer_win.cc | 198 RECT current_bounds; in CaptureWindowImage() local 199 if (!::GetWindowRect(current_hwnd, ¤t_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()
|
D | panel_stack_view.cc | 397 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/ |
D | app_window_apitest.cc | 91 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/ |
D | phantom_window_controller.cc | 167 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/ |
D | system_gesture_event_filter_unittest.cc | 347 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/ |
D | panel_layout_manager.cc | 800 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/ |
D | candidate_window_controller_impl.cc | 247 const gfx::Rect current_bounds = in UpdateInfolistBounds() local 258 if (current_bounds != new_bounds) in UpdateInfolistBounds()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | wizard_controller.cc | 616 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/ |
D | drag_drop_controller.cc | 523 gfx::Rect current_bounds = animation->CurrentValueBetween( in AnimationProgressed() local 526 drag_image_->SetBoundsInScreen(current_bounds); in AnimationProgressed()
|
/external/chromium_org/ash/shelf/ |
D | shelf_layout_manager_unittest.cc | 105 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()
|