Searched refs:full_size_ (Results 1 – 2 of 2) sorted by relevance
256 bounds.set_y(bounds.bottom() - full_size_.height()); in GetRestoredBounds()257 bounds.set_x(bounds.right() - full_size_.width()); in GetRestoredBounds()258 bounds.set_size(full_size_); in GetRestoredBounds()522 full_size_ = bounds.size(); in Initialize()582 full_size_ = ClampSize(full_size_); in LimitSizeToWorkArea()602 render_view_host->DisableAutoResize(full_size_); in SetAutoResizable()
207 gfx::Size full_size() const { return full_size_; } in full_size()208 void set_full_size(const gfx::Size& size) { full_size_ = size; } in set_full_size()368 gfx::Size full_size_; variable