Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dcontents_container.cc47 active_top_margin_(0) { in ContentsContainer()
83 if (active_top_margin_ == margin) in SetActiveTopMargin()
86 active_top_margin_ = margin; in SetActiveTopMargin()
142 active_->SetBounds(0, active_top_margin_, width(), in Layout()
143 std::max(0, height() - active_top_margin_)); in Layout()
Dcontents_container.h90 int active_top_margin_; variable