Home
last modified time | relevance | path

Searched defs:popup_width (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc138 int popup_width = popup_bounds().width(); in Show() local
603 int popup_width = RoundedElementBounds().width(); in GetDesiredPopupWidth() local
731 int popup_width = std::min(popup_required_width, in CalculatePopupXAndWidth() local
/external/chromium/chrome/browser/ui/tabs/
Ddock_info.cc99 int DockInfo::popup_width() { in popup_width() function in DockInfo
/external/chromium_org/chrome/browser/ui/tabs/
Ddock_info.cc89 int DockInfo::popup_width() { in popup_width() function in DockInfo
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc501 int* popup_width, in GetOmniboxPopupPositioningInfo()