Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/tests/
Dtest_paint_aggregator.cc215 pp::Rect expected_paint_rect = paint_rect2; in TestContainedPaintsBeforeAndAfterScroll() local
224 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() local
280 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() local
300 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestOverlappingPaintAfterScroll()
352 pp::Rect expected_paint_rect(6, 4, 4, 6); in TestContainedPaintTrimmedByScroll() local
359 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestContainedPaintTrimmedByScroll()
393 pp::Rect expected_paint_rect(4, 0, 2, 10); in TestContainedPaintAfterScrollTrimmedByScrollDamage() local
402 ASSERT_TRUE(expected_paint_rect == greg.GetPendingUpdate().paint_rects[0]); in TestContainedPaintAfterScrollTrimmedByScrollDamage()