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

  /external/chromium_org/content/renderer/
paint_aggregator.h 28 struct CONTENT_EXPORT PendingUpdate {
29 PendingUpdate();
30 ~PendingUpdate();
44 // There is a PendingUpdate if InvalidateRect or ScrollRect were called and
50 void PopPendingUpdate(PendingUpdate* update);
65 PendingUpdate update_;
paint_aggregator.cc 43 PaintAggregator::PendingUpdate::PendingUpdate() {}
45 PaintAggregator::PendingUpdate::~PendingUpdate() {}
47 gfx::Rect PaintAggregator::PendingUpdate::GetScrollDamage() const {
83 gfx::Rect PaintAggregator::PendingUpdate::GetPaintBounds() const {
95 update_ = PendingUpdate();
98 void PaintAggregator::PopPendingUpdate(PendingUpdate* update) {
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.h 51 struct PendingUpdate {
52 PendingUpdate();
53 ~PendingUpdate();
67 // There is a PendingUpdate if invalidateRect or scrollRect were called and
73 void popPendingUpdate(PendingUpdate*);
87 PendingUpdate m_update;
PaintAggregator.cpp 114 PaintAggregator::PendingUpdate::PendingUpdate()
118 PaintAggregator::PendingUpdate::~PendingUpdate()
122 IntRect PaintAggregator::PendingUpdate::calculateScrollDamage() const
159 IntRect PaintAggregator::PendingUpdate::calculatePaintBounds() const
174 m_update = PendingUpdate();
177 void PaintAggregator::popPendingUpdate(PendingUpdate* update)

Completed in 46 milliseconds