Searched refs:popup_bottom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc461 int popup_bottom = animation_->CurrentValueBetween(total_height, 0); local
462 int y_offset = std::min(popup_bottom, kPopupTopPx);
463 size.set_height(size.height() - popup_bottom + y_offset);

Completed in 295 milliseconds