HomeSort by relevance Sort by last modified time
    Searched refs:popup_height (Results 1 - 10 of 10) 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_org/chrome/browser/ui/tabs/
dock_info.cc 94 int DockInfo::popup_height() { function in class:DockInfo
219 int y = hot_spot_.y() - popup_height() / 2;
226 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height());
231 y += popup_height() / 2;
240 y -= popup_height() / 2;
246 return gfx::Rect(x, y, popup_width(), popup_height());
dock_info.h 67 static int popup_height();
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 574 int popup_height = 0; local
577 popup_height += GetRowHeightFromId(identifiers()[i]);
580 return popup_height;
601 int popup_height = GetDesiredPopupHeight(); local
607 -popup_height);
614 RoundedElementBounds().height() + popup_height);
624 top_left_display, bottom_right_display, popup_height);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 390 int popup_height = 0; local
393 popup_height += child_at(i)->GetPreferredSize().height();
407 return popup_height +
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 80 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 99 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height());
    [all...]

Completed in 405 milliseconds