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 379 int space_beyond_available = needed_space - available_space; local
380 if (space_beyond_available > 0) {
382 int move_delta = (space_beyond_available > top_available_space) ?
383 top_available_space : space_beyond_available;
398 space_beyond_available = needed_space - available_space;
399 if (space_beyond_available > 0) {
401 int reduced_height = full_size.height() - space_beyond_available;

Completed in 50 milliseconds