HomeSort by relevance Sort by last modified time
    Searched refs:GetPendingUpdate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/tests/
test_paint_aggregator.cc 53 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().paint_rects.size())
    [all...]
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 106 PaintUpdate GetPendingUpdate() const;
paint_manager.cc 125 PaintAggregator::PaintUpdate update = aggregator_.GetPendingUpdate();
paint_aggregator.cc 92 PaintAggregator::PaintUpdate PaintAggregator::GetPendingUpdate() const {

Completed in 1097 milliseconds