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

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 102 // Round |current_height_delta| instead of truncating so we won't leave single
105 int current_height_delta = static_cast<int>( local
108 current_frame_bounds.height() + current_height_delta);

Completed in 142 milliseconds