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

  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 270 int maximum_height = 0; local
278 maximum_height = delegate->GetMaximumSize().height();
282 if (maximum_height)
283 target_height = std::min(target_height, maximum_height);
    [all...]

Completed in 283 milliseconds