Home
last modified time | relevance | path

Searched refs:full_size_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel.h198 gfx::Size full_size() const { return full_size_; } in full_size()
199 void set_full_size(const gfx::Size& size) { full_size_ = size; } in set_full_size()
359 gfx::Size full_size_; variable
Dpanel.cc250 bounds.set_y(bounds.bottom() - full_size_.height()); in GetRestoredBounds()
251 bounds.set_x(bounds.right() - full_size_.width()); in GetRestoredBounds()
252 bounds.set_size(full_size_); in GetRestoredBounds()
517 full_size_ = bounds.size(); in Initialize()
575 full_size_ = ClampSize(full_size_); in LimitSizeToWorkArea()
595 render_view_host->DisableAutoResize(full_size_); in SetAutoResizable()