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 233 int maximum_height = 0; local
241 maximum_height = delegate->GetMaximumSize().height();
245 if (maximum_height)
246 target_height = std::min(target_height, maximum_height);
    [all...]

Completed in 53 milliseconds