Home
last modified time | relevance | path

Searched refs:has_pending_resize_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
Dpaint_manager.cc21 has_pending_resize_(false) { in PaintManager()
36 has_pending_resize_(false) { in PaintManager()
61 has_pending_resize_ = true; in SetSize()
69 PP_DCHECK(!graphics_.is_null() || has_pending_resize_); in Invalidate()
77 PP_DCHECK(!graphics_.is_null() || has_pending_resize_); in InvalidateRect()
90 PP_DCHECK(!graphics_.is_null() || has_pending_resize_); in ScrollRect()
97 return has_pending_resize_ ? pending_size_ : graphics_.size(); in GetEffectiveSize()
134 if (has_pending_resize_) { in DoPaint()
145 has_pending_resize_ = false; in DoPaint()
Dpaint_manager.h291 bool has_pending_resize_; variable
/external/chromium_org/pdf/
Dpaint_manager.cc23 has_pending_resize_(false), in PaintManager()
90 has_pending_resize_ = true; in SetSize()
101 DCHECK(!graphics_.is_null() || has_pending_resize_); in Invalidate()
111 DCHECK(!graphics_.is_null() || has_pending_resize_); in InvalidateRect()
127 DCHECK(!graphics_.is_null() || has_pending_resize_); in ScrollRect()
135 return has_pending_resize_ ? pending_size_ : plugin_size_; in GetEffectiveSize()
139 return has_pending_resize_ ? pending_device_scale_ : device_scale_; in GetEffectiveDeviceScale()
174 if (has_pending_resize_) { in DoPaint()
196 has_pending_resize_ = false; in DoPaint()
Dpaint_manager.h188 bool has_pending_resize_; variable