Searched refs:GetPendingUpdate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_paint_aggregator.cc53 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
54 ASSERT_TRUE(1U == greg.GetPendingUpdate().paint_rects.size());
56 ASSERT_TRUE(rect == greg.GetPendingUpdate().paint_rects[0]);
73 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
74 ASSERT_TRUE(2U == greg.GetPendingUpdate().paint_rects.size());
76 ASSERT_TRUE(expected_bounds == greg.GetPendingUpdate().paint_bounds);
92 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
93 ASSERT_TRUE(2U == greg.GetPendingUpdate().paint_rects.size());
95 ASSERT_TRUE(expected_bounds == greg.GetPendingUpdate().paint_bounds);
109 ASSERT_TRUE(1U == greg.GetPendingUpdate()
[all...]
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h106 PaintUpdate GetPendingUpdate() const;
H A Dpaint_manager.cc125 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate();
H A Dpaint_aggregator.cc92 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() const { function in class:pp::PaintAggregator
/external/chromium_org/pdf/
H A Dpaint_aggregator.h67 PaintUpdate GetPendingUpdate();
H A Dpaint_aggregator.cc86 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() { function in class:PaintAggregator
H A Dpaint_manager.cc200 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate();

Completed in 838 milliseconds