HomeSort by relevance Sort by last modified time
    Searched full:max_descent_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/layout/
grid_layout.cc 273 max_descent_(0) {
279 max_ascent_ = max_descent_ = 0;
290 max_descent_ = std::max(descent, max_descent_);
291 AdjustSize(max_ascent_ + max_descent_);
299 return max_descent_;
309 int max_descent_; member in class:views::Row
    [all...]

Completed in 69 milliseconds