Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Ddamage_tracker.h63 RectMapData() : layer_id_(0), mailboxId_(0) {} in RectMapData()
64 explicit RectMapData(int layer_id) : layer_id_(layer_id), mailboxId_(0) {} in RectMapData()
66 mailboxId_ = mailboxId; in Update()
75 unsigned int mailboxId_; member
84 unsigned int mailboxId_; variable
Ddamage_tracker.cc24 : mailboxId_(0) {} in DamageTracker()
220 mailboxId_++; in PrepareRectHistoryForUpdate()
241 if (cur_pos->mailboxId_ == mailboxId_) { in TrackDamageFromLeftoverRects()
290 data.Update(rect_in_target_space, mailboxId_); in ExtendDamageForLayer()
337 data.Update(surface_rect_in_target_space, mailboxId_); in ExtendDamageForRenderSurface()
382 data.Update(replica_mask_layer_rect, mailboxId_); in ExtendDamageForRenderSurface()