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

  /external/chromium_org/chrome/browser/ui/views/frame/
contents_container.cc 9 active_top_margin_(0) {
17 if (active_top_margin_ == margin)
20 active_top_margin_ = margin;
28 int content_y = active_top_margin_;
contents_container.h 36 int active_top_margin_; member in class:ContentsContainer
  /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 27 milliseconds