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

  /external/chromium_org/content/renderer/
paint_aggregator.h 34 gfx::Rect GetScrollDamage() const;
paint_aggregator.cc 47 gfx::Rect PaintAggregator::PendingUpdate::GetScrollDamage() const {
143 gfx::SubtractRects(rect, update_.GetScrollDamage());
221 result.Subtract(update_.GetScrollDamage());
paint_aggregator_unittest.cc 95 gfx::Rect resulting_damage = update.GetScrollDamage();
121 gfx::Rect resulting_damage = update.GetScrollDamage();
413 EXPECT_EQ(expected_scroll_damage, update.GetScrollDamage());
436 EXPECT_EQ(expected_scroll_damage, update.GetScrollDamage());
render_widget.cc     [all...]
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 137 Rect GetScrollDamage() const;
paint_aggregator.cc 36 Rect PaintAggregator::InternalPaintUpdate::GetScrollDamage() const {
108 PP_Rect scroll_damage = update_.GetScrollDamage();
142 rect.Subtract(update_.GetScrollDamage());
213 return result.Subtract(update_.GetScrollDamage());

Completed in 257 milliseconds