Searched refs:has_pending_resize_ (Results 1 – 4 of 4) sorted by relevance
21 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()
291 bool has_pending_resize_; variable
23 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()
188 bool has_pending_resize_; variable