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

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc21 has_pending_resize_(false) {
36 has_pending_resize_(false) {
61 has_pending_resize_ = true;
69 PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
77 PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
90 PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
97 return has_pending_resize_ ? pending_size_ : graphics_.size();
134 if (has_pending_resize_) {
145 has_pending_resize_ = false;
H A Dpaint_manager.h289 // has_pending_resize_ tells us that we need to do a resize for the next
291 bool has_pending_resize_; member in class:pp::PaintManager
/external/chromium_org/pdf/
H A Dpaint_manager.cc23 has_pending_resize_(false),
90 has_pending_resize_ = true;
101 DCHECK(!graphics_.is_null() || has_pending_resize_);
111 DCHECK(!graphics_.is_null() || has_pending_resize_);
127 DCHECK(!graphics_.is_null() || has_pending_resize_);
135 return has_pending_resize_ ? pending_size_ : plugin_size_;
139 return has_pending_resize_ ? pending_device_scale_ : device_scale_;
174 if (has_pending_resize_) {
196 has_pending_resize_ = false;
H A Dpaint_manager.h186 // has_pending_resize_ tells us that we need to do a resize for the next
188 bool has_pending_resize_; member in class:PaintManager

Completed in 94 milliseconds