HomeSort by relevance Sort by last modified time
    Searched refs:popup_height (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 105 int popup_height = 0; local
107 popup_height = std::max(popup_height,
110 popup_height = std::max(popup_height, opt_in_view_ ?
112 return popup_height;
autocomplete_popup_contents_view.cc 490 int popup_height = 0; local
492 popup_height += GetChildViewAt(i)->GetPreferredSize().height();
493 return popup_height +
  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 104 int DockInfo::popup_height() { function in class:DockInfo
229 int y = hot_spot_.y() - popup_height() / 2;
236 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height());
241 y += popup_height() / 2;
250 y -= popup_height() / 2;
256 return gfx::Rect(x, y, popup_width(), popup_height());
dock_info.h 84 static int popup_height();
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 80 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height());
    [all...]

Completed in 218 milliseconds