has_pending_resize_   61 ppapi/utility/graphics/paint_manager.cc   has_pending_resize_ = true;
has_pending_resize_   69 ppapi/utility/graphics/paint_manager.cc   PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
has_pending_resize_   77 ppapi/utility/graphics/paint_manager.cc   PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
has_pending_resize_   90 ppapi/utility/graphics/paint_manager.cc   PP_DCHECK(!graphics_.is_null() || has_pending_resize_);
has_pending_resize_   97 ppapi/utility/graphics/paint_manager.cc   return has_pending_resize_ ? pending_size_ : graphics_.size();
has_pending_resize_  134 ppapi/utility/graphics/paint_manager.cc   if (has_pending_resize_) {
has_pending_resize_  145 ppapi/utility/graphics/paint_manager.cc     has_pending_resize_ = false;
has_pending_resize_  291 ppapi/utility/graphics/paint_manager.h   bool has_pending_resize_;