Searched refs:expected_paint_rect (Results 1 – 1 of 1) sorted by relevance
215 pp::Rect expected_paint_rect = paint_rect2; in TestContainedPaintsBeforeAndAfterScroll() local224 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestContainedPaintsBeforeAndAfterScroll()273 pp::Rect expected_paint_rect = scroll_rect.Union(paint_rect); in TestOverlappingPaintBeforeScroll() local280 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestOverlappingPaintBeforeScroll()293 pp::Rect expected_paint_rect = scroll_rect.Union(paint_rect); in TestOverlappingPaintAfterScroll() local300 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestOverlappingPaintAfterScroll()352 pp::Rect expected_paint_rect(6, 4, 4, 6); in TestContainedPaintTrimmedByScroll() local359 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestContainedPaintTrimmedByScroll()393 pp::Rect expected_paint_rect(4, 0, 2, 10); in TestContainedPaintAfterScrollTrimmedByScrollDamage() local402 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestContainedPaintAfterScrollTrimmedByScrollDamage()