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

  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 385 int space_beyond_available = needed_space - available_space; local
386 if (space_beyond_available > 0) {
388 int move_delta = (space_beyond_available > top_available_space) ?
389 top_available_space : space_beyond_available;
404 space_beyond_available = needed_space - available_space;
405 if (space_beyond_available > 0) {
407 int reduced_height = full_size.height() - space_beyond_available;

Completed in 78 milliseconds