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

  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 102 int max_height_; member in class:PanelManager
panel_manager.cc 48 max_height_(0),
72 max_height_ = static_cast<int>(work_area.height() * kPanelMaxHeightFactor);
300 else if (height > max_height_)
301 height = max_height_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 319 HeightVisitor() : max_height_(0), num_states_(0) { }
357 if (h > (StateId)max_height_) max_height_ = h;
364 size_t max_height() const { return max_height_; }
372 size_t max_height_; member in class:fst::AcyclicMinimizer::HeightVisitor

Completed in 338 milliseconds