HomeSort by relevance Sort by last modified time
    Searched refs:active_top_margin_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 47 active_top_margin_(0) {
83 if (active_top_margin_ == margin)
86 active_top_margin_ = margin;
142 active_->SetBounds(0, active_top_margin_, width(),
143 std::max(0, height() - active_top_margin_));
contents_container.h 90 int active_top_margin_; member in class:ContentsContainer

Completed in 1705 milliseconds